Subversion Repositories ALCASAR

Rev

Rev 2138 | Rev 2171 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2138 Rev 2149
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2138 2017-03-18 18:29:01Z richard $ 
2
#  $Id: alcasar.sh 2149 2017-03-24 17:02:16Z richard $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
 
5
 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
7
# Ce programme est un logiciel libre ; This software is free and open source
7
# Ce programme est un logiciel libre ; This software is free and open source
8
# elle que publiée par la Free Software Foundation ; soit la version 3 de la Licence. 
8
# elle que publiée par la Free Software Foundation ; soit la version 3 de la Licence. 
9
# Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE ; 
9
# Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE ; 
10
# sans même une garantie implicite de COMMERCIABILITE ou DE CONFORMITE A UNE UTILISATION PARTICULIERE. 
10
# sans même une garantie implicite de COMMERCIABILITE ou DE CONFORMITE A UNE UTILISATION PARTICULIERE. 
11
# Voir la Licence Publique Générale GNU pour plus de détails. 
11
# Voir la Licence Publique Générale GNU pour plus de détails. 
12
 
12
 
13
#  team@alcasar.net
13
#  team@alcasar.net
14
 
14
 
15
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
15
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
16
# This script is distributed under the Gnu General Public License (GPL)
16
# This script is distributed under the Gnu General Public License (GPL)
17
 
17
 
18
# Script d'installation d'ALCASAR (Application Libre pour le Contrôle d'Accès Sécurisé et Authentifié au Réseau)
18
# Script d'installation d'ALCASAR (Application Libre pour le Contrôle d'Accès Sécurisé et Authentifié au Réseau)
19
# ALCASAR est architecturé autour d'une distribution Linux Mageia minimaliste et les logiciels libres suivants :
19
# ALCASAR est architecturé autour d'une distribution Linux Mageia minimaliste et les logiciels libres suivants :
20
# Install script for ALCASAR (a secured and authenticated Internet access control captive portal)
20
# Install script for ALCASAR (a secured and authenticated Internet access control captive portal)
21
# ALCASAR is based on a stripped Mageia (LSB) with the following open source softwares : 
21
# ALCASAR is based on a stripped Mageia (LSB) with the following open source softwares : 
22
# Coovachilli, freeradius, mariaDB, apache, netfilter, dansguardian, ntpd, openssl, dnsmasq, gammu, havp, libclamav, Ulog, fail2ban, tinyproxy, NFsen and NFdump
22
# Coovachilli, freeradius, mariaDB, apache, netfilter, dansguardian, ntpd, openssl, dnsmasq, gammu, havp, libclamav, Ulog, fail2ban, tinyproxy, NFsen and NFdump
23
 
23
 
24
# Options :
24
# Options :
25
#       -i or --install
25
#       -i or --install
26
#       -u or --uninstall
26
#       -u or --uninstall
27
 
27
 
28
# Functions :
28
# Functions :
29
#	testing			: connectivity tests, free space test and mageia version test
29
#	testing			: connectivity tests, free space test and mageia version test
30
#	init			: Installation of RPM and scripts
30
#	init			: Installation of RPM and scripts
31
#	network			: Network parameters
31
#	network			: Network parameters
32
#	ACC			: ALCASAR Control Center installation
32
#	ACC			: ALCASAR Control Center installation
33
#	CA			: Certification Authority initialization
33
#	CA			: Certification Authority initialization
34
#	time_server		: NTPd configuration
34
#	time_server		: NTPd configuration
35
#	init_db			: Initilization of radius database managed with MariaDB
35
#	init_db			: Initilization of radius database managed with MariaDB
36
#	radius			: FreeRadius initialisation
36
#	radius			: FreeRadius initialisation
37
#	chilli			: coovachilli initialisation (+authentication page)
37
#	chilli			: coovachilli initialisation (+authentication page)
38
#	dansguardian		: DansGuardian filtering HTTP proxy configuration
38
#	dansguardian		: DansGuardian filtering HTTP proxy configuration
39
#	antivirus		: HAVP + libclamav configuration
39
#	antivirus		: HAVP + libclamav configuration
40
#	tinyproxy		: little proxy for user filtered with "WL + antivirus" and "antivirus"
40
#	tinyproxy		: little proxy for user filtered with "WL + antivirus" and "antivirus"
41
#	ulogd			: log system in userland (match NFLOG target of iptables)
41
#	ulogd			: log system in userland (match NFLOG target of iptables)
42
#	nfsen		:	: Configuration of Nfsen Netflow grapher 
42
#	nfsen		:	: Configuration of Nfsen Netflow grapher 
43
#	dnsmasq			: Name server configuration
43
#	dnsmasq			: Name server configuration
44
#	vnstat			: little network stat daemon
44
#	vnstat			: little network stat daemon
45
#	BL			: Adaptation of Toulouse University BlackList : split into 3 BL (for Dnsmasq, for dansguardian and for Netfilter)
45
#	BL			: Adaptation of Toulouse University BlackList : split into 3 BL (for Dnsmasq, for dansguardian and for Netfilter)
46
#	cron			: Logs export + watchdog + connexion statistics
46
#	cron			: Logs export + watchdog + connexion statistics
47
#	fail2ban		: Fail2ban IDS installation and configuration
47
#	fail2ban		: Fail2ban IDS installation and configuration
48
#	gammu_smsd		: Autoregister addon via SMS (gammu-smsd)
48
#	gammu_smsd		: Autoregister addon via SMS (gammu-smsd)
49
#	post_install		: Security, log rotation, etc.
49
#	post_install		: Security, log rotation, etc.
50
 
50
 
51
DATE=`date '+%d %B %Y - %Hh%M'`
51
DATE=`date '+%d %B %Y - %Hh%M'`
52
DATE_SHORT=`date '+%d/%m/%Y'`
52
DATE_SHORT=`date '+%d/%m/%Y'`
53
Lang=`echo $LANG|cut -c 1-2`
53
Lang=`echo $LANG|cut -c 1-2`
54
mode="install"
54
mode="install"
55
# ******* Files parameters - paramètres fichiers *********
55
# ******* Files parameters - paramètres fichiers *********
56
DIR_INSTALL=`pwd`				# current directory 
56
DIR_INSTALL=`pwd`				# current directory 
57
DIR_CONF="$DIR_INSTALL/conf"			# install directory (with conf files)
57
DIR_CONF="$DIR_INSTALL/conf"			# install directory (with conf files)
58
DIR_SCRIPTS="$DIR_INSTALL/scripts"		# install directory (with script files)
58
DIR_SCRIPTS="$DIR_INSTALL/scripts"		# install directory (with script files)
59
DIR_BLACKLIST="$DIR_INSTALL/blacklist"		# install directory (with blacklist files)
59
DIR_BLACKLIST="$DIR_INSTALL/blacklist"		# install directory (with blacklist files)
60
DIR_SAVE="/var/Save"				# backup directory (traceability_log, user_db, security_log)
60
DIR_SAVE="/var/Save"				# backup directory (traceability_log, user_db, security_log)
61
DIR_WEB="/var/www/html"				# directory of APACHE
61
DIR_WEB="/var/www/html"				# directory of APACHE
62
DIR_DG="/etc/dansguardian"			# directory of DansGuardian
62
DIR_DG="/etc/dansguardian"			# directory of DansGuardian
63
DIR_ACC="$DIR_WEB/acc"				# directory of the 'ALCASAR Control Center'
63
DIR_ACC="$DIR_WEB/acc"				# directory of the 'ALCASAR Control Center'
64
DIR_DEST_BIN="/usr/local/bin"			# directory of ALCASAR scripts
64
DIR_DEST_BIN="/usr/local/bin"			# directory of ALCASAR scripts
65
DIR_DEST_ETC="/usr/local/etc"			# directory of ALCASAR conf files
65
DIR_DEST_ETC="/usr/local/etc"			# directory of ALCASAR conf files
66
DIR_DEST_SHARE="/usr/local/share"		# directory of share files used by ALCASAR (dnsmasq for instance)
66
DIR_DEST_SHARE="/usr/local/share"		# directory of share files used by ALCASAR (dnsmasq for instance)
67
CONF_FILE="$DIR_DEST_ETC/alcasar.conf"		# central ALCASAR conf file
67
CONF_FILE="$DIR_DEST_ETC/alcasar.conf"		# central ALCASAR conf file
68
PASSWD_FILE="/root/ALCASAR-passwords.txt"	# text file with the passwords and shared secrets
68
PASSWD_FILE="/root/ALCASAR-passwords.txt"	# text file with the passwords and shared secrets
69
# ******* DBMS parameters - paramètres SGBD ********
69
# ******* DBMS parameters - paramètres SGBD ********
70
DB_RADIUS="radius"				# database name used by FreeRadius server
70
DB_RADIUS="radius"				# database name used by FreeRadius server
71
DB_USER="radius"				# user name allows to request the users database
71
DB_USER="radius"				# user name allows to request the users database
72
DB_GAMMU="gammu"				# database name used by Gammu-smsd
72
DB_GAMMU="gammu"				# database name used by Gammu-smsd
73
# ******* Network parameters - paramètres réseau *******
73
# ******* Network parameters - paramètres réseau *******
74
HOSTNAME="alcasar"				# default hostname
74
HOSTNAME="alcasar"				# default hostname
75
DOMAIN="localdomain"				# default local domain
75
DOMAIN="localdomain"				# default local domain
76
EXTIF=`/usr/sbin/ip route|grep default|head -n1|cut -d" " -f5`							# EXTIF is connected to the ISP broadband modem/router (In France : Box-FAI)
76
EXTIF=`/usr/sbin/ip route|grep default|head -n1|cut -d" " -f5`							# EXTIF is connected to the ISP broadband modem/router (In France : Box-FAI)
77
INTIF=`/usr/sbin/ip link|grep '^[[:digit:]]:'|grep -v "lo\|$EXTIF\|tun0"|head -n1|cut -d" " -f2|tr -d ":"`	# INTIF is connected to the consultation network
77
INTIF=`/usr/sbin/ip link|grep '^[[:digit:]]:'|grep -v "lo\|$EXTIF\|tun0"|head -n1|cut -d" " -f2|tr -d ":"`	# INTIF is connected to the consultation network
78
MTU="1500"
78
MTU="1500"
79
DEFAULT_PRIVATE_IP_MASK="192.168.182.1/24"	# Default ALCASAR IP address
79
DEFAULT_PRIVATE_IP_MASK="192.168.182.1/24"	# Default ALCASAR IP address
80
# ****** Paths - chemin des commandes *******
80
# ****** Paths - chemin des commandes *******
81
SED="/bin/sed -i"
81
SED="/bin/sed -i"
82
# ****************** End of global parameters *********************
82
# ****************** End of global parameters *********************
83
 
83
 
84
license ()
84
license ()
85
{
85
{
86
	if [ $Lang == "fr" ]
86
	if [ $Lang == "fr" ]
87
	then
87
	then
88
		cat $DIR_INSTALL/gpl-warning.fr.txt | more
88
		cat $DIR_INSTALL/gpl-warning.fr.txt | more
89
	else
89
	else
90
		cat $DIR_INSTALL/gpl-warning.txt | more
90
		cat $DIR_INSTALL/gpl-warning.txt | more
91
	fi
91
	fi
92
	response=0
92
	response=0
93
	PTN='^[oOyYnN]$'
93
	PTN='^[oOyYnN]$'
94
	until [[ $(expr $response : $PTN) -gt 0 ]]
94
	until [[ $(expr $response : $PTN) -gt 0 ]]
95
	do
95
	do
96
		if [ $Lang == "fr" ]
96
		if [ $Lang == "fr" ]
97
			then echo -n "Acceptez-vous les termes de cette licence (O/n)? : "
97
			then echo -n "Acceptez-vous les termes de cette licence (O/n)? : "
98
			else echo -n "Do you accept the terms of this license (Y/n)? : "
98
			else echo -n "Do you accept the terms of this license (Y/n)? : "
99
		fi
99
		fi
100
		read response
100
		read response
101
	done
101
	done
102
	if [ "$response" = "n" ] || [ "$response" = "N" ]
102
	if [ "$response" = "n" ] || [ "$response" = "N" ]
103
	then
103
	then
104
		exit 1
104
		exit 1
105
	fi
105
	fi
106
}
106
}
107
 
107
 
108
header_install ()
108
header_install ()
109
{
109
{
110
	clear
110
	clear
111
	echo "-----------------------------------------------------------------------------"
111
	echo "-----------------------------------------------------------------------------"
112
	echo "                     ALCASAR V$VERSION Installation"
112
	echo "                     ALCASAR V$VERSION Installation"
113
	echo "Application Libre pour le Contrôle d'Accès Sécurisé et Authentifié au Réseau"
113
	echo "Application Libre pour le Contrôle d'Accès Sécurisé et Authentifié au Réseau"
114
	echo "-----------------------------------------------------------------------------"
114
	echo "-----------------------------------------------------------------------------"
115
}
115
}
116
 
116
 
117
##################################################################
117
##################################################################
118
##			Function "testing"			##
118
##			Function "testing"			##
119
## - Test of Mageia version					##
119
## - Test of Mageia version					##
120
## - Test of ALCASAR version (if already installed)		##
120
## - Test of ALCASAR version (if already installed)		##
121
## - Test of free space on /var  (>10G)				##
121
## - Test of free space on /var  (>10G)				##
122
## - Test of Internet access					##
122
## - Test of Internet access					##
123
##################################################################
123
##################################################################
124
testing ()
124
testing ()
125
{
125
{
126
# Test of Mageia version
126
# Test of Mageia version
127
# extract the current Mageia version and hardware architecture (i586 ou X64)
127
# extract the current Mageia version and hardware architecture (i586 ou X64)
128
	fic=`cat /etc/product.id`
128
	fic=`cat /etc/product.id`
129
	unknown_os=0
129
	unknown_os=0
130
	old="$IFS"
130
	old="$IFS"
131
	IFS=","
131
	IFS=","
132
	set $fic
132
	set $fic
133
	for i in $*
133
	for i in $*
134
	do
134
	do
135
		if [ "`echo $i|grep distribution|cut -d'=' -f1`" == "distribution" ]
135
		if [ "`echo $i|grep distribution|cut -d'=' -f1`" == "distribution" ]
136
			then 
136
			then 
137
			DISTRIBUTION=`echo $i|cut -d"=" -f2`
137
			DISTRIBUTION=`echo $i|cut -d"=" -f2`
138
			unknown_os=`expr $unknown_os + 1`
138
			unknown_os=`expr $unknown_os + 1`
139
		fi
139
		fi
140
		if [ "`echo $i|grep version|cut -d'=' -f1`" == "version" ]
140
		if [ "`echo $i|grep version|cut -d'=' -f1`" == "version" ]
141
			then 
141
			then 
142
			CURRENT_VERSION=`echo $i|cut -d"=" -f2`
142
			CURRENT_VERSION=`echo $i|cut -d"=" -f2`
143
			unknown_os=`expr $unknown_os + 1`
143
			unknown_os=`expr $unknown_os + 1`
144
		fi
144
		fi
145
		if [ "`echo $i|grep arch|cut -d'=' -f1`" == "arch" ]
145
		if [ "`echo $i|grep arch|cut -d'=' -f1`" == "arch" ]
146
			then 
146
			then 
147
			ARCH=`echo $i|cut -d"=" -f2`
147
			ARCH=`echo $i|cut -d"=" -f2`
148
			unknown_os=`expr $unknown_os + 1`
148
			unknown_os=`expr $unknown_os + 1`
149
		fi
149
		fi
150
	done
150
	done
-
 
151
	if [ "$ARCH" == "i586" ]
-
 
152
		then
-
 
153
		if [ $Lang == "fr" ]
-
 
154
			then echo -n "Votre architecture matérielle doit être en 64bits"
-
 
155
			else echo -n "You hardware architecture must be 64bits"
-
 
156
			exit 0
-
 
157
		fi
-
 
158
	fi
151
	IFS="$old"
159
	IFS="$old"
152
# Test if ALCASAR is already installed
160
# Test if ALCASAR is already installed
153
	if [ -e $CONF_FILE ]
161
	if [ -e $CONF_FILE ]
154
	then
162
	then
155
		current_version=`cat $CONF_FILE | grep VERSION | cut -d"=" -f2`
163
		current_version=`cat $CONF_FILE | grep VERSION | cut -d"=" -f2`
156
		if [ $Lang == "fr" ]
164
		if [ $Lang == "fr" ]
157
			then echo -n "La version "; echo -n $current_version ; echo " d'ALCASAR est déjà installée";
165
			then echo -n "La version "; echo -n $current_version ; echo " d'ALCASAR est déjà installée";
158
			else echo -n "ALCASAR Version "; echo -n $current_version ; echo " is already installed";
166
			else echo -n "ALCASAR Version "; echo -n $current_version ; echo " is already installed";
159
		fi
167
		fi
160
		response=0
168
		response=0
161
		PTN='^[oOnNyY]$'
169
		PTN='^[oOnNyY]$'
162
		until [[ $(expr $response : $PTN) -gt 0 ]]
170
		until [[ $(expr $response : $PTN) -gt 0 ]]
163
		do
171
		do
164
			if [ $Lang == "fr" ]
172
			if [ $Lang == "fr" ]
165
				then echo -n "Voulez-vous effectuer une mise à jour (O/n)? ";
173
				then echo -n "Voulez-vous effectuer une mise à jour (O/n)? ";
166
				else echo -n "Do you want to update (Y/n)?";
174
				else echo -n "Do you want to update (Y/n)?";
167
			 fi
175
			 fi
168
			read response
176
			read response
169
		done
177
		done
170
		if [ "$response" = "n" ] || [ "$response" = "N" ] 
178
		if [ "$response" = "n" ] || [ "$response" = "N" ] 
171
		then
179
		then
172
			rm -f /tmp/alcasar-conf*
180
			rm -f /tmp/alcasar-conf*
173
		else
181
		else
174
# Retrieve former NICname
182
# Retrieve former NICname
175
			EXTIF=`grep ^EXTIF= $CONF_FILE|cut -d"=" -f2`				# EXTernal InterFace
183
			EXTIF=`grep ^EXTIF= $CONF_FILE|cut -d"=" -f2`				# EXTernal InterFace
176
			INTIF=`grep ^INTIF= $CONF_FILE|cut -d"=" -f2`				# INTernal InterFace
184
			INTIF=`grep ^INTIF= $CONF_FILE|cut -d"=" -f2`				# INTernal InterFace
177
# Create the current conf file
185
# Create the current conf file
178
			$DIR_SCRIPTS/alcasar-conf.sh --create
186
			$DIR_SCRIPTS/alcasar-conf.sh --create
179
			mode="update"
187
			mode="update"
180
		fi
188
		fi
181
	fi
189
	fi
182
	if [[ ( $unknown_os != 3 ) || ("$DISTRIBUTION" != "Mageia" ) || ( "$CURRENT_VERSION" != "5" ) ]]
190
	if [[ ( $unknown_os != 3 ) || ("$DISTRIBUTION" != "Mageia" ) || ( "$CURRENT_VERSION" != "5" ) ]]
183
		then
191
		then
184
		if [ -e /tmp/alcasar-conf.tar.gz ] # update
192
		if [ -e /tmp/alcasar-conf.tar.gz ] # update
185
			then
193
			then
186
			echo
194
			echo
187
			if [ $Lang == "fr" ]
195
			if [ $Lang == "fr" ]
188
				then	
196
				then	
189
				echo "La mise à jour automatique d'ALCASAR ne peut pas être réalisée."
197
				echo "La mise à jour automatique d'ALCASAR ne peut pas être réalisée."
190
				echo "1 - Effectuez une sauvegarde des fichiers de traçabilité et de la base des usagers via l'ACC"
198
				echo "1 - Effectuez une sauvegarde des fichiers de traçabilité et de la base des usagers via l'ACC"
191
				echo "2 - Installez Linux-Mageia 5 et ALCASAR (cf. doc d'installation)"
199
				echo "2 - Installez Linux-Mageia 5 et ALCASAR (cf. doc d'installation)"
192
				echo "3 - Importez votre base des usagers"
200
				echo "3 - Importez votre base des usagers"
193
			else
201
			else
194
				echo "The automatic update of ALCASAR can't be performed."
202
				echo "The automatic update of ALCASAR can't be performed."
195
				echo "1 - Save your traceability files and the user database"
203
				echo "1 - Save your traceability files and the user database"
196
				echo "2 - Install Linux-Mageia 5 & ALCASAR (cf. installation doc)"
204
				echo "2 - Install Linux-Mageia 5 & ALCASAR (cf. installation doc)"
197
				echo "3 - Import your users database"
205
				echo "3 - Import your users database"
198
			fi
206
			fi
199
		else
207
		else
200
			if [ $Lang == "fr" ]
208
			if [ $Lang == "fr" ]
201
				then	
209
				then	
202
				echo "L'installation d'ALCASAR ne peut pas être réalisée."
210
				echo "L'installation d'ALCASAR ne peut pas être réalisée."
203
			else
211
			else
204
				echo "The installation of ALCASAR can't be performed."
212
				echo "The installation of ALCASAR can't be performed."
205
			fi
213
			fi
206
		fi
214
		fi
207
		echo
215
		echo
208
		if [ $Lang == "fr" ]
216
		if [ $Lang == "fr" ]
209
			then	
217
			then	
210
			echo "Le système d'exploitation doit être remplacé (Mageia5)"
218
			echo "Le système d'exploitation doit être remplacé (Mageia5)"
211
		else
219
		else
212
			echo "The OS must be replaced (Mageia5)"
220
			echo "The OS must be replaced (Mageia5)"
213
		fi
221
		fi
214
		exit 0
222
		exit 0
215
	fi
223
	fi
216
	if [ ! -d /var/log/netflow/porttracker ]
224
	if [ ! -d /var/log/netflow/porttracker ]
217
		then
225
		then
218
# Test of free space on /var
226
# Test of free space on /var
219
		free_space=`df -BG --output=avail /var|tail -1|tr -d [:space:]G`
227
		free_space=`df -BG --output=avail /var|tail -1|tr -d [:space:]G`
220
		if [ $free_space -lt 10 ]
228
		if [ $free_space -lt 10 ]
221
			then
229
			then
222
			if [ $Lang == "fr" ]
230
			if [ $Lang == "fr" ]
223
				then echo "place disponible sur /var insufisante ($free_space Go au lieu de 10 Go au minimum)"
231
				then echo "place disponible sur /var insufisante ($free_space Go au lieu de 10 Go au minimum)"
224
				else echo "not enough free space on /var ($free_space GB instead of at least 10 GB)"
232
				else echo "not enough free space on /var ($free_space GB instead of at least 10 GB)"
225
			fi
233
			fi
226
		exit 0
234
		exit 0
227
		fi
235
		fi
228
	fi
236
	fi
229
	if [ $Lang == "fr" ]
237
	if [ $Lang == "fr" ]
230
		then echo -n "Tests des paramètres réseau : "
238
		then echo -n "Tests des paramètres réseau : "
231
		else echo -n "Network parameters tests : "
239
		else echo -n "Network parameters tests : "
232
	fi
240
	fi
233
# Test of Ethernet links state
241
# Test of Ethernet links state
234
	DOWN_IF=`/usr/sbin/ip link|grep "NO-CARRIER"|cut -d":" -f2|tr -d " "`
242
	DOWN_IF=`/usr/sbin/ip link|grep "NO-CARRIER"|cut -d":" -f2|tr -d " "`
235
	for i in $DOWN_IF
243
	for i in $DOWN_IF
236
	do
244
	do
237
		if [ $Lang == "fr" ]
245
		if [ $Lang == "fr" ]
238
		then 
246
		then 
239
			echo "Échec"
247
			echo "Échec"
240
			echo "Le lien réseau de la carte $i n'est pas actif."
248
			echo "Le lien réseau de la carte $i n'est pas actif."
241
			echo "Assurez-vous que cette carte est bien connectée à un équipement (commutateur, A.P., etc.)"
249
			echo "Assurez-vous que cette carte est bien connectée à un équipement (commutateur, A.P., etc.)"
242
		else
250
		else
243
			echo "Failed"
251
			echo "Failed"
244
			echo "The link state of $i interface is down."
252
			echo "The link state of $i interface is down."
245
			echo "Make sure that this network card is connected to a switch or an A.P."
253
			echo "Make sure that this network card is connected to a switch or an A.P."
246
		fi
254
		fi
247
		exit 0
255
		exit 0
248
	done
256
	done
249
	echo -n "."
257
	echo -n "."
250
 
258
 
251
# Test EXTIF config files
259
# Test EXTIF config files
252
	PUBLIC_IP_MASK=`ip addr show $EXTIF|grep "inet "|cut -d" " -f6`
260
	PUBLIC_IP_MASK=`ip addr show $EXTIF|grep "inet "|cut -d" " -f6`
253
	PUBLIC_IP=`echo $PUBLIC_IP_MASK | cut -d"/" -f1`
261
	PUBLIC_IP=`echo $PUBLIC_IP_MASK | cut -d"/" -f1`
254
	PUBLIC_GATEWAY=`ip route list|grep $EXTIF|grep ^default|cut -d" " -f3`
262
	PUBLIC_GATEWAY=`ip route list|grep $EXTIF|grep ^default|cut -d" " -f3`
255
	if [ `echo $PUBLIC_IP|wc -c` -lt 7 ] || [ `echo $PUBLIC_GATEWAY|wc -c` -lt 7 ]
263
	if [ `echo $PUBLIC_IP|wc -c` -lt 7 ] || [ `echo $PUBLIC_GATEWAY|wc -c` -lt 7 ]
256
	then
264
	then
257
		if [ $Lang == "fr" ]
265
		if [ $Lang == "fr" ]
258
		then 
266
		then 
259
			echo "Échec"
267
			echo "Échec"
260
			echo "La carte réseau connectée à Internet ($EXTIF) n'est pas correctement configurée."
268
			echo "La carte réseau connectée à Internet ($EXTIF) n'est pas correctement configurée."
261
			echo "Renseignez les champs suivants dans le fichier '/etc/sysconfig/network-scripts/ifcfg-$EXTIF' :"
269
			echo "Renseignez les champs suivants dans le fichier '/etc/sysconfig/network-scripts/ifcfg-$EXTIF' :"
262
			echo "Appliquez les changements : 'systemctl restart network'"
270
			echo "Appliquez les changements : 'systemctl restart network'"
263
		else
271
		else
264
			echo "Failed"
272
			echo "Failed"
265
			echo "The Internet connected network card ($EXTIF) isn't well configured."
273
			echo "The Internet connected network card ($EXTIF) isn't well configured."
266
			echo "The folowing parametres must be set in the file '/etc/sysconfig/network-scripts/ifcfg-$EXTIF' :"
274
			echo "The folowing parametres must be set in the file '/etc/sysconfig/network-scripts/ifcfg-$EXTIF' :"
267
			echo "Apply the new configuration 'systemctl restart network'"
275
			echo "Apply the new configuration 'systemctl restart network'"
268
		fi
276
		fi
269
		echo "DEVICE=$EXTIF"
277
		echo "DEVICE=$EXTIF"
270
		echo "IPADDR="
278
		echo "IPADDR="
271
		echo "NETMASK="
279
		echo "NETMASK="
272
		echo "GATEWAY="
280
		echo "GATEWAY="
273
		echo "DNS1="
281
		echo "DNS1="
274
		echo "DNS2="
282
		echo "DNS2="
275
		echo "ONBOOT=yes"
283
		echo "ONBOOT=yes"
276
		exit 0
284
		exit 0
277
	fi
285
	fi
278
	echo -n "."
286
	echo -n "."
279
 
287
 
280
# Test if router is alive (Box FAI)
288
# Test if router is alive (Box FAI)
281
	if [ `ip route list|grep $EXTIF|grep -c ^default` -ne "1" ] ; then
289
	if [ `ip route list|grep $EXTIF|grep -c ^default` -ne "1" ] ; then
282
		if [ $Lang == "fr" ]
290
		if [ $Lang == "fr" ]
283
		then 
291
		then 
284
			echo "Échec"
292
			echo "Échec"
285
			echo "Vous n'avez pas configuré l'accès à Internet ou le câble réseau n'est pas sur la bonne carte."
293
			echo "Vous n'avez pas configuré l'accès à Internet ou le câble réseau n'est pas sur la bonne carte."
286
			echo "Réglez ce problème puis relancez ce script."
294
			echo "Réglez ce problème puis relancez ce script."
287
		else
295
		else
288
			echo "Failed"
296
			echo "Failed"
289
			echo "You haven't configured Internet access or Internet link is on the wrong Ethernet card"
297
			echo "You haven't configured Internet access or Internet link is on the wrong Ethernet card"
290
			echo "Resolv this problem, then restart this script."
298
			echo "Resolv this problem, then restart this script."
291
		fi
299
		fi
292
		exit 0
300
		exit 0
293
	fi
301
	fi
294
	echo -n "."
302
	echo -n "."
295
# On teste le lien vers le routeur par defaut
303
# On teste le lien vers le routeur par defaut
296
	arp_reply=`/usr/sbin/arping -b -I$EXTIF -c1 -w2 $PUBLIC_GATEWAY|grep response|cut -d" " -f2`
304
	arp_reply=`/usr/sbin/arping -b -I$EXTIF -c1 -w2 $PUBLIC_GATEWAY|grep response|cut -d" " -f2`
297
	if [ $(expr $arp_reply) -eq 0 ]
305
	if [ $(expr $arp_reply) -eq 0 ]
298
	       	then
306
	       	then
299
		if [ $Lang == "fr" ]
307
		if [ $Lang == "fr" ]
300
		then 
308
		then 
301
			echo "Échec"
309
			echo "Échec"
302
			echo "Le routeur de site ou la Box Internet ($PUBLIC_GATEWAY) ne répond pas."
310
			echo "Le routeur de site ou la Box Internet ($PUBLIC_GATEWAY) ne répond pas."
303
			echo "Réglez ce problème puis relancez ce script."
311
			echo "Réglez ce problème puis relancez ce script."
304
		else
312
		else
305
			echo "Failed"
313
			echo "Failed"
306
			echo "The Internet gateway doesn't answered"
314
			echo "The Internet gateway doesn't answered"
307
			echo "Resolv this problem, then restart this script."
315
			echo "Resolv this problem, then restart this script."
308
		fi
316
		fi
309
		exit 0
317
		exit 0
310
	fi
318
	fi
311
	echo -n "."
319
	echo -n "."
312
# On teste la connectivité Internet
320
# On teste la connectivité Internet
313
	rm -rf /tmp/con_ok.html
321
	rm -rf /tmp/con_ok.html
314
	/usr/bin/curl www.google.fr -s -o /tmp/con_ok.html
322
	/usr/bin/curl www.google.fr -s -o /tmp/con_ok.html
315
	if [ ! -e /tmp/con_ok.html ]
323
	if [ ! -e /tmp/con_ok.html ]
316
	then
324
	then
317
		if [ $Lang == "fr" ]
325
		if [ $Lang == "fr" ]
318
		then 
326
		then 
319
			echo "La tentative de connexion vers Internet a échoué (google.fr)."
327
			echo "La tentative de connexion vers Internet a échoué (google.fr)."
320
			echo "Vérifiez que la carte $EXTIF est bien connectée au routeur du FAI."
328
			echo "Vérifiez que la carte $EXTIF est bien connectée au routeur du FAI."
321
			echo "Vérifiez la validité des adresses IP des DNS."
329
			echo "Vérifiez la validité des adresses IP des DNS."
322
		else
330
		else
323
			echo "The Internet connection try failed (google.fr)."
331
			echo "The Internet connection try failed (google.fr)."
324
			echo "Please, verify that the $EXTIF card is connected with the Internet gateway."
332
			echo "Please, verify that the $EXTIF card is connected with the Internet gateway."
325
			echo "Verify the DNS IP addresses"
333
			echo "Verify the DNS IP addresses"
326
		fi
334
		fi
327
		exit 0
335
		exit 0
328
	fi
336
	fi
329
	rm -rf /tmp/con_ok.html
337
	rm -rf /tmp/con_ok.html
330
	echo ". : ok"
338
	echo ". : ok"
331
} # end of testing ()
339
} # end of testing ()
332
 
340
 
333
##################################################################
341
##################################################################
334
##			Function "init"				##
342
##			Function "init"				##
335
## - Création du fichier "/root/ALCASAR_parametres.txt"		##
343
## - Création du fichier "/root/ALCASAR_parametres.txt"		##
336
## - Installation et modification des scripts du portail	##
344
## - Installation et modification des scripts du portail	##
337
##################################################################
345
##################################################################
338
init ()
346
init ()
339
{
347
{
340
	if [ "$mode" != "update" ]
348
	if [ "$mode" != "update" ]
341
	then
349
	then
342
# On affecte le nom d'organisme
350
# On affecte le nom d'organisme
343
		header_install
351
		header_install
344
		ORGANISME=!
352
		ORGANISME=!
345
		PTN='^[a-zA-Z0-9-]*$'
353
		PTN='^[a-zA-Z0-9-]*$'
346
		until [[ $(expr $ORGANISME : $PTN) -gt 0 ]]
354
		until [[ $(expr $ORGANISME : $PTN) -gt 0 ]]
347
                do
355
                do
348
			if [ $Lang == "fr" ]
356
			if [ $Lang == "fr" ]
349
			       	then echo -n "Entrez le nom de votre organisme : "
357
			       	then echo -n "Entrez le nom de votre organisme : "
350
				else echo -n "Enter the name of your organism : "
358
				else echo -n "Enter the name of your organism : "
351
			fi
359
			fi
352
			read ORGANISME
360
			read ORGANISME
353
			if [ "$ORGANISME" == "" ]
361
			if [ "$ORGANISME" == "" ]
354
				then
362
				then
355
				ORGANISME=!
363
				ORGANISME=!
356
			fi
364
			fi
357
		done
365
		done
358
	fi
366
	fi
359
# On crée aléatoirement les mots de passe et les secrets partagés
367
# On crée aléatoirement les mots de passe et les secrets partagés
360
	rm -f $PASSWD_FILE
368
	rm -f $PASSWD_FILE
361
	grubpwd=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
369
	grubpwd=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
362
	echo -n "Password to protect the GRUB boot menu (!!!qwerty keyboard) : " > $PASSWD_FILE
370
	echo -n "Password to protect the GRUB boot menu (!!!qwerty keyboard) : " > $PASSWD_FILE
363
	echo "$grubpwd" >> $PASSWD_FILE
371
	echo "$grubpwd" >> $PASSWD_FILE
364
	md5_grubpwd=`/usr/bin/openssl passwd -1 $grubpwd`
372
	md5_grubpwd=`/usr/bin/openssl passwd -1 $grubpwd`
365
	$SED "/^password.*/d" /boot/grub/menu.lst
373
	$SED "/^password.*/d" /boot/grub/menu.lst
366
	$SED "1ipassword --md5 $md5_grubpwd" /boot/grub/menu.lst
374
	$SED "1ipassword --md5 $md5_grubpwd" /boot/grub/menu.lst
367
	mysqlpwd=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
375
	mysqlpwd=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
368
	echo -n "Name and password of Mysql/mariadb administrator : " >> $PASSWD_FILE
376
	echo -n "Name and password of Mysql/mariadb administrator : " >> $PASSWD_FILE
369
	echo "root / $mysqlpwd" >> $PASSWD_FILE
377
	echo "root / $mysqlpwd" >> $PASSWD_FILE
370
	radiuspwd=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
378
	radiuspwd=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
371
	echo -n "Name and password of Mysql/mariadb user : " >> $PASSWD_FILE
379
	echo -n "Name and password of Mysql/mariadb user : " >> $PASSWD_FILE
372
	echo "$DB_USER / $radiuspwd" >> $PASSWD_FILE
380
	echo "$DB_USER / $radiuspwd" >> $PASSWD_FILE
373
	secretuam=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
381
	secretuam=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
374
	echo -n "Shared secret between the script 'intercept.php' and coova-chilli : " >> $PASSWD_FILE
382
	echo -n "Shared secret between the script 'intercept.php' and coova-chilli : " >> $PASSWD_FILE
375
	echo "$secretuam" >> $PASSWD_FILE
383
	echo "$secretuam" >> $PASSWD_FILE
376
	secretradius=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
384
	secretradius=`cat /dev/urandom | tr -dc [:alnum:] | head -c8`
377
	echo -n "Shared secret between coova-chilli and FreeRadius : " >> $PASSWD_FILE
385
	echo -n "Shared secret between coova-chilli and FreeRadius : " >> $PASSWD_FILE
378
	echo "$secretradius" >> $PASSWD_FILE
386
	echo "$secretradius" >> $PASSWD_FILE
379
	chmod 640 $PASSWD_FILE
387
	chmod 640 $PASSWD_FILE
380
#  copy scripts in in /usr/local/bin
388
#  copy scripts in in /usr/local/bin
381
	cp -f $DIR_SCRIPTS/alcasar* $DIR_DEST_BIN/. ; chown root:root $DIR_DEST_BIN/alcasar* ; chmod 740 $DIR_DEST_BIN/alcasar*
389
	cp -f $DIR_SCRIPTS/alcasar* $DIR_DEST_BIN/. ; chown root:root $DIR_DEST_BIN/alcasar* ; chmod 740 $DIR_DEST_BIN/alcasar*
382
#  copy conf files in /usr/local/etc
390
#  copy conf files in /usr/local/etc
383
	cp -f $DIR_CONF/etc/alcasar* $DIR_DEST_ETC/. ; chown -R root:apache $DIR_DEST_ETC ; chmod 770 $DIR_DEST_ETC ; chmod 660 $DIR_DEST_ETC/alcasar*
391
	cp -f $DIR_CONF/etc/alcasar* $DIR_DEST_ETC/. ; chown -R root:apache $DIR_DEST_ETC ; chmod 770 $DIR_DEST_ETC ; chmod 660 $DIR_DEST_ETC/alcasar*
384
	$SED "s?^radiussecret.*?radiussecret=\"$secretradius\"?g" $DIR_DEST_BIN/alcasar-logout.sh
392
	$SED "s?^radiussecret.*?radiussecret=\"$secretradius\"?g" $DIR_DEST_BIN/alcasar-logout.sh
385
	$SED "s?^DB_RADIUS=.*?DB_RADIUS=\"$DB_RADIUS\"?g" $DIR_DEST_BIN/alcasar-mysql.sh
393
	$SED "s?^DB_RADIUS=.*?DB_RADIUS=\"$DB_RADIUS\"?g" $DIR_DEST_BIN/alcasar-mysql.sh
386
	$SED "s?^DB_USER=.*?DB_USER=\"$DB_USER\"?g" $DIR_DEST_BIN/alcasar-mysql.sh $DIR_DEST_BIN/alcasar-conf.sh
394
	$SED "s?^DB_USER=.*?DB_USER=\"$DB_USER\"?g" $DIR_DEST_BIN/alcasar-mysql.sh $DIR_DEST_BIN/alcasar-conf.sh
387
	$SED "s?^radiuspwd=.*?radiuspwd=\"$radiuspwd\"?g" $DIR_DEST_BIN/alcasar-mysql.sh $DIR_DEST_BIN/alcasar-conf.sh
395
	$SED "s?^radiuspwd=.*?radiuspwd=\"$radiuspwd\"?g" $DIR_DEST_BIN/alcasar-mysql.sh $DIR_DEST_BIN/alcasar-conf.sh
388
# generate central conf file
396
# generate central conf file
389
	cat <<EOF > $CONF_FILE
397
	cat <<EOF > $CONF_FILE
390
##########################################
398
##########################################
391
##                                      ##
399
##                                      ##
392
##          ALCASAR Parameters          ##
400
##          ALCASAR Parameters          ##
393
##                                      ##
401
##                                      ##
394
##########################################
402
##########################################
395
 
403
 
396
INSTALL_DATE=$DATE
404
INSTALL_DATE=$DATE
397
VERSION=$VERSION
405
VERSION=$VERSION
398
ORGANISM=$ORGANISME
406
ORGANISM=$ORGANISME
399
HOSTNAME=$HOSTNAME
407
HOSTNAME=$HOSTNAME
400
DOMAIN=$DOMAIN
408
DOMAIN=$DOMAIN
401
EOF
409
EOF
402
	chmod o-rwx $CONF_FILE
410
	chmod o-rwx $CONF_FILE
403
} # End of init ()
411
} # End of init ()
404
 
412
 
405
##################################################################
413
##################################################################
406
##			Function "network"			##
414
##			Function "network"			##
407
## - Définition du plan d'adressage du réseau de consultation	##
415
## - Définition du plan d'adressage du réseau de consultation	##
408
## - Nommage DNS du système 					##
416
## - Nommage DNS du système 					##
409
## - Configuration de l'interface INTIF (réseau de consultation)##
417
## - Configuration de l'interface INTIF (réseau de consultation)##
410
## - Modification du fichier /etc/hosts				##
418
## - Modification du fichier /etc/hosts				##
411
## - Renseignement des fichiers hosts.allow et hosts.deny	##
419
## - Renseignement des fichiers hosts.allow et hosts.deny	##
412
##################################################################
420
##################################################################
413
network ()
421
network ()
414
{
422
{
415
	header_install
423
	header_install
416
	if [ "$mode" != "update" ]
424
	if [ "$mode" != "update" ]
417
		then
425
		then
418
		if [ $Lang == "fr" ]
426
		if [ $Lang == "fr" ]
419
			then echo "Par défaut, l'adresse IP d'ALCASAR sur le réseau de consultation est : $DEFAULT_PRIVATE_IP_MASK"
427
			then echo "Par défaut, l'adresse IP d'ALCASAR sur le réseau de consultation est : $DEFAULT_PRIVATE_IP_MASK"
420
			else echo "The default ALCASAR IP address on consultation network is : $DEFAULT_PRIVATE_IP_MASK"
428
			else echo "The default ALCASAR IP address on consultation network is : $DEFAULT_PRIVATE_IP_MASK"
421
		fi
429
		fi
422
		response=0
430
		response=0
423
		PTN='^[oOyYnN]$'
431
		PTN='^[oOyYnN]$'
424
		until [[ $(expr $response : $PTN) -gt 0 ]]
432
		until [[ $(expr $response : $PTN) -gt 0 ]]
425
		do
433
		do
426
			if [ $Lang == "fr" ]
434
			if [ $Lang == "fr" ]
427
				then echo -n "Voulez-vous utiliser cette adresse et ce plan d'adressage (recommandé) (O/n)? : "
435
				then echo -n "Voulez-vous utiliser cette adresse et ce plan d'adressage (recommandé) (O/n)? : "
428
				else echo -n "Do you want to use this IP address and this IP addressing plan (recommanded) (Y/n)? : "
436
				else echo -n "Do you want to use this IP address and this IP addressing plan (recommanded) (Y/n)? : "
429
			fi
437
			fi
430
			read response
438
			read response
431
		done
439
		done
432
		if [ "$response" = "n" ] || [ "$response" = "N" ]
440
		if [ "$response" = "n" ] || [ "$response" = "N" ]
433
		then
441
		then
434
			PRIVATE_IP_MASK="0"
442
			PRIVATE_IP_MASK="0"
435
			PTN='^\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\).\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\).\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\).\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\)/[012]\?[[:digit:]]$'
443
			PTN='^\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\).\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\).\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\).\([01]\?[[:digit:]][[:digit:]]\?\|2[0-4][[:digit:]]\|25[0-5]\)/[012]\?[[:digit:]]$'
436
			until [[ $(expr $PRIVATE_IP_MASK : $PTN) -gt 0 ]]
444
			until [[ $(expr $PRIVATE_IP_MASK : $PTN) -gt 0 ]]
437
			do
445
			do
438
				if [ $Lang == "fr" ]
446
				if [ $Lang == "fr" ]
439
					then echo -n "Entrez l'adresse IP d'ALCASAR au format CIDR (a.b.c.d/xx) : "
447
					then echo -n "Entrez l'adresse IP d'ALCASAR au format CIDR (a.b.c.d/xx) : "
440
					else echo -n "Enter ALCASAR IP address in CIDR format (a.b.c.d/xx) : "
448
					else echo -n "Enter ALCASAR IP address in CIDR format (a.b.c.d/xx) : "
441
				fi
449
				fi
442
				read PRIVATE_IP_MASK
450
				read PRIVATE_IP_MASK
443
			done
451
			done
444
		else
452
		else
445
       			PRIVATE_IP_MASK=$DEFAULT_PRIVATE_IP_MASK
453
       			PRIVATE_IP_MASK=$DEFAULT_PRIVATE_IP_MASK
446
		fi
454
		fi
447
	else
455
	else
448
		PRIVATE_IP_MASK=`grep PRIVATE_IP conf/etc/alcasar.conf|cut -d"=" -f2` 
456
		PRIVATE_IP_MASK=`grep PRIVATE_IP conf/etc/alcasar.conf|cut -d"=" -f2` 
449
		rm -rf conf/etc/alcasar.conf
457
		rm -rf conf/etc/alcasar.conf
450
	fi
458
	fi
451
# Define LAN side global parameters
459
# Define LAN side global parameters
452
	hostnamectl set-hostname $HOSTNAME.$DOMAIN
460
	hostnamectl set-hostname $HOSTNAME.$DOMAIN
453
	PRIVATE_NETWORK=`/bin/ipcalc -n $PRIVATE_IP_MASK | cut -d"=" -f2`				# private network address (ie.: 192.168.182.0)
461
	PRIVATE_NETWORK=`/bin/ipcalc -n $PRIVATE_IP_MASK | cut -d"=" -f2`				# private network address (ie.: 192.168.182.0)
454
	private_network_ending=`echo $PRIVATE_NETWORK | cut -d"." -f4`					# last octet of LAN address
462
	private_network_ending=`echo $PRIVATE_NETWORK | cut -d"." -f4`					# last octet of LAN address
455
	PRIVATE_NETMASK=`/bin/ipcalc -m $PRIVATE_IP_MASK | cut -d"=" -f2`				# private network mask (ie.: 255.255.255.0)
463
	PRIVATE_NETMASK=`/bin/ipcalc -m $PRIVATE_IP_MASK | cut -d"=" -f2`				# private network mask (ie.: 255.255.255.0)
456
	PRIVATE_PREFIX=`/bin/ipcalc -p $PRIVATE_IP_MASK |cut -d"=" -f2`					# network prefix (ie. 24)
464
	PRIVATE_PREFIX=`/bin/ipcalc -p $PRIVATE_IP_MASK |cut -d"=" -f2`					# network prefix (ie. 24)
457
	PRIVATE_IP=`echo $PRIVATE_IP_MASK | cut -d"/" -f1`						# ALCASAR private ip address (consultation LAN side)
465
	PRIVATE_IP=`echo $PRIVATE_IP_MASK | cut -d"/" -f1`						# ALCASAR private ip address (consultation LAN side)
458
	if [ $PRIVATE_IP == $PRIVATE_NETWORK ]								# when entering network address instead of ip address
466
	if [ $PRIVATE_IP == $PRIVATE_NETWORK ]								# when entering network address instead of ip address
459
		then
467
		then
460
		PRIVATE_IP=`echo $PRIVATE_NETWORK | cut -d"." -f1-3`"."`expr $private_network_ending + 1`	
468
		PRIVATE_IP=`echo $PRIVATE_NETWORK | cut -d"." -f1-3`"."`expr $private_network_ending + 1`	
461
		PRIVATE_IP_MASK=`echo $PRIVATE_IP/$PRIVATE_PREFIX`
469
		PRIVATE_IP_MASK=`echo $PRIVATE_IP/$PRIVATE_PREFIX`
462
	fi	
470
	fi	
463
	private_ip_ending=`echo $PRIVATE_IP | cut -d"." -f4`						# last octet of LAN address
471
	private_ip_ending=`echo $PRIVATE_IP | cut -d"." -f4`						# last octet of LAN address
464
	PRIVATE_SECOND_IP=`echo $PRIVATE_IP | cut -d"." -f1-3`"."`expr $private_ip_ending + 1`		# second network address (ex.: 192.168.182.2)
472
	PRIVATE_SECOND_IP=`echo $PRIVATE_IP | cut -d"." -f1-3`"."`expr $private_ip_ending + 1`		# second network address (ex.: 192.168.182.2)
465
	PRIVATE_NETWORK_MASK=$PRIVATE_NETWORK/$PRIVATE_PREFIX						# ie.: 192.168.182.0/24
473
	PRIVATE_NETWORK_MASK=$PRIVATE_NETWORK/$PRIVATE_PREFIX						# ie.: 192.168.182.0/24
466
	classe=$((PRIVATE_PREFIX/8))									# ie.: 2=classe B, 3=classe C
474
	classe=$((PRIVATE_PREFIX/8))									# ie.: 2=classe B, 3=classe C
467
	PRIVATE_NETWORK_SHORT=`echo $PRIVATE_NETWORK | cut -d"." -f1-$classe`.				# compatibility with hosts.allow et hosts.deny (ie.: 192.168.182.)
475
	PRIVATE_NETWORK_SHORT=`echo $PRIVATE_NETWORK | cut -d"." -f1-$classe`.				# compatibility with hosts.allow et hosts.deny (ie.: 192.168.182.)
468
	PRIVATE_BROADCAST=`/bin/ipcalc -b $PRIVATE_NETWORK_MASK | cut -d"=" -f2`			# private network broadcast (ie.: 192.168.182.255)
476
	PRIVATE_BROADCAST=`/bin/ipcalc -b $PRIVATE_NETWORK_MASK | cut -d"=" -f2`			# private network broadcast (ie.: 192.168.182.255)
469
	private_broadcast_ending=`echo $PRIVATE_BROADCAST | cut -d"." -f4`				# last octet of LAN broadcast
477
	private_broadcast_ending=`echo $PRIVATE_BROADCAST | cut -d"." -f4`				# last octet of LAN broadcast
470
	PRIVATE_FIRST_IP=`echo $PRIVATE_NETWORK | cut -d"." -f1-3`"."`expr $private_network_ending + 1`	# First network address (ex.: 192.168.182.1)
478
	PRIVATE_FIRST_IP=`echo $PRIVATE_NETWORK | cut -d"." -f1-3`"."`expr $private_network_ending + 1`	# First network address (ex.: 192.168.182.1)
471
	PRIVATE_LAST_IP=`echo $PRIVATE_BROADCAST | cut -d"." -f1-3`"."`expr $private_broadcast_ending - 1`	# last network address (ex.: 192.168.182.254)
479
	PRIVATE_LAST_IP=`echo $PRIVATE_BROADCAST | cut -d"." -f1-3`"."`expr $private_broadcast_ending - 1`	# last network address (ex.: 192.168.182.254)
472
	PRIVATE_MAC=`/usr/sbin/ip link show $INTIF | grep ether | cut -d" " -f6| sed 's/:/-/g'| awk '{print toupper($0)}'` 	# MAC address of INTIF
480
	PRIVATE_MAC=`/usr/sbin/ip link show $INTIF | grep ether | cut -d" " -f6| sed 's/:/-/g'| awk '{print toupper($0)}'` 	# MAC address of INTIF
473
# Define Internet parameters
481
# Define Internet parameters
474
	DNS1=`grep ^nameserver /etc/resolv.conf|awk -F" " '{print $2}'|head -n 1`				# 1st DNS server
482
	DNS1=`grep ^nameserver /etc/resolv.conf|awk -F" " '{print $2}'|head -n 1`				# 1st DNS server
475
	nb_dns=`grep ^nameserver /etc/resolv.conf|wc -l`
483
	nb_dns=`grep ^nameserver /etc/resolv.conf|wc -l`
476
	if [ $nb_dns == 2 ]
484
	if [ $nb_dns == 2 ]
477
		then
485
		then
478
		DNS2=`grep ^nameserver /etc/resolv.conf|cut -d" " -f2|tail -n 1`			# 2nd DNS server (if exist)
486
		DNS2=`grep ^nameserver /etc/resolv.conf|cut -d" " -f2|tail -n 1`			# 2nd DNS server (if exist)
479
	fi
487
	fi
480
	DNS1=${DNS1:=208.67.220.220}
488
	DNS1=${DNS1:=208.67.220.220}
481
	DNS2=${DNS2:=208.67.222.222}
489
	DNS2=${DNS2:=208.67.222.222}
482
	PUBLIC_NETMASK=`/bin/ipcalc -m $PUBLIC_IP_MASK | cut -d"=" -f2`
490
	PUBLIC_NETMASK=`/bin/ipcalc -m $PUBLIC_IP_MASK | cut -d"=" -f2`
483
	PUBLIC_PREFIX=`/bin/ipcalc -p $PUBLIC_IP $PUBLIC_NETMASK|cut -d"=" -f2`
491
	PUBLIC_PREFIX=`/bin/ipcalc -p $PUBLIC_IP $PUBLIC_NETMASK|cut -d"=" -f2`
484
	PUBLIC_NETWORK=`/bin/ipcalc -n $PUBLIC_IP/$PUBLIC_PREFIX|cut -d"=" -f2`
492
	PUBLIC_NETWORK=`/bin/ipcalc -n $PUBLIC_IP/$PUBLIC_PREFIX|cut -d"=" -f2`
485
# Wrtie the conf file
493
# Wrtie the conf file
486
	echo "EXTIF=$EXTIF" >> $CONF_FILE
494
	echo "EXTIF=$EXTIF" >> $CONF_FILE
487
	echo "INTIF=$INTIF" >> $CONF_FILE
495
	echo "INTIF=$INTIF" >> $CONF_FILE
488
	IP_SETTING=`grep BOOTPROTO /etc/sysconfig/network-scripts/ifcfg-$EXTIF|cut -d"=" -f2`		# IP setting (static or dynamic)
496
	IP_SETTING=`grep BOOTPROTO /etc/sysconfig/network-scripts/ifcfg-$EXTIF|cut -d"=" -f2`		# IP setting (static or dynamic)
489
	if [ $IP_SETTING == "dhcp" ]
497
	if [ $IP_SETTING == "dhcp" ]
490
		then
498
		then
491
		echo "PUBLIC_IP=dhcp" >> $CONF_FILE
499
		echo "PUBLIC_IP=dhcp" >> $CONF_FILE
492
		echo "GW=dhcp" >> $CONF_FILE
500
		echo "GW=dhcp" >> $CONF_FILE
493
	else
501
	else
494
		echo "PUBLIC_IP=$PUBLIC_IP/$PUBLIC_PREFIX" >> $CONF_FILE
502
		echo "PUBLIC_IP=$PUBLIC_IP/$PUBLIC_PREFIX" >> $CONF_FILE
495
		echo "GW=$PUBLIC_GATEWAY" >> $CONF_FILE
503
		echo "GW=$PUBLIC_GATEWAY" >> $CONF_FILE
496
	fi
504
	fi
497
	echo "DNS1=$DNS1" >> $CONF_FILE
505
	echo "DNS1=$DNS1" >> $CONF_FILE
498
	echo "DNS2=$DNS2" >> $CONF_FILE
506
	echo "DNS2=$DNS2" >> $CONF_FILE
499
	echo "PUBLIC_MTU=$MTU" >> $CONF_FILE
507
	echo "PUBLIC_MTU=$MTU" >> $CONF_FILE
500
	echo "PRIVATE_IP=$PRIVATE_IP_MASK" >> $CONF_FILE
508
	echo "PRIVATE_IP=$PRIVATE_IP_MASK" >> $CONF_FILE
501
	echo "DHCP=on" >> $CONF_FILE
509
	echo "DHCP=on" >> $CONF_FILE
502
	echo "EXT_DHCP_IP=none" >> $CONF_FILE
510
	echo "EXT_DHCP_IP=none" >> $CONF_FILE
503
	echo "RELAY_DHCP_IP=none" >> $CONF_FILE
511
	echo "RELAY_DHCP_IP=none" >> $CONF_FILE
504
	echo "RELAY_DHCP_PORT=none" >> $CONF_FILE
512
	echo "RELAY_DHCP_PORT=none" >> $CONF_FILE
505
	echo "INT_DNS_DOMAIN=none" >> $CONF_FILE
513
	echo "INT_DNS_DOMAIN=none" >> $CONF_FILE
506
	echo "INT_DNS_IP=none" >> $CONF_FILE
514
	echo "INT_DNS_IP=none" >> $CONF_FILE
507
	echo "INT_DNS_ACTIVE=off" >> $CONF_FILE
515
	echo "INT_DNS_ACTIVE=off" >> $CONF_FILE
508
# network default
516
# network default
509
	[ -e /etc/sysconfig/network.default ] || cp /etc/sysconfig/network /etc/sysconfig/network.default
517
	[ -e /etc/sysconfig/network.default ] || cp /etc/sysconfig/network /etc/sysconfig/network.default
510
	cat <<EOF > /etc/sysconfig/network
518
	cat <<EOF > /etc/sysconfig/network
511
NETWORKING=yes
519
NETWORKING=yes
512
FORWARD_IPV4=true
520
FORWARD_IPV4=true
513
EOF
521
EOF
514
# /etc/hosts config
522
# /etc/hosts config
515
	[ -e /etc/hosts.default ] || cp /etc/hosts /etc/hosts.default
523
	[ -e /etc/hosts.default ] || cp /etc/hosts /etc/hosts.default
516
	cat <<EOF > /etc/hosts
524
	cat <<EOF > /etc/hosts
517
127.0.0.1	localhost
525
127.0.0.1	localhost
518
$PRIVATE_IP	$HOSTNAME.$DOMAIN $HOSTNAME
526
$PRIVATE_IP	$HOSTNAME.$DOMAIN $HOSTNAME
519
EOF
527
EOF
520
# EXTIF (Internet) config
528
# EXTIF (Internet) config
521
	[ -e /etc/sysconfig/network-scripts/default-ifcfg-$EXTIF ] || cp /etc/sysconfig/network-scripts/ifcfg-$EXTIF /etc/sysconfig/network-scripts/default-ifcfg-$EXTIF
529
	[ -e /etc/sysconfig/network-scripts/default-ifcfg-$EXTIF ] || cp /etc/sysconfig/network-scripts/ifcfg-$EXTIF /etc/sysconfig/network-scripts/default-ifcfg-$EXTIF
522
	if [ $IP_SETTING == "dhcp" ]
530
	if [ $IP_SETTING == "dhcp" ]
523
		then
531
		then
524
		cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-$EXTIF
532
		cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-$EXTIF
525
DEVICE=$EXTIF
533
DEVICE=$EXTIF
526
BOOTPROTO=dhcp
534
BOOTPROTO=dhcp
527
DNS1=127.0.0.1
535
DNS1=127.0.0.1
528
PEERDNS=no
536
PEERDNS=no
529
RESOLV_MODS=yes
537
RESOLV_MODS=yes
530
ONBOOT=yes
538
ONBOOT=yes
531
NOZEROCONF=yes
539
NOZEROCONF=yes
532
METRIC=10
540
METRIC=10
533
MII_NOT_SUPPORTED=yes
541
MII_NOT_SUPPORTED=yes
534
IPV6INIT=no
542
IPV6INIT=no
535
IPV6TO4INIT=no
543
IPV6TO4INIT=no
536
ACCOUNTING=no
544
ACCOUNTING=no
537
USERCTL=no
545
USERCTL=no
538
MTU=$MTU
546
MTU=$MTU
539
EOF
547
EOF
540
		else	
548
		else	
541
		cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-$EXTIF
549
		cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-$EXTIF
542
DEVICE=$EXTIF
550
DEVICE=$EXTIF
543
BOOTPROTO=static
551
BOOTPROTO=static
544
IPADDR=$PUBLIC_IP
552
IPADDR=$PUBLIC_IP
545
NETMASK=$PUBLIC_NETMASK
553
NETMASK=$PUBLIC_NETMASK
546
GATEWAY=$PUBLIC_GATEWAY
554
GATEWAY=$PUBLIC_GATEWAY
547
DNS1=127.0.0.1
555
DNS1=127.0.0.1
548
RESOLV_MODS=yes
556
RESOLV_MODS=yes
549
ONBOOT=yes
557
ONBOOT=yes
550
METRIC=10
558
METRIC=10
551
NOZEROCONF=yes
559
NOZEROCONF=yes
552
MII_NOT_SUPPORTED=yes
560
MII_NOT_SUPPORTED=yes
553
IPV6INIT=no
561
IPV6INIT=no
554
IPV6TO4INIT=no
562
IPV6TO4INIT=no
555
ACCOUNTING=no
563
ACCOUNTING=no
556
USERCTL=no
564
USERCTL=no
557
MTU=$MTU
565
MTU=$MTU
558
EOF
566
EOF
559
	fi
567
	fi
560
# Config INTIF (consultation LAN) in normal mode
568
# Config INTIF (consultation LAN) in normal mode
561
	cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-$INTIF
569
	cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-$INTIF
562
DEVICE=$INTIF
570
DEVICE=$INTIF
563
BOOTPROTO=static
571
BOOTPROTO=static
564
ONBOOT=yes
572
ONBOOT=yes
565
NOZEROCONF=yes
573
NOZEROCONF=yes
566
MII_NOT_SUPPORTED=yes
574
MII_NOT_SUPPORTED=yes
567
IPV6INIT=no
575
IPV6INIT=no
568
IPV6TO4INIT=no
576
IPV6TO4INIT=no
569
ACCOUNTING=no
577
ACCOUNTING=no
570
USERCTL=no
578
USERCTL=no
571
EOF
579
EOF
572
	cp -f /etc/sysconfig/network-scripts/ifcfg-$INTIF /etc/sysconfig/network-scripts/default-ifcfg-$INTIF
580
	cp -f /etc/sysconfig/network-scripts/ifcfg-$INTIF /etc/sysconfig/network-scripts/default-ifcfg-$INTIF
573
# Config of INTIF in bypass mode (see "alcasar-bypass.sh")
581
# Config of INTIF in bypass mode (see "alcasar-bypass.sh")
574
	cat <<EOF > /etc/sysconfig/network-scripts/bypass-ifcfg-$INTIF
582
	cat <<EOF > /etc/sysconfig/network-scripts/bypass-ifcfg-$INTIF
575
DEVICE=$INTIF
583
DEVICE=$INTIF
576
BOOTPROTO=static
584
BOOTPROTO=static
577
IPADDR=$PRIVATE_IP
585
IPADDR=$PRIVATE_IP
578
NETMASK=$PRIVATE_NETMASK
586
NETMASK=$PRIVATE_NETMASK
579
ONBOOT=yes
587
ONBOOT=yes
580
METRIC=10
588
METRIC=10
581
NOZEROCONF=yes
589
NOZEROCONF=yes
582
MII_NOT_SUPPORTED=yes
590
MII_NOT_SUPPORTED=yes
583
IPV6INIT=no
591
IPV6INIT=no
584
IPV6TO4INIT=no
592
IPV6TO4INIT=no
585
ACCOUNTING=no
593
ACCOUNTING=no
586
USERCTL=no
594
USERCTL=no
587
EOF
595
EOF
588
# Renseignement des fichiers hosts.allow et hosts.deny
596
# Renseignement des fichiers hosts.allow et hosts.deny
589
	[ -e /etc/hosts.allow.default ]  || cp /etc/hosts.allow /etc/hosts.allow.default
597
	[ -e /etc/hosts.allow.default ]  || cp /etc/hosts.allow /etc/hosts.allow.default
590
	cat <<EOF > /etc/hosts.allow
598
	cat <<EOF > /etc/hosts.allow
591
ALL: LOCAL, 127.0.0.1, localhost, $PRIVATE_IP
599
ALL: LOCAL, 127.0.0.1, localhost, $PRIVATE_IP
592
sshd: ALL
600
sshd: ALL
593
ntpd: $PRIVATE_NETWORK_SHORT
601
ntpd: $PRIVATE_NETWORK_SHORT
594
EOF
602
EOF
595
	[ -e /etc/host.deny.default ]  || cp /etc/hosts.deny /etc/hosts.deny.default
603
	[ -e /etc/host.deny.default ]  || cp /etc/hosts.deny /etc/hosts.deny.default
596
	cat <<EOF > /etc/hosts.deny
604
	cat <<EOF > /etc/hosts.deny
597
ALL: ALL: spawn ( /bin/echo "service %d demandé par %c" | /bin/mail -s "Tentative d'accès au service %d par %c REFUSE !!!" security ) &
605
ALL: ALL: spawn ( /bin/echo "service %d demandé par %c" | /bin/mail -s "Tentative d'accès au service %d par %c REFUSE !!!" security ) &
598
EOF
606
EOF
599
	chmod o+r $DIR_DEST_BIN/alcasar-iptables.sh #lecture possible pour apache (interface php du filtrage réseau)
607
	chmod o+r $DIR_DEST_BIN/alcasar-iptables.sh #lecture possible pour apache (interface php du filtrage réseau)
600
# create the ip_blocked file with a first line (LAN between ALCASAR and the Internet GW)
608
# create the ip_blocked file with a first line (LAN between ALCASAR and the Internet GW)
601
	echo "#$PUBLIC_NETWORK/$PUBLIC_PREFIX LAN-ALCASAR-BOX" > $DIR_DEST_ETC/alcasar-ip-blocked
609
	echo "#$PUBLIC_NETWORK/$PUBLIC_PREFIX LAN-ALCASAR-BOX" > $DIR_DEST_ETC/alcasar-ip-blocked
602
# load conntrack ftp module
610
# load conntrack ftp module
603
	[ -e /etc/modprobe.preload.default ] || cp /etc/modprobe.preload /etc/modprobe.preload.default
611
	[ -e /etc/modprobe.preload.default ] || cp /etc/modprobe.preload /etc/modprobe.preload.default
604
	echo "nf_conntrack_ftp" >>  /etc/modprobe.preload
612
	echo "nf_conntrack_ftp" >>  /etc/modprobe.preload
605
# load ipt_NETFLOW module
613
# load ipt_NETFLOW module
606
	echo "ipt_NETFLOW" >>  /etc/modprobe.preload
614
	echo "ipt_NETFLOW" >>  /etc/modprobe.preload
607
# modify iptables service files (start with "alcasar-iptables.sh" and stop with flush)
615
# modify iptables service files (start with "alcasar-iptables.sh" and stop with flush)
608
[ -e /lib/systemd/system/iptables.service.default ] || cp /lib/systemd/system/iptables.service /lib/systemd/system/iptables.service.default
616
[ -e /lib/systemd/system/iptables.service.default ] || cp /lib/systemd/system/iptables.service /lib/systemd/system/iptables.service.default
609
$SED 's/ExecStart=\/usr\/libexec\/iptables.init start/ExecStart=\/usr\/local\/bin\/alcasar-iptables.sh/' /lib/systemd/system/iptables.service
617
$SED 's/ExecStart=\/usr\/libexec\/iptables.init start/ExecStart=\/usr\/local\/bin\/alcasar-iptables.sh/' /lib/systemd/system/iptables.service
610
[ -e /usr/libexec/iptables.init.default ] || cp /usr/libexec/iptables.init /usr/libexec/iptables.init.default
618
[ -e /usr/libexec/iptables.init.default ] || cp /usr/libexec/iptables.init /usr/libexec/iptables.init.default
611
$SED "s?\[ -f \$IPTABLES_CONFIG \] .*?#&?" /usr/libexec/iptables.init # comment the test (flush all rules & policies)
619
$SED "s?\[ -f \$IPTABLES_CONFIG \] .*?#&?" /usr/libexec/iptables.init # comment the test (flush all rules & policies)
612
# 
620
# 
613
# the script "$DIR_DEST_BIN/alcasar-iptables.sh" is launched at the end in order to allow update via ssh
621
# the script "$DIR_DEST_BIN/alcasar-iptables.sh" is launched at the end in order to allow update via ssh
614
} # End of network ()
622
} # End of network ()
615
 
623
 
616
##################################################################
624
##################################################################
617
##			Function "ACC"				##
625
##			Function "ACC"				##
618
## - installation of then ALCASAR Control Center (ACC)	)	##
626
## - installation of then ALCASAR Control Center (ACC)	)	##
619
## - configuration of the web server (Apache)			##
627
## - configuration of the web server (Apache)			##
620
## - creation of the first ACC admin account 			##
628
## - creation of the first ACC admin account 			##
621
## - secure the access						##
629
## - secure the access						##
622
##################################################################
630
##################################################################
623
ACC ()
631
ACC ()
624
{
632
{
625
	[ -d $DIR_WEB ] && rm -rf $DIR_WEB
633
	[ -d $DIR_WEB ] && rm -rf $DIR_WEB
626
	mkdir $DIR_WEB
634
	mkdir $DIR_WEB
627
# Copy & adapt ACC files
635
# Copy & adapt ACC files
628
	cp -rf $DIR_INSTALL/web/* $DIR_WEB/
636
	cp -rf $DIR_INSTALL/web/* $DIR_WEB/
629
	echo "$VERSION" > $DIR_WEB/VERSION
637
	echo "$VERSION" > $DIR_WEB/VERSION
630
	$SED "s?99/99/9999?$DATE_SHORT?g" $DIR_ACC/menu.php
638
	$SED "s?99/99/9999?$DATE_SHORT?g" $DIR_ACC/menu.php
631
	$SED "s?\$DB_RADIUS = .*?\$DB_RADIUS = \"$DB_RADIUS\"\;?g" $DIR_ACC/phpsysinfo/includes/xml/portail.php
639
	$SED "s?\$DB_RADIUS = .*?\$DB_RADIUS = \"$DB_RADIUS\"\;?g" $DIR_ACC/phpsysinfo/includes/xml/portail.php
632
	$SED "s?\$DB_USER = .*?\$DB_USER = \"$DB_USER\"\;?g" $DIR_ACC/phpsysinfo/includes/xml/portail.php
640
	$SED "s?\$DB_USER = .*?\$DB_USER = \"$DB_USER\"\;?g" $DIR_ACC/phpsysinfo/includes/xml/portail.php
633
	$SED "s?\$radiuspwd = .*?\$radiuspwd = \"$radiuspwd\"\;?g" $DIR_ACC/phpsysinfo/includes/xml/portail.php
641
	$SED "s?\$radiuspwd = .*?\$radiuspwd = \"$radiuspwd\"\;?g" $DIR_ACC/phpsysinfo/includes/xml/portail.php
634
	chmod 640 $DIR_ACC/phpsysinfo/includes/xml/portail.php
642
	chmod 640 $DIR_ACC/phpsysinfo/includes/xml/portail.php
635
	chown -R apache:apache $DIR_WEB/*
643
	chown -R apache:apache $DIR_WEB/*
636
# copy & adapt "freeradius-web" files
644
# copy & adapt "freeradius-web" files
637
	cp -rf $DIR_CONF/freeradius-web/ /etc/
645
	cp -rf $DIR_CONF/freeradius-web/ /etc/
638
	[ -e /etc/freeradius-web/admin.conf.default ] || cp /etc/freeradius-web/admin.conf /etc/freeradius-web/admin.conf.default
646
	[ -e /etc/freeradius-web/admin.conf.default ] || cp /etc/freeradius-web/admin.conf /etc/freeradius-web/admin.conf.default
639
	$SED "s?^general_domain:.*?general_domain: $DOMAIN?g" /etc/freeradius-web/admin.conf
647
	$SED "s?^general_domain:.*?general_domain: $DOMAIN?g" /etc/freeradius-web/admin.conf
640
	$SED "s?^sql_username:.*?sql_username: $DB_USER?g" /etc/freeradius-web/admin.conf
648
	$SED "s?^sql_username:.*?sql_username: $DB_USER?g" /etc/freeradius-web/admin.conf
641
	$SED "s?^sql_password:.*?sql_password: $radiuspwd?g" /etc/freeradius-web/admin.conf
649
	$SED "s?^sql_password:.*?sql_password: $radiuspwd?g" /etc/freeradius-web/admin.conf
642
	cat <<EOF > /etc/freeradius-web/naslist.conf
650
	cat <<EOF > /etc/freeradius-web/naslist.conf
643
nas1_name: alcasar-$ORGANISME
651
nas1_name: alcasar-$ORGANISME
644
nas1_model: Network Access Controler
652
nas1_model: Network Access Controler
645
nas1_ip: $PRIVATE_IP
653
nas1_ip: $PRIVATE_IP
646
nas1_port_num: 0
654
nas1_port_num: 0
647
nas1_community: public
655
nas1_community: public
648
EOF
656
EOF
649
	chown -R apache:apache /etc/freeradius-web/
657
	chown -R apache:apache /etc/freeradius-web/
650
# create the log & backup structure :
658
# create the log & backup structure :
651
# - base = users database
659
# - base = users database
652
# - archive = tarball of "base + http firewall + netflow"
660
# - archive = tarball of "base + http firewall + netflow"
653
# - security = watchdog log
661
# - security = watchdog log
654
	for i in base archive security activity_report;
662
	for i in base archive security activity_report;
655
	do
663
	do
656
		[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
664
		[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
657
	done
665
	done
658
	chown -R root:apache $DIR_SAVE
666
	chown -R root:apache $DIR_SAVE
659
# Configuring & securing php
667
# Configuring & securing php
660
	[ -e /etc/php.ini.default ] || cp /etc/php.ini /etc/php.ini.default
668
	[ -e /etc/php.ini.default ] || cp /etc/php.ini /etc/php.ini.default
661
	timezone=`cat /etc/sysconfig/clock|grep ZONE|cut -d"=" -f2`
669
	timezone=`cat /etc/sysconfig/clock|grep ZONE|cut -d"=" -f2`
662
	$SED "s?^;date.timezone =.*?date.timezone = $timezone?g" /etc/php.ini
670
	$SED "s?^;date.timezone =.*?date.timezone = $timezone?g" /etc/php.ini
663
	$SED "s?^upload_max_filesize.*?upload_max_filesize = 100M?g" /etc/php.ini
671
	$SED "s?^upload_max_filesize.*?upload_max_filesize = 100M?g" /etc/php.ini
664
	$SED "s?^post_max_size.*?post_max_size = 100M?g" /etc/php.ini
672
	$SED "s?^post_max_size.*?post_max_size = 100M?g" /etc/php.ini
665
	$SED "s?^html_errors.*?html_errors = Off?g" /etc/php.ini
673
	$SED "s?^html_errors.*?html_errors = Off?g" /etc/php.ini
666
	$SED "s?^expose_php.*?expose_php = Off?g" /etc/php.ini
674
	$SED "s?^expose_php.*?expose_php = Off?g" /etc/php.ini
667
# Configuring & sécuring Apache
675
# Configuring & sécuring Apache
668
	rm -rf /var/www/cgi-bin/* /var/www/perl/* /var/www/icons/README* /var/www/error/README*
676
	rm -rf /var/www/cgi-bin/* /var/www/perl/* /var/www/icons/README* /var/www/error/README*
669
	[ -e /etc/httpd/conf/httpd.conf.default ] || cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.default
677
	[ -e /etc/httpd/conf/httpd.conf.default ] || cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.default
670
	$SED "s?^#ServerName.*?ServerName $HOSTNAME.$DOMAIN?g" /etc/httpd/conf/httpd.conf
678
	$SED "s?^#ServerName.*?ServerName $HOSTNAME.$DOMAIN?g" /etc/httpd/conf/httpd.conf
671
	$SED "s?^Listen.*?Listen $PRIVATE_IP:80?g" /etc/httpd/conf/httpd.conf
679
	$SED "s?^Listen.*?Listen $PRIVATE_IP:80?g" /etc/httpd/conf/httpd.conf
672
	$SED "s?Options Indexes.*?Options -Indexes?g" /etc/httpd/conf/httpd.conf
680
	$SED "s?Options Indexes.*?Options -Indexes?g" /etc/httpd/conf/httpd.conf
673
	echo "ServerTokens Prod" >> /etc/httpd/conf/httpd.conf
681
	echo "ServerTokens Prod" >> /etc/httpd/conf/httpd.conf
674
	echo "ServerSignature Off" >> /etc/httpd/conf/httpd.conf
682
	echo "ServerSignature Off" >> /etc/httpd/conf/httpd.conf
675
	[ -e /etc/httpd/conf/modules.d/00_base.conf.default ] || cp /etc/httpd/conf/modules.d/00_base.conf /etc/httpd/conf/modules.d/00_base.conf.default
683
	[ -e /etc/httpd/conf/modules.d/00_base.conf.default ] || cp /etc/httpd/conf/modules.d/00_base.conf /etc/httpd/conf/modules.d/00_base.conf.default
676
	$SED "s?^LoadModule authn_anon_module.*?#LoadModule authn_anon_module modules/mod_authn_anon.so?g" /etc/httpd/conf/modules.d/00_base.conf
684
	$SED "s?^LoadModule authn_anon_module.*?#LoadModule authn_anon_module modules/mod_authn_anon.so?g" /etc/httpd/conf/modules.d/00_base.conf
677
	$SED "s?^LoadModule status_module.*?#LoadModule status_module modules/mod_status.so?g" /etc/httpd/conf/modules.d/00_base.conf
685
	$SED "s?^LoadModule status_module.*?#LoadModule status_module modules/mod_status.so?g" /etc/httpd/conf/modules.d/00_base.conf
678
	$SED "s?^LoadModule info_module.*?#LoadModule info_module modules/mod_info.so?g" /etc/httpd/conf/modules.d/00_base.conf
686
	$SED "s?^LoadModule info_module.*?#LoadModule info_module modules/mod_info.so?g" /etc/httpd/conf/modules.d/00_base.conf
679
	$SED "s?^LoadModule imagemap_module.*?#LoadModule imagemap_module modules/mod_imagemap.so?g" /etc/httpd/conf/modules.d/00_base.conf
687
	$SED "s?^LoadModule imagemap_module.*?#LoadModule imagemap_module modules/mod_imagemap.so?g" /etc/httpd/conf/modules.d/00_base.conf
680
	$SED "s?^LoadModule rewrite_module.*?#LoadModule rewrite_module modules/mod_rewrite.so?g" /etc/httpd/conf/modules.d/00_base.conf
688
	$SED "s?^LoadModule rewrite_module.*?#LoadModule rewrite_module modules/mod_rewrite.so?g" /etc/httpd/conf/modules.d/00_base.conf
681
	$SED "s?^LoadModule speling_module.*?#LoadModule speling_module modules/mod_speling.so?g" /etc/httpd/conf/modules.d/00_base.conf
689
	$SED "s?^LoadModule speling_module.*?#LoadModule speling_module modules/mod_speling.so?g" /etc/httpd/conf/modules.d/00_base.conf
682
	[ -e /etc/httpd/conf/conf.d/ssl.conf.default ] || cp /etc/httpd/conf/conf.d/ssl.conf /etc/httpd/conf/conf.d/ssl.conf.default
690
	[ -e /etc/httpd/conf/conf.d/ssl.conf.default ] || cp /etc/httpd/conf/conf.d/ssl.conf /etc/httpd/conf/conf.d/ssl.conf.default
683
	echo "Listen $PRIVATE_IP:443" > /etc/httpd/conf/conf.d/ssl.conf # Listen only on INTIF
691
	echo "Listen $PRIVATE_IP:443" > /etc/httpd/conf/conf.d/ssl.conf # Listen only on INTIF
684
	echo "SSLProtocol all -SSLv2 -SSLv3" >> /etc/httpd/conf/conf.d/ssl.conf  # exclude vulnerable protocols
692
	echo "SSLProtocol all -SSLv2 -SSLv3" >> /etc/httpd/conf/conf.d/ssl.conf  # exclude vulnerable protocols
685
	echo "SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS" >> /etc/httpd/conf/conf.d/ssl.conf # Define the cipher suite
693
	echo "SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS" >> /etc/httpd/conf/conf.d/ssl.conf # Define the cipher suite
686
	echo "SSLHonorCipherOrder on" >> /etc/httpd/conf/conf.d/ssl.conf # The Browser must respect the order of the cipher suite
694
	echo "SSLHonorCipherOrder on" >> /etc/httpd/conf/conf.d/ssl.conf # The Browser must respect the order of the cipher suite
687
	echo "SSLPassPhraseDialog  builtin" >> /etc/httpd/conf/conf.d/ssl.conf # in case of passphrase the dialog will be perform on stdin
695
	echo "SSLPassPhraseDialog  builtin" >> /etc/httpd/conf/conf.d/ssl.conf # in case of passphrase the dialog will be perform on stdin
688
	echo "SSLSessionCache \"shmcb:/run/httpd/ssl_scache(512000)\"" >> /etc/httpd/conf/conf.d/ssl.conf # default cache size
696
	echo "SSLSessionCache \"shmcb:/run/httpd/ssl_scache(512000)\"" >> /etc/httpd/conf/conf.d/ssl.conf # default cache size
689
	echo "SSLSessionCacheTimeout 300" >> /etc/httpd/conf/conf.d/ssl.conf # default cache time in seconds
697
	echo "SSLSessionCacheTimeout 300" >> /etc/httpd/conf/conf.d/ssl.conf # default cache time in seconds
690
# Error page management
698
# Error page management
691
[ -e /etc/httpd/conf/conf.d/multilang-errordoc.conf.default ] || cp /etc/httpd/conf/conf.d/multilang-errordoc.conf /etc/httpd/conf/conf.d/multilang-errordoc.conf.default
699
[ -e /etc/httpd/conf/conf.d/multilang-errordoc.conf.default ] || cp /etc/httpd/conf/conf.d/multilang-errordoc.conf /etc/httpd/conf/conf.d/multilang-errordoc.conf.default
692
cat <<EOF > /etc/httpd/conf/conf.d/multilang-errordoc.conf
700
cat <<EOF > /etc/httpd/conf/conf.d/multilang-errordoc.conf
693
Alias /error/ "/var/www/html/"
701
Alias /error/ "/var/www/html/"
694
<Directory "/usr/share/httpd/error">
702
<Directory "/usr/share/httpd/error">
695
    AllowOverride None
703
    AllowOverride None
696
    Options IncludesNoExec
704
    Options IncludesNoExec
697
    AddOutputFilter Includes html
705
    AddOutputFilter Includes html
698
    AddHandler type-map var
706
    AddHandler type-map var
699
    Require all granted
707
    Require all granted
700
    LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
708
    LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
701
    ForceLanguagePriority Prefer Fallback
709
    ForceLanguagePriority Prefer Fallback
702
</Directory>
710
</Directory>
703
ErrorDocument 400 /error/error.php?error=400
711
ErrorDocument 400 /error/error.php?error=400
704
ErrorDocument 401 /error/error.php?error=401
712
ErrorDocument 401 /error/error.php?error=401
705
ErrorDocument 403 /error/error.php?error=403
713
ErrorDocument 403 /error/error.php?error=403
706
ErrorDocument 404 /error/index.php
714
ErrorDocument 404 /error/index.php
707
ErrorDocument 405 /error/error.php?error=405
715
ErrorDocument 405 /error/error.php?error=405
708
ErrorDocument 408 /error/error.php?error=408
716
ErrorDocument 408 /error/error.php?error=408
709
ErrorDocument 410 /error/error.php?error=410
717
ErrorDocument 410 /error/error.php?error=410
710
ErrorDocument 411 /error/error.php?error=411
718
ErrorDocument 411 /error/error.php?error=411
711
ErrorDocument 412 /error/error.php?error=412
719
ErrorDocument 412 /error/error.php?error=412
712
ErrorDocument 413 /error/error.php?error=413
720
ErrorDocument 413 /error/error.php?error=413
713
ErrorDocument 414 /error/error.php?error=414
721
ErrorDocument 414 /error/error.php?error=414
714
ErrorDocument 415 /error/error.php?error=415
722
ErrorDocument 415 /error/error.php?error=415
715
ErrorDocument 500 /error/error.php?error=500
723
ErrorDocument 500 /error/error.php?error=500
716
ErrorDocument 501 /error/error.php?error=501
724
ErrorDocument 501 /error/error.php?error=501
717
ErrorDocument 502 /error/error.php?error=502
725
ErrorDocument 502 /error/error.php?error=502
718
ErrorDocument 503 /error/error.php?error=503
726
ErrorDocument 503 /error/error.php?error=503
719
ErrorDocument 506 /error/error.php?error=506
727
ErrorDocument 506 /error/error.php?error=506
720
EOF
728
EOF
721
	[ -e /usr/share/httpd/error/include/top.html.default ] || cp /usr/share/httpd/error/include/top.html /usr/share/httpd/error/include/top.html.default
729
	[ -e /usr/share/httpd/error/include/top.html.default ] || cp /usr/share/httpd/error/include/top.html /usr/share/httpd/error/include/top.html.default
722
	$SED "s?background-color.*?background-color: #EFEFEF; }?g" /usr/share/httpd/error/include/top.html
730
	$SED "s?background-color.*?background-color: #EFEFEF; }?g" /usr/share/httpd/error/include/top.html
723
	[ -e /usr/share/httpd/error/include/bottom.html.default ] || cp /usr/share/httpd/error/include/bottom.html /usr/share/httpd/error/include/bottom.html.default
731
	[ -e /usr/share/httpd/error/include/bottom.html.default ] || cp /usr/share/httpd/error/include/bottom.html /usr/share/httpd/error/include/bottom.html.default
724
	cat <<EOF > /usr/share/httpd/error/include/bottom.html
732
	cat <<EOF > /usr/share/httpd/error/include/bottom.html
725
</body>
733
</body>
726
</html>
734
</html>
727
EOF
735
EOF
728
# Définition du premier compte lié au profil 'admin'
736
# Définition du premier compte lié au profil 'admin'
729
if [ "$mode" = "install" ]
737
if [ "$mode" = "install" ]
730
	then
738
	then
731
		header_install
739
		header_install
732
		admin_portal=!
740
		admin_portal=!
733
		PTN='^[a-zA-Z0-9-]*$'
741
		PTN='^[a-zA-Z0-9-]*$'
734
		until [[ $(expr $admin_portal : $PTN) -gt 0 ]]
742
		until [[ $(expr $admin_portal : $PTN) -gt 0 ]]
735
                	do
743
                	do
736
			header_install
744
			header_install
737
			if [ $Lang == "fr" ]
745
			if [ $Lang == "fr" ]
738
			then 
746
			then 
739
				echo ""
747
				echo ""
740
				echo "Définissez un premier compte d'administration du portail :"
748
				echo "Définissez un premier compte d'administration du portail :"
741
				echo
749
				echo
742
				echo -n "Nom : "
750
				echo -n "Nom : "
743
			else
751
			else
744
				echo ""
752
				echo ""
745
				echo "Define the first account allow to administrate the portal :"
753
				echo "Define the first account allow to administrate the portal :"
746
				echo
754
				echo
747
				echo -n "Account : "
755
				echo -n "Account : "
748
			fi
756
			fi
749
			read admin_portal
757
			read admin_portal
750
			if [ "$admin_portal" == "" ]
758
			if [ "$admin_portal" == "" ]
751
				then
759
				then
752
				admin_portal=!
760
				admin_portal=!
753
			fi
761
			fi
754
			done
762
			done
755
# Creation of keys file for the admin account ("admin")
763
# Creation of keys file for the admin account ("admin")
756
		[ -d $DIR_DEST_ETC/digest ] && rm -rf $DIR_DEST_ETC/digest
764
		[ -d $DIR_DEST_ETC/digest ] && rm -rf $DIR_DEST_ETC/digest
757
		mkdir -p $DIR_DEST_ETC/digest
765
		mkdir -p $DIR_DEST_ETC/digest
758
		chmod 755 $DIR_DEST_ETC/digest
766
		chmod 755 $DIR_DEST_ETC/digest
759
		until [ -s $DIR_DEST_ETC/digest/key_admin ]
767
		until [ -s $DIR_DEST_ETC/digest/key_admin ]
760
			do
768
			do
761
				/usr/bin/htdigest -c $DIR_DEST_ETC/digest/key_admin "ALCASAR Control Center (ACC)" $admin_portal
769
				/usr/bin/htdigest -c $DIR_DEST_ETC/digest/key_admin "ALCASAR Control Center (ACC)" $admin_portal
762
			done
770
			done
763
		$DIR_DEST_BIN/alcasar-profil.sh --list
771
		$DIR_DEST_BIN/alcasar-profil.sh --list
764
fi
772
fi
765
# ACC partitioning
773
# ACC partitioning
766
	rm -f /etc/httpd/conf/webapps.d/alcasar*
774
	rm -f /etc/httpd/conf/webapps.d/alcasar*
767
	cat <<EOF > /etc/httpd/conf/webapps.d/alcasar.conf
775
	cat <<EOF > /etc/httpd/conf/webapps.d/alcasar.conf
768
<Directory $DIR_ACC>
776
<Directory $DIR_ACC>
769
	SSLRequireSSL
777
	SSLRequireSSL
770
	AllowOverride None
778
	AllowOverride None
771
	Order deny,allow
779
	Order deny,allow
772
	Deny from all
780
	Deny from all
773
	Allow from 127.0.0.1
781
	Allow from 127.0.0.1
774
	Allow from $PRIVATE_NETWORK_MASK
782
	Allow from $PRIVATE_NETWORK_MASK
775
	require valid-user
783
	require valid-user
776
	AuthType digest
784
	AuthType digest
777
	AuthName "ALCASAR Control Center (ACC)" 
785
	AuthName "ALCASAR Control Center (ACC)" 
778
	AuthDigestDomain $HOSTNAME.$DOMAIN
786
	AuthDigestDomain $HOSTNAME.$DOMAIN
779
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
787
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
780
	AuthUserFile $DIR_DEST_ETC/digest/key_all
788
	AuthUserFile $DIR_DEST_ETC/digest/key_all
781
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
789
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
782
</Directory>
790
</Directory>
783
<Directory $DIR_ACC/admin>
791
<Directory $DIR_ACC/admin>
784
	SSLRequireSSL
792
	SSLRequireSSL
785
	AllowOverride None
793
	AllowOverride None
786
	Order deny,allow
794
	Order deny,allow
787
	Deny from all
795
	Deny from all
788
	Allow from 127.0.0.1
796
	Allow from 127.0.0.1
789
	Allow from $PRIVATE_NETWORK_MASK
797
	Allow from $PRIVATE_NETWORK_MASK
790
	require valid-user
798
	require valid-user
791
	AuthType digest
799
	AuthType digest
792
	AuthName "ALCASAR Control Center (ACC)" 
800
	AuthName "ALCASAR Control Center (ACC)" 
793
	AuthDigestDomain $HOSTNAME.$DOMAIN
801
	AuthDigestDomain $HOSTNAME.$DOMAIN
794
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
802
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
795
	AuthUserFile $DIR_DEST_ETC/digest/key_admin
803
	AuthUserFile $DIR_DEST_ETC/digest/key_admin
796
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
804
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
797
</Directory>
805
</Directory>
798
<Directory $DIR_ACC/manager>
806
<Directory $DIR_ACC/manager>
799
	SSLRequireSSL
807
	SSLRequireSSL
800
	AllowOverride None
808
	AllowOverride None
801
	Order deny,allow
809
	Order deny,allow
802
	Deny from all
810
	Deny from all
803
	Allow from 127.0.0.1
811
	Allow from 127.0.0.1
804
	Allow from $PRIVATE_NETWORK_MASK
812
	Allow from $PRIVATE_NETWORK_MASK
805
	require valid-user
813
	require valid-user
806
	AuthType digest
814
	AuthType digest
807
	AuthName "ALCASAR Control Center (ACC)" 
815
	AuthName "ALCASAR Control Center (ACC)" 
808
	AuthDigestDomain $HOSTNAME.$DOMAIN
816
	AuthDigestDomain $HOSTNAME.$DOMAIN
809
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
817
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
810
	AuthUserFile $DIR_DEST_ETC/digest/key_manager
818
	AuthUserFile $DIR_DEST_ETC/digest/key_manager
811
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
819
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
812
</Directory>
820
</Directory>
813
<Directory $DIR_ACC/backup>
821
<Directory $DIR_ACC/backup>
814
	SSLRequireSSL
822
	SSLRequireSSL
815
	AllowOverride None
823
	AllowOverride None
816
	Order deny,allow
824
	Order deny,allow
817
	Deny from all
825
	Deny from all
818
	Allow from 127.0.0.1
826
	Allow from 127.0.0.1
819
	Allow from $PRIVATE_NETWORK_MASK
827
	Allow from $PRIVATE_NETWORK_MASK
820
	require valid-user
828
	require valid-user
821
	AuthType digest
829
	AuthType digest
822
	AuthName "ALCASAR Control Center (ACC)" 
830
	AuthName "ALCASAR Control Center (ACC)" 
823
	AuthDigestDomain $HOSTNAME.$DOMAIN
831
	AuthDigestDomain $HOSTNAME.$DOMAIN
824
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
832
	BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
825
	AuthUserFile $DIR_DEST_ETC/digest/key_backup
833
	AuthUserFile $DIR_DEST_ETC/digest/key_backup
826
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
834
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
827
</Directory>
835
</Directory>
828
Alias /save/ "$DIR_SAVE/"
836
Alias /save/ "$DIR_SAVE/"
829
<Directory $DIR_SAVE>
837
<Directory $DIR_SAVE>
830
	SSLRequireSSL
838
	SSLRequireSSL
831
	Options Indexes
839
	Options Indexes
832
	Order deny,allow
840
	Order deny,allow
833
	Deny from all
841
	Deny from all
834
	Allow from 127.0.0.1
842
	Allow from 127.0.0.1
835
	Allow from $PRIVATE_NETWORK_MASK
843
	Allow from $PRIVATE_NETWORK_MASK
836
	require valid-user
844
	require valid-user
837
	AuthType digest
845
	AuthType digest
838
	AuthName "ALCASAR Control Center (ACC)" 
846
	AuthName "ALCASAR Control Center (ACC)" 
839
	AuthDigestDomain $HOSTNAME.$DOMAIN
847
	AuthDigestDomain $HOSTNAME.$DOMAIN
840
	AuthUserFile $DIR_DEST_ETC/digest/key_backup
848
	AuthUserFile $DIR_DEST_ETC/digest/key_backup
841
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
849
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN/
842
</Directory>
850
</Directory>
843
<Directory $DIR_WEB/pass>
851
<Directory $DIR_WEB/pass>
844
	SSLRequireSSL
852
	SSLRequireSSL
845
	AllowOverride None
853
	AllowOverride None
846
	Order deny,allow
854
	Order deny,allow
847
	Deny from all
855
	Deny from all
848
	Allow from 127.0.0.1
856
	Allow from 127.0.0.1
849
	Allow from $PRIVATE_NETWORK_MASK
857
	Allow from $PRIVATE_NETWORK_MASK
850
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN
858
	ErrorDocument 404 https://$HOSTNAME.$DOMAIN
851
</Directory>
859
</Directory>
852
EOF
860
EOF
853
# Replacement of the extension .cer by .der in MIME type
861
# Replacement of the extension .cer by .der in MIME type
854
$SED "s?^application/pkix-cert.*?application/pkix-cert		der?g" /etc/mime.types
862
$SED "s?^application/pkix-cert.*?application/pkix-cert		der?g" /etc/mime.types
855
# Launch after coova (in order to wait tun0 to be up)
863
# Launch after coova (in order to wait tun0 to be up)
856
$SED "s?^After=.*?After=network.target remote-fs.target nss-lookup.target chilli.service?g" /lib/systemd/system/httpd.service
864
$SED "s?^After=.*?After=network.target remote-fs.target nss-lookup.target chilli.service?g" /lib/systemd/system/httpd.service
857
} # End of ACC ()
865
} # End of ACC ()
858
 
866
 
859
##########################################################################
867
##########################################################################
860
##				Fonction "CA"				##
868
##				Fonction "CA"				##
861
## - Creating the CA and the server certificate (apache)	 	##
869
## - Creating the CA and the server certificate (apache)	 	##
862
##########################################################################
870
##########################################################################
863
CA ()
871
CA ()
864
{
872
{
865
	$DIR_DEST_BIN/alcasar-CA.sh
873
	$DIR_DEST_BIN/alcasar-CA.sh
866
	FIC_VIRTUAL_SSL=`find /etc/httpd/conf -type f -name *default_ssl_vhost.conf`
874
	FIC_VIRTUAL_SSL=`find /etc/httpd/conf -type f -name *default_ssl_vhost.conf`
867
	[ -e /etc/httpd/conf/vhosts-ssl.default ]  || cp $FIC_VIRTUAL_SSL /etc/httpd/conf/vhosts-ssl.default
875
	[ -e /etc/httpd/conf/vhosts-ssl.default ]  || cp $FIC_VIRTUAL_SSL /etc/httpd/conf/vhosts-ssl.default
868
	cat <<EOF > $FIC_VIRTUAL_SSL
876
	cat <<EOF > $FIC_VIRTUAL_SSL
869
# default SSL virtual host, used for all HTTPS requests that do not
877
# default SSL virtual host, used for all HTTPS requests that do not
870
# match a ServerName or ServerAlias in any <VirtualHost> block.
878
# match a ServerName or ServerAlias in any <VirtualHost> block.
871
 
879
 
872
<VirtualHost _default_:443>
880
<VirtualHost _default_:443>
873
# general configuration
881
# general configuration
874
    ServerAdmin root@localhost
882
    ServerAdmin root@localhost
875
    ServerName $HOSTNAME.$DOMAIN
883
    ServerName $HOSTNAME.$DOMAIN
876
 
884
 
877
# SSL configuration
885
# SSL configuration
878
    SSLEngine on
886
    SSLEngine on
879
    SSLCertificateFile /etc/pki/tls/certs/alcasar.crt
887
    SSLCertificateFile /etc/pki/tls/certs/alcasar.crt
880
    SSLCertificateKeyFile /etc/pki/tls/private/alcasar.key
888
    SSLCertificateKeyFile /etc/pki/tls/private/alcasar.key
881
    SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
889
    SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
882
    CustomLog logs/ssl_request_log \
890
    CustomLog logs/ssl_request_log \
883
	"%t %{SSL_PROTOCOL}x %{SSL_CIPHER}x [%h] \"%r\" %b"
891
	"%t %{SSL_PROTOCOL}x %{SSL_CIPHER}x [%h] \"%r\" %b"
884
    ErrorLog logs/ssl_error_log
892
    ErrorLog logs/ssl_error_log
885
    ErrorLogFormat "[%t] [%m:%l] [client %a] %M"
893
    ErrorLogFormat "[%t] [%m:%l] [client %a] %M"
886
</VirtualHost>
894
</VirtualHost>
887
EOF
895
EOF
888
	chown -R root:apache /etc/pki
896
	chown -R root:apache /etc/pki
889
	chmod -R 750 /etc/pki
897
	chmod -R 750 /etc/pki
890
} # End of CA ()
898
} # End of CA ()
891
 
899
 
892
##################################################################
900
##################################################################
893
##			Function "time_server"			##
901
##			Function "time_server"			##
894
## - Configuring NTP server					##
902
## - Configuring NTP server					##
895
##################################################################
903
##################################################################
896
time_server ()
904
time_server ()
897
{
905
{
898
# Set the Internet time server
906
# Set the Internet time server
899
	[ -e /etc/ntp/step-tickers.default ] || cp /etc/ntp/step-tickers /etc/ntp/step-tickers.default
907
	[ -e /etc/ntp/step-tickers.default ] || cp /etc/ntp/step-tickers /etc/ntp/step-tickers.default
900
	cat <<EOF > /etc/ntp/step-tickers
908
	cat <<EOF > /etc/ntp/step-tickers
901
0.fr.pool.ntp.org	# adapt to your country
909
0.fr.pool.ntp.org	# adapt to your country
902
1.fr.pool.ntp.org
910
1.fr.pool.ntp.org
903
2.fr.pool.ntp.org
911
2.fr.pool.ntp.org
904
EOF
912
EOF
905
	[ -e /etc/ntp.conf.default ] || cp /etc/ntp.conf /etc/ntp.conf.default
913
	[ -e /etc/ntp.conf.default ] || cp /etc/ntp.conf /etc/ntp.conf.default
906
	cat <<EOF > /etc/ntp.conf
914
	cat <<EOF > /etc/ntp.conf
907
server 0.fr.pool.ntp.org	# adapt to your country
915
server 0.fr.pool.ntp.org	# adapt to your country
908
server 1.fr.pool.ntp.org
916
server 1.fr.pool.ntp.org
909
server 2.fr.pool.ntp.org
917
server 2.fr.pool.ntp.org
910
server 127.127.1.0   		# local clock si NTP internet indisponible ...
918
server 127.127.1.0   		# local clock si NTP internet indisponible ...
911
fudge 127.127.1.0 stratum 10
919
fudge 127.127.1.0 stratum 10
912
restrict $PRIVATE_NETWORK mask $PRIVATE_NETMASK nomodify notrap
920
restrict $PRIVATE_NETWORK mask $PRIVATE_NETMASK nomodify notrap
913
restrict 127.0.0.1
921
restrict 127.0.0.1
914
driftfile /var/lib/ntp/drift
922
driftfile /var/lib/ntp/drift
915
logfile /var/log/ntp.log
923
logfile /var/log/ntp.log
916
disable monitor
924
disable monitor
917
EOF
925
EOF
918
	chown -R ntp:ntp /var/lib/ntp
926
	chown -R ntp:ntp /var/lib/ntp
919
# Synchronize now
927
# Synchronize now
920
	ntpd -q -g &
928
	ntpd -q -g &
921
} # End of time_server ()
929
} # End of time_server ()
922
 
930
 
923
##########################################################################################
931
##########################################################################################
924
##			Fonction "init_db"						##
932
##			Fonction "init_db"						##
925
## - Initialisation de la base Mysql							##
933
## - Initialisation de la base Mysql							##
926
## - Affectation du mot de passe de l'administrateur (root)				##
934
## - Affectation du mot de passe de l'administrateur (root)				##
927
## - Suppression des bases et des utilisateurs superflus				##
935
## - Suppression des bases et des utilisateurs superflus				##
928
## - Création de la base 'radius'							##
936
## - Création de la base 'radius'							##
929
## - Installation du schéma de cette base						##
937
## - Installation du schéma de cette base						##
930
## - Import des tables de comptabilité (mtotacct, totacct) et info_usagers (userinfo)	##
938
## - Import des tables de comptabilité (mtotacct, totacct) et info_usagers (userinfo)	##
931
##       ces table proviennent de 'dialupadmin' (paquetage freeradius-web)		##
939
##       ces table proviennent de 'dialupadmin' (paquetage freeradius-web)		##
932
##########################################################################################
940
##########################################################################################
933
init_db ()
941
init_db ()
934
{
942
{
935
	if [ `systemctl is-active mysqld` == "active" ]
943
	if [ `systemctl is-active mysqld` == "active" ]
936
	then
944
	then
937
		systemctl stop mysqld
945
		systemctl stop mysqld
938
	fi
946
	fi
939
	rm -rf /var/lib/mysql # to be sure that there is no former installation
947
	rm -rf /var/lib/mysql # to be sure that there is no former installation
940
	/usr/sbin/mysqld-prepare-db-dir > /dev/null 2>&1
948
	/usr/sbin/mysqld-prepare-db-dir > /dev/null 2>&1
941
	[ -e /etc/my.cnf.default ] || cp /etc/my.cnf /etc/my.cnf.default
949
	[ -e /etc/my.cnf.default ] || cp /etc/my.cnf /etc/my.cnf.default
942
	$SED "s?^tmpdir.*?tmpdir=/tmp?g" /etc/my.cnf
950
	$SED "s?^tmpdir.*?tmpdir=/tmp?g" /etc/my.cnf
943
	$SED "s?^port.*?#&?g" /etc/my.cnf # we use unix socket only
951
	$SED "s?^port.*?#&?g" /etc/my.cnf # we use unix socket only
944
	$SED "s?^;collation_server =.*?collation_server = utf8_unicode_ci?g" /etc/my.cnf
952
	$SED "s?^;collation_server =.*?collation_server = utf8_unicode_ci?g" /etc/my.cnf
945
	$SED "s?^;character_set_server =.*?character_set_server = utf8?g" /etc/my.cnf  # accentuated user names are allowed
953
	$SED "s?^;character_set_server =.*?character_set_server = utf8?g" /etc/my.cnf  # accentuated user names are allowed
946
	$SED "s?^plugin-load.*?#&?g" /etc/my.cnf.d/feedback.cnf # remove the feedback plugin (ALCASAR doesn't report anything !)
954
	$SED "s?^plugin-load.*?#&?g" /etc/my.cnf.d/feedback.cnf # remove the feedback plugin (ALCASAR doesn't report anything !)
947
	/usr/bin/systemctl start mysqld.service
955
	/usr/bin/systemctl start mysqld.service
948
	nb_round=1
956
	nb_round=1
949
	while [ ! -S /var/lib/mysql/mysql.sock ] && [ $nb_round -lt 10 ] # we wait until mariadb is on
957
	while [ ! -S /var/lib/mysql/mysql.sock ] && [ $nb_round -lt 10 ] # we wait until mariadb is on
950
	do
958
	do
951
		nb_round=`expr $nb_round + 1`
959
		nb_round=`expr $nb_round + 1`
952
		sleep 2
960
		sleep 2
953
	done
961
	done
954
	if [ ! -S /var/lib/mysql/mysql.sock ]
962
	if [ ! -S /var/lib/mysql/mysql.sock ]
955
	then
963
	then
956
		echo "Problème : la base données 'MariaDB' ne s'est pas lancée !"
964
		echo "Problème : la base données 'MariaDB' ne s'est pas lancée !"
957
		exit
965
		exit
958
	fi
966
	fi
959
	mysqladmin -u root password $mysqlpwd
967
	mysqladmin -u root password $mysqlpwd
960
	MYSQL="/usr/bin/mysql -uroot -p$mysqlpwd --exec"
968
	MYSQL="/usr/bin/mysql -uroot -p$mysqlpwd --exec"
961
# Secure the server
969
# Secure the server
962
	$MYSQL="DROP DATABASE IF EXISTS test;DROP DATABASE IF EXISTS tmp;"
970
	$MYSQL="DROP DATABASE IF EXISTS test;DROP DATABASE IF EXISTS tmp;"
963
	$MYSQL="CONNECT mysql;DELETE from user where User='';DELETE FROM user WHERE User='root' AND Host NOT IN ('localhost','127.0.0.1','::1');FLUSH PRIVILEGES;" 
971
	$MYSQL="CONNECT mysql;DELETE from user where User='';DELETE FROM user WHERE User='root' AND Host NOT IN ('localhost','127.0.0.1','::1');FLUSH PRIVILEGES;" 
964
# Create 'radius' database
972
# Create 'radius' database
965
	$MYSQL="CREATE DATABASE IF NOT EXISTS $DB_RADIUS;GRANT ALL ON $DB_RADIUS.* TO $DB_USER@localhost IDENTIFIED BY '$radiuspwd';FLUSH PRIVILEGES;"
973
	$MYSQL="CREATE DATABASE IF NOT EXISTS $DB_RADIUS;GRANT ALL ON $DB_RADIUS.* TO $DB_USER@localhost IDENTIFIED BY '$radiuspwd';FLUSH PRIVILEGES;"
966
# Add an empty radius database structure
974
# Add an empty radius database structure
967
	mysql -u$DB_USER -p$radiuspwd $DB_RADIUS < $DIR_CONF/empty-radiusd-db.sql
975
	mysql -u$DB_USER -p$radiuspwd $DB_RADIUS < $DIR_CONF/empty-radiusd-db.sql
968
# modify the start script in order to close accounting connexion when the system is comming down or up
976
# modify the start script in order to close accounting connexion when the system is comming down or up
969
	[ -e /lib/systemd/system/mysqld.service.default ] || cp /lib/systemd/system/mysqld.service /lib/systemd/system/mysqld.service.default
977
	[ -e /lib/systemd/system/mysqld.service.default ] || cp /lib/systemd/system/mysqld.service /lib/systemd/system/mysqld.service.default
970
	$SED "/ExecStartPost=/a ExecStop=$DIR_DEST_BIN/alcasar-mysql.sh -acct_stop" /usr/lib/systemd/system/mysqld.service
978
	$SED "/ExecStartPost=/a ExecStop=$DIR_DEST_BIN/alcasar-mysql.sh -acct_stop" /usr/lib/systemd/system/mysqld.service
971
	$SED "/ExecStartPost=/a ExecStartPost=$DIR_DEST_BIN/alcasar-mysql.sh -acct_stop" /lib/systemd/system/mysqld.service
979
	$SED "/ExecStartPost=/a ExecStartPost=$DIR_DEST_BIN/alcasar-mysql.sh -acct_stop" /lib/systemd/system/mysqld.service
972
	/usr/bin/systemctl daemon-reload
980
	/usr/bin/systemctl daemon-reload
973
} # End of init_db ()
981
} # End of init_db ()
974
 
982
 
975
##########################################################################
983
##########################################################################
976
##			Fonction "radius"				##
984
##			Fonction "radius"				##
977
## - Paramètrage des fichiers de configuration FreeRadius		##
985
## - Paramètrage des fichiers de configuration FreeRadius		##
978
## - Affectation du secret partagé entre coova-chilli et freeradius	##
986
## - Affectation du secret partagé entre coova-chilli et freeradius	##
979
## - Modification de fichier de conf pour l'accès à Mysql		##
987
## - Modification de fichier de conf pour l'accès à Mysql		##
980
##########################################################################
988
##########################################################################
981
radius ()
989
radius ()
982
{
990
{
983
	cp -f $DIR_CONF/empty-radiusd-db.sql /etc/raddb/
991
	cp -f $DIR_CONF/empty-radiusd-db.sql /etc/raddb/
984
	chown -R radius:radius /etc/raddb
992
	chown -R radius:radius /etc/raddb
985
	[ -e /etc/raddb/radiusd.conf.default ] || cp /etc/raddb/radiusd.conf /etc/raddb/radiusd.conf.default
993
	[ -e /etc/raddb/radiusd.conf.default ] || cp /etc/raddb/radiusd.conf /etc/raddb/radiusd.conf.default
986
# Set radius.conf parameters
994
# Set radius.conf parameters
987
	$SED "s?^[\t ]*#[\t ]*user =.*?user = radius?g" /etc/raddb/radiusd.conf
995
	$SED "s?^[\t ]*#[\t ]*user =.*?user = radius?g" /etc/raddb/radiusd.conf
988
	$SED "s?^[\t ]*#[\t ]*group =.*?group = radius?g" /etc/raddb/radiusd.conf
996
	$SED "s?^[\t ]*#[\t ]*group =.*?group = radius?g" /etc/raddb/radiusd.conf
989
	$SED "s?^[\t ]*status_server =.*?status_server = no?g" /etc/raddb/radiusd.conf
997
	$SED "s?^[\t ]*status_server =.*?status_server = no?g" /etc/raddb/radiusd.conf
990
# remove the proxy function
998
# remove the proxy function
991
	$SED "s?^[\t ]*proxy_requests.*?proxy_requests = no?g" /etc/raddb/radiusd.conf
999
	$SED "s?^[\t ]*proxy_requests.*?proxy_requests = no?g" /etc/raddb/radiusd.conf
992
	$SED "s?^[\t ]*\$INCLUDE proxy.conf.*?#\$INCLUDE proxy.conf?g" /etc/raddb/radiusd.conf
1000
	$SED "s?^[\t ]*\$INCLUDE proxy.conf.*?#\$INCLUDE proxy.conf?g" /etc/raddb/radiusd.conf
993
# remove EAP module
1001
# remove EAP module
994
	$SED "s?^[\t ]*\$INCLUDE eap.conf.*?#\$INCLUDE eap.conf?g" /etc/raddb/radiusd.conf
1002
	$SED "s?^[\t ]*\$INCLUDE eap.conf.*?#\$INCLUDE eap.conf?g" /etc/raddb/radiusd.conf
995
# listen on loopback (should be modified later if EAP enabled)
1003
# listen on loopback (should be modified later if EAP enabled)
996
	$SED "s?^[\t ]*ipaddr =.*?ipaddr = 127.0.0.1?g" /etc/raddb/radiusd.conf
1004
	$SED "s?^[\t ]*ipaddr =.*?ipaddr = 127.0.0.1?g" /etc/raddb/radiusd.conf
997
# enable the  SQL module (and SQL counter)
1005
# enable the  SQL module (and SQL counter)
998
	$SED "s?^[\t ]*#[\t ]*\$INCLUDE sql.conf.*?\$INCLUDE sql.conf?g" /etc/raddb/radiusd.conf
1006
	$SED "s?^[\t ]*#[\t ]*\$INCLUDE sql.conf.*?\$INCLUDE sql.conf?g" /etc/raddb/radiusd.conf
999
	$SED "s?^[\t ]*#[\t ]*\$INCLUDE sql/mysql/counter.conf?\$INCLUDE sql/mysql/counter.conf?g" /etc/raddb/radiusd.conf
1007
	$SED "s?^[\t ]*#[\t ]*\$INCLUDE sql/mysql/counter.conf?\$INCLUDE sql/mysql/counter.conf?g" /etc/raddb/radiusd.conf
1000
	$SED "s?^[\t ]*\$INCLUDE policy.conf?#\$INCLUDE policy.conf?g" /etc/raddb/radiusd.conf
1008
	$SED "s?^[\t ]*\$INCLUDE policy.conf?#\$INCLUDE policy.conf?g" /etc/raddb/radiusd.conf
1001
# only include modules for ALCASAR needs
1009
# only include modules for ALCASAR needs
1002
	$SED "s?^[\t ]*\$INCLUDE \${confdir}/modules/.*?\t#\$INCLUDE \${confdir}/modules/\n\t# we only include modules for ALCASAR needs\n\t\$INCLUDE \${confdir}/modules/attr_filter\n\t\$INCLUDE \${confdir}/modules/expiration\n\t\$INCLUDE \${confdir}/modules/logintime\n\t\$INCLUDE \${confdir}/modules/ldap\n\t\$INCLUDE \${confdir}/modules/pap?g" /etc/raddb/radiusd.conf
1010
	$SED "s?^[\t ]*\$INCLUDE \${confdir}/modules/.*?\t#\$INCLUDE \${confdir}/modules/\n\t# we only include modules for ALCASAR needs\n\t\$INCLUDE \${confdir}/modules/attr_filter\n\t\$INCLUDE \${confdir}/modules/expiration\n\t\$INCLUDE \${confdir}/modules/logintime\n\t\$INCLUDE \${confdir}/modules/ldap\n\t\$INCLUDE \${confdir}/modules/pap?g" /etc/raddb/radiusd.conf
1003
	$SED "s/^[\t ]exec$/\#\texec/g" /etc/raddb/radiusd.conf
1011
	$SED "s/^[\t ]exec$/\#\texec/g" /etc/raddb/radiusd.conf
1004
	$SED "s?^[\t ]*expr.*?\#\texpr?g" /etc/raddb/radiusd.conf
1012
	$SED "s?^[\t ]*expr.*?\#\texpr?g" /etc/raddb/radiusd.conf
1005
	$SED "s?^[\t ]*\#	daily.*?\#\tdaily\n\tsql?g" /etc/raddb/radiusd.conf
1013
	$SED "s?^[\t ]*\#	daily.*?\#\tdaily\n\tsql?g" /etc/raddb/radiusd.conf
1006
	$SED "s?^[\t ]*logintime.*?\tlogintime\n\tnoresetcounter\n\tdailycounter\n\tmonthlycounter\n\tattr_filter.access_reject\n\tattr_filter.accounting_response\n\tpap?g" /etc/raddb/radiusd.conf
1014
	$SED "s?^[\t ]*logintime.*?\tlogintime\n\tnoresetcounter\n\tdailycounter\n\tmonthlycounter\n\tattr_filter.access_reject\n\tattr_filter.accounting_response\n\tpap?g" /etc/raddb/radiusd.conf
1007
	$SED "s?^[\t ]*\$INCLUDE sites-enabled/.*?\#\$INCLUDE sites-enabled/\n\#\tenable only alcasar virtual server\n\$INCLUDE sites-enabled/alcasar?g" /etc/raddb/radiusd.conf
1015
	$SED "s?^[\t ]*\$INCLUDE sites-enabled/.*?\#\$INCLUDE sites-enabled/\n\#\tenable only alcasar virtual server\n\$INCLUDE sites-enabled/alcasar?g" /etc/raddb/radiusd.conf
1008
# remvove virtual server and copy our conf file
1016
# remvove virtual server and copy our conf file
1009
	rm -f /etc/raddb/sites-enabled/*
1017
	rm -f /etc/raddb/sites-enabled/*
1010
       	cp $DIR_CONF/radius/alcasar-radius /etc/raddb/sites-available/alcasar
1018
       	cp $DIR_CONF/radius/alcasar-radius /etc/raddb/sites-available/alcasar
1011
	chown radius:apache /etc/raddb/sites-available/alcasar /etc/raddb/modules/ldap # droits rw pour apache (module ldap)
1019
	chown radius:apache /etc/raddb/sites-available/alcasar /etc/raddb/modules/ldap # droits rw pour apache (module ldap)
1012
	chmod 660 /etc/raddb/sites-available/alcasar /etc/raddb/modules/ldap
1020
	chmod 660 /etc/raddb/sites-available/alcasar /etc/raddb/modules/ldap
1013
	chgrp apache /etc/raddb /etc/raddb/sites-available /etc/raddb/modules
1021
	chgrp apache /etc/raddb /etc/raddb/sites-available /etc/raddb/modules
1014
	ln -s /etc/raddb/sites-available/alcasar /etc/raddb/sites-enabled/alcasar
1022
	ln -s /etc/raddb/sites-available/alcasar /etc/raddb/sites-enabled/alcasar
1015
# Inutile dans notre fonctionnement mais les liens sont recréés par un update de radius ... donc forcé en tant que fichier à 'vide'
1023
# Inutile dans notre fonctionnement mais les liens sont recréés par un update de radius ... donc forcé en tant que fichier à 'vide'
1016
	touch /etc/raddb/sites-enabled/{inner-tunnel,control-socket,default}
1024
	touch /etc/raddb/sites-enabled/{inner-tunnel,control-socket,default}
1017
# client.conf configuration (127.0.0.1 suffit mais on laisse le deuxième client pour la future gestion de l'EAP)
1025
# client.conf configuration (127.0.0.1 suffit mais on laisse le deuxième client pour la future gestion de l'EAP)
1018
	[ -e /etc/raddb/clients.conf.default ] || cp -f /etc/raddb/clients.conf /etc/raddb/clients.conf.default
1026
	[ -e /etc/raddb/clients.conf.default ] || cp -f /etc/raddb/clients.conf /etc/raddb/clients.conf.default
1019
	cat << EOF > /etc/raddb/clients.conf
1027
	cat << EOF > /etc/raddb/clients.conf
1020
client 127.0.0.1 {
1028
client 127.0.0.1 {
1021
	secret = $secretradius
1029
	secret = $secretradius
1022
	shortname = localhost
1030
	shortname = localhost
1023
}
1031
}
1024
EOF
1032
EOF
1025
# sql.conf modification
1033
# sql.conf modification
1026
	[ -e /etc/raddb/sql.conf.default ] || cp /etc/raddb/sql.conf /etc/raddb/sql.conf.default
1034
	[ -e /etc/raddb/sql.conf.default ] || cp /etc/raddb/sql.conf /etc/raddb/sql.conf.default
1027
	$SED "s?^[\t ]*login =.*?login = \"$DB_USER\"?g" /etc/raddb/sql.conf
1035
	$SED "s?^[\t ]*login =.*?login = \"$DB_USER\"?g" /etc/raddb/sql.conf
1028
	$SED "s?^[\t ]*password =.*?password = \"$radiuspwd\"?g" /etc/raddb/sql.conf
1036
	$SED "s?^[\t ]*password =.*?password = \"$radiuspwd\"?g" /etc/raddb/sql.conf
1029
	$SED "s?^[\t ]*radius_db =.*?radius_db = \"$DB_RADIUS\"?g" /etc/raddb/sql.conf
1037
	$SED "s?^[\t ]*radius_db =.*?radius_db = \"$DB_RADIUS\"?g" /etc/raddb/sql.conf
1030
	$SED "s?^[\t ]*sqltrace =.*?sqltrace = no?g" /etc/raddb/sql.conf
1038
	$SED "s?^[\t ]*sqltrace =.*?sqltrace = no?g" /etc/raddb/sql.conf
1031
# dialup.conf modification (case sensitive for username, check simultaneous use, patch on 'postauth' table, etc.) 
1039
# dialup.conf modification (case sensitive for username, check simultaneous use, patch on 'postauth' table, etc.) 
1032
	[ -e /etc/raddb/sql/mysql/dialup.conf.default ] || cp /etc/raddb/sql/mysql/dialup.conf /etc/raddb/sql/mysql/dialup.conf.default
1040
	[ -e /etc/raddb/sql/mysql/dialup.conf.default ] || cp /etc/raddb/sql/mysql/dialup.conf /etc/raddb/sql/mysql/dialup.conf.default
1033
	cp -f $DIR_CONF/radius/dialup.conf /etc/raddb/sql/mysql/dialup.conf
1041
	cp -f $DIR_CONF/radius/dialup.conf /etc/raddb/sql/mysql/dialup.conf
1034
# counter.conf modification (change the Max-All-Session-Time counter)
1042
# counter.conf modification (change the Max-All-Session-Time counter)
1035
	[ -e /etc/raddb/sql/mysql/counter.conf.default ] || cp /etc/raddb/sql/mysql/counter.conf /etc/raddb/sql/mysql/counter.conf.default
1043
	[ -e /etc/raddb/sql/mysql/counter.conf.default ] || cp /etc/raddb/sql/mysql/counter.conf /etc/raddb/sql/mysql/counter.conf.default
1036
	cp -f $DIR_CONF/radius/counter.conf /etc/raddb/sql/mysql/counter.conf
1044
	cp -f $DIR_CONF/radius/counter.conf /etc/raddb/sql/mysql/counter.conf
1037
	chown -R radius:radius /etc/raddb/sql/mysql/*
1045
	chown -R radius:radius /etc/raddb/sql/mysql/*
1038
# make certain that mysql is up before radius start
1046
# make certain that mysql is up before radius start
1039
	[ -e /lib/systemd/system/radiusd.service.default ] || cp /lib/systemd/system/radiusd.service /lib/systemd/system/radiusd.service.default
1047
	[ -e /lib/systemd/system/radiusd.service.default ] || cp /lib/systemd/system/radiusd.service /lib/systemd/system/radiusd.service.default
1040
	$SED "s?^After=.*?After=syslog.target network.target mysqld.service?g" /lib/systemd/system/radiusd.service
1048
	$SED "s?^After=.*?After=syslog.target network.target mysqld.service?g" /lib/systemd/system/radiusd.service
1041
	/usr/bin/systemctl daemon-reload
1049
	/usr/bin/systemctl daemon-reload
1042
} # End radius ()
1050
} # End radius ()
1043
 
1051
 
1044
##################################################################################
1052
##################################################################################
1045
##			Fonction "chilli"					##
1053
##			Fonction "chilli"					##
1046
## - Création du fichier d'initialisation et de configuration de coova-chilli	##
1054
## - Création du fichier d'initialisation et de configuration de coova-chilli	##
1047
## - Paramètrage de la page d'authentification (intercept.php)			##
1055
## - Paramètrage de la page d'authentification (intercept.php)			##
1048
##################################################################################
1056
##################################################################################
1049
chilli ()
1057
chilli ()
1050
{
1058
{
1051
# chilli unit for systemd
1059
# chilli unit for systemd
1052
cat << EOF > /lib/systemd/system/chilli.service
1060
cat << EOF > /lib/systemd/system/chilli.service
1053
#  This file is part of systemd.
1061
#  This file is part of systemd.
1054
#
1062
#
1055
#  systemd is free software; you can redistribute it and/or modify it
1063
#  systemd is free software; you can redistribute it and/or modify it
1056
#  under the terms of the GNU General Public License as published by
1064
#  under the terms of the GNU General Public License as published by
1057
#  the Free Software Foundation; either version 2 of the License, or
1065
#  the Free Software Foundation; either version 2 of the License, or
1058
#  (at your option) any later version.
1066
#  (at your option) any later version.
1059
[Unit]
1067
[Unit]
1060
Description=chilli is a captive portal daemon
1068
Description=chilli is a captive portal daemon
1061
After=network.target
1069
After=network.target
1062
 
1070
 
1063
[Service]
1071
[Service]
1064
Type=forking
1072
Type=forking
1065
ExecStart=/usr/libexec/chilli start
1073
ExecStart=/usr/libexec/chilli start
1066
ExecStop=/usr/libexec/chilli stop
1074
ExecStop=/usr/libexec/chilli stop
1067
ExecReload=/usr/libexec/chilli reload
1075
ExecReload=/usr/libexec/chilli reload
1068
PIDFile=/var/run/chilli.pid
1076
PIDFile=/var/run/chilli.pid
1069
 
1077
 
1070
[Install]
1078
[Install]
1071
WantedBy=multi-user.target
1079
WantedBy=multi-user.target
1072
EOF
1080
EOF
1073
# init file creation
1081
# init file creation
1074
	[ -e /etc/init.d/chilli.default ] || mv /etc/init.d/chilli /etc/init.d/chilli.default
1082
	[ -e /etc/init.d/chilli.default ] || mv /etc/init.d/chilli /etc/init.d/chilli.default
1075
	cat <<EOF > /etc/init.d/chilli
1083
	cat <<EOF > /etc/init.d/chilli
1076
#!/bin/sh
1084
#!/bin/sh
1077
#
1085
#
1078
# chilli CoovaChilli init
1086
# chilli CoovaChilli init
1079
#
1087
#
1080
# chkconfig: 2345 65 35
1088
# chkconfig: 2345 65 35
1081
# description: CoovaChilli
1089
# description: CoovaChilli
1082
### BEGIN INIT INFO
1090
### BEGIN INIT INFO
1083
# Provides:       chilli
1091
# Provides:       chilli
1084
# Required-Start: network 
1092
# Required-Start: network 
1085
# Should-Start: 
1093
# Should-Start: 
1086
# Required-Stop:  network
1094
# Required-Stop:  network
1087
# Should-Stop: 
1095
# Should-Stop: 
1088
# Default-Start:  2 3 5
1096
# Default-Start:  2 3 5
1089
# Default-Stop:
1097
# Default-Stop:
1090
# Description:    CoovaChilli access controller
1098
# Description:    CoovaChilli access controller
1091
### END INIT INFO
1099
### END INIT INFO
1092
 
1100
 
1093
[ -f /usr/sbin/chilli ] || exit 0
1101
[ -f /usr/sbin/chilli ] || exit 0
1094
. /etc/init.d/functions
1102
. /etc/init.d/functions
1095
CONFIG=/etc/chilli.conf
1103
CONFIG=/etc/chilli.conf
1096
pidfile=/var/run/chilli.pid
1104
pidfile=/var/run/chilli.pid
1097
[ -f \$CONFIG ] || {
1105
[ -f \$CONFIG ] || {
1098
    echo "\$CONFIG Not found"
1106
    echo "\$CONFIG Not found"
1099
    exit 0
1107
    exit 0
1100
}
1108
}
1101
RETVAL=0
1109
RETVAL=0
1102
prog="chilli"
1110
prog="chilli"
1103
case \$1 in
1111
case \$1 in
1104
    start)
1112
    start)
1105
	if [ -f \$pidfile ] ; then 
1113
	if [ -f \$pidfile ] ; then 
1106
		gprintf "chilli is already running"
1114
		gprintf "chilli is already running"
1107
	else
1115
	else
1108
        	gprintf "Starting \$prog: "
1116
        	gprintf "Starting \$prog: "
1109
		rm -f /var/run/chilli* # cleaning
1117
		rm -f /var/run/chilli* # cleaning
1110
        	/usr/sbin/modprobe tun >/dev/null 2>&1
1118
        	/usr/sbin/modprobe tun >/dev/null 2>&1
1111
        	echo 1 > /proc/sys/net/ipv4/ip_forward
1119
        	echo 1 > /proc/sys/net/ipv4/ip_forward
1112
		[ -e /dev/net/tun ] || {
1120
		[ -e /dev/net/tun ] || {
1113
	    	(cd /dev; 
1121
	    	(cd /dev; 
1114
			mkdir net; 
1122
			mkdir net; 
1115
			cd net; 
1123
			cd net; 
1116
			mknod tun c 10 200)
1124
			mknod tun c 10 200)
1117
		}
1125
		}
1118
		ifconfig $INTIF 0.0.0.0
1126
		ifconfig $INTIF 0.0.0.0
1119
		/usr/sbin/ethtool -K $INTIF gro off
1127
		/usr/sbin/ethtool -K $INTIF gro off
1120
		daemon /usr/sbin/chilli -c \$CONFIG --pidfile=\$pidfile &
1128
		daemon /usr/sbin/chilli -c \$CONFIG --pidfile=\$pidfile &
1121
        	RETVAL=$?
1129
        	RETVAL=$?
1122
	fi
1130
	fi
1123
	;;
1131
	;;
1124
 
1132
 
1125
    reload)
1133
    reload)
1126
	killall -HUP chilli
1134
	killall -HUP chilli
1127
	;;
1135
	;;
1128
 
1136
 
1129
    restart)
1137
    restart)
1130
	\$0 stop
1138
	\$0 stop
1131
        sleep 2
1139
        sleep 2
1132
	\$0 start
1140
	\$0 start
1133
	;;
1141
	;;
1134
    
1142
    
1135
    status)
1143
    status)
1136
        status chilli
1144
        status chilli
1137
        RETVAL=0
1145
        RETVAL=0
1138
        ;;
1146
        ;;
1139
 
1147
 
1140
    stop)
1148
    stop)
1141
	if [ -f \$pidfile ] ; then  
1149
	if [ -f \$pidfile ] ; then  
1142
        	gprintf "Shutting down \$prog: "
1150
        	gprintf "Shutting down \$prog: "
1143
		killproc /usr/sbin/chilli
1151
		killproc /usr/sbin/chilli
1144
		RETVAL=\$?
1152
		RETVAL=\$?
1145
		[ \$RETVAL = 0 ] && rm -f $pidfile
1153
		[ \$RETVAL = 0 ] && rm -f $pidfile
1146
	else	
1154
	else	
1147
        	gprintf "chilli is not running"
1155
        	gprintf "chilli is not running"
1148
	fi
1156
	fi
1149
	;;
1157
	;;
1150
    
1158
    
1151
    *)
1159
    *)
1152
        echo "Usage: \$0 {start|stop|restart|reload|status}"
1160
        echo "Usage: \$0 {start|stop|restart|reload|status}"
1153
        exit 1
1161
        exit 1
1154
esac
1162
esac
1155
echo
1163
echo
1156
EOF
1164
EOF
1157
chmod a+x /etc/init.d/chilli
1165
chmod a+x /etc/init.d/chilli
1158
ln -s /etc/init.d/chilli /usr/libexec/chilli
1166
ln -s /etc/init.d/chilli /usr/libexec/chilli
1159
# conf file creation
1167
# conf file creation
1160
	[ -e /etc/chilli.conf.default ] || cp /etc/chilli.conf /etc/chilli.conf.default
1168
	[ -e /etc/chilli.conf.default ] || cp /etc/chilli.conf /etc/chilli.conf.default
1161
	#NTP Option configuration for DHCP
1169
	#NTP Option configuration for DHCP
1162
	#DHCP Options : rfc2132
1170
	#DHCP Options : rfc2132
1163
		#dhcp option value will be convert in hexa.
1171
		#dhcp option value will be convert in hexa.
1164
		#NTP option (or 'option 42') is like :
1172
		#NTP option (or 'option 42') is like :
1165
		#			
1173
		#			
1166
		#    Code   Len         Address 1               Address 2
1174
		#    Code   Len         Address 1               Address 2
1167
		#   +-----+-----+-----+-----+-----+-----+-----+-----+--
1175
		#   +-----+-----+-----+-----+-----+-----+-----+-----+--
1168
		#   |  42 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
1176
		#   |  42 |  n  |  a1 |  a2 |  a3 |  a4 |  a1 |  a2 |  ...
1169
		#   +-----+-----+-----+-----+-----+-----+-----+-----+--
1177
		#   +-----+-----+-----+-----+-----+-----+-----+-----+--
1170
		#
1178
		#
1171
		#Code : 42 => 2a
1179
		#Code : 42 => 2a
1172
		#Len : 4 => 04
1180
		#Len : 4 => 04
1173
	PRIVATE_IP_HEXA=$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f1))$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f2))$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f3))$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f4))
1181
	PRIVATE_IP_HEXA=$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f1))$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f2))$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f3))$(printf "%02x\n" $(echo $PRIVATE_IP | cut -d'.' -f4))
1174
	cat <<EOF > /etc/chilli.conf
1182
	cat <<EOF > /etc/chilli.conf
1175
# coova config for ALCASAR
1183
# coova config for ALCASAR
1176
cmdsocket	/var/run/chilli.sock
1184
cmdsocket	/var/run/chilli.sock
1177
unixipc		chilli.$INTIF.ipc
1185
unixipc		chilli.$INTIF.ipc
1178
pidfile		/var/run/chilli.pid
1186
pidfile		/var/run/chilli.pid
1179
net		$PRIVATE_NETWORK_MASK
1187
net		$PRIVATE_NETWORK_MASK
1180
dhcpif		$INTIF
1188
dhcpif		$INTIF
1181
ethers		$DIR_DEST_ETC/alcasar-ethers
1189
ethers		$DIR_DEST_ETC/alcasar-ethers
1182
#nodynip
1190
#nodynip
1183
#statip
1191
#statip
1184
dynip		$PRIVATE_NETWORK_MASK
1192
dynip		$PRIVATE_NETWORK_MASK
1185
domain		$DOMAIN
1193
domain		$DOMAIN
1186
dns1		$PRIVATE_IP
1194
dns1		$PRIVATE_IP
1187
dns2		$PRIVATE_IP
1195
dns2		$PRIVATE_IP
1188
uamlisten	$PRIVATE_IP
1196
uamlisten	$PRIVATE_IP
1189
uamport		3990
1197
uamport		3990
1190
macauth
1198
macauth
1191
macpasswd	password
1199
macpasswd	password
1192
strictmacauth
1200
strictmacauth
1193
locationname	$HOSTNAME.$DOMAIN
1201
locationname	$HOSTNAME.$DOMAIN
1194
radiusserver1	127.0.0.1
1202
radiusserver1	127.0.0.1
1195
radiusserver2	127.0.0.1
1203
radiusserver2	127.0.0.1
1196
radiussecret	$secretradius
1204
radiussecret	$secretradius
1197
radiusauthport	1812
1205
radiusauthport	1812
1198
radiusacctport	1813
1206
radiusacctport	1813
1199
uamserver	https://$HOSTNAME.$DOMAIN/intercept.php
1207
uamserver	https://$HOSTNAME.$DOMAIN/intercept.php
1200
radiusnasid	$HOSTNAME.$DOMAIN
1208
radiusnasid	$HOSTNAME.$DOMAIN
1201
uamsecret	$secretuam
1209
uamsecret	$secretuam
1202
uamallowed	$HOSTNAME,$HOSTNAME.$DOMAIN
1210
uamallowed	$HOSTNAME,$HOSTNAME.$DOMAIN
1203
coaport		3799
1211
coaport		3799
1204
conup		$DIR_DEST_BIN/alcasar-conup.sh
1212
conup		$DIR_DEST_BIN/alcasar-conup.sh
1205
condown		$DIR_DEST_BIN/alcasar-condown.sh
1213
condown		$DIR_DEST_BIN/alcasar-condown.sh
1206
include		$DIR_DEST_ETC/alcasar-uamallowed
1214
include		$DIR_DEST_ETC/alcasar-uamallowed
1207
include		$DIR_DEST_ETC/alcasar-uamdomain
1215
include		$DIR_DEST_ETC/alcasar-uamdomain
1208
dhcpopt		2a04$PRIVATE_IP_HEXA
1216
dhcpopt		2a04$PRIVATE_IP_HEXA
1209
macup		$DIR_DEST_BIN/alcasar-macup.sh
1217
macup		$DIR_DEST_BIN/alcasar-macup.sh
1210
macdown		$DIR_DEST_BIN/alcasar-macdown.sh
1218
macdown		$DIR_DEST_BIN/alcasar-macdown.sh
1211
#dhcpgateway		none
1219
#dhcpgateway		none
1212
#dhcprelayagent		none
1220
#dhcprelayagent		none
1213
#dhcpgatewayport	none
1221
#dhcpgatewayport	none
1214
EOF
1222
EOF
1215
# create file for DHCP static ip. Reserve the second IP address for INTIF (the first one is for tun0)
1223
# create file for DHCP static ip. Reserve the second IP address for INTIF (the first one is for tun0)
1216
	echo "$PRIVATE_MAC $PRIVATE_SECOND_IP" > $DIR_DEST_ETC/alcasar-ethers
1224
	echo "$PRIVATE_MAC $PRIVATE_SECOND_IP" > $DIR_DEST_ETC/alcasar-ethers
1217
# create files for trusted domains and urls
1225
# create files for trusted domains and urls
1218
	touch $DIR_DEST_ETC/alcasar-uamallowed $DIR_DEST_ETC/alcasar-uamdomain
1226
	touch $DIR_DEST_ETC/alcasar-uamallowed $DIR_DEST_ETC/alcasar-uamdomain
1219
	chown root:apache $DIR_DEST_ETC/alcasar-*
1227
	chown root:apache $DIR_DEST_ETC/alcasar-*
1220
	chmod 660 $DIR_DEST_ETC/alcasar-*
1228
	chmod 660 $DIR_DEST_ETC/alcasar-*
1221
# Configuration des fichier WEB d'interception (secret partagé avec coova-chilli)
1229
# Configuration des fichier WEB d'interception (secret partagé avec coova-chilli)
1222
	$SED "s?^\$uamsecret =.*?\$uamsecret = \"$secretuam\";?g" $DIR_WEB/intercept.php
1230
	$SED "s?^\$uamsecret =.*?\$uamsecret = \"$secretuam\";?g" $DIR_WEB/intercept.php
1223
	$SED "s?^\$userpassword=1.*?\$userpassword=1;?g" $DIR_WEB/intercept.php
1231
	$SED "s?^\$userpassword=1.*?\$userpassword=1;?g" $DIR_WEB/intercept.php
1224
# user 'chilli' creation (in order to run conup/off and up/down scripts
1232
# user 'chilli' creation (in order to run conup/off and up/down scripts
1225
	chilli_exist=`grep chilli /etc/passwd|wc -l`
1233
	chilli_exist=`grep chilli /etc/passwd|wc -l`
1226
	if [ "$chilli_exist" == "1" ]
1234
	if [ "$chilli_exist" == "1" ]
1227
	then
1235
	then
1228
	      userdel -r chilli 2>/dev/null
1236
	      userdel -r chilli 2>/dev/null
1229
	fi
1237
	fi
1230
	groupadd -f chilli
1238
	groupadd -f chilli
1231
	useradd -r -g chilli -s /bin/false -c "system user for coova-chilli" chilli
1239
	useradd -r -g chilli -s /bin/false -c "system user for coova-chilli" chilli
1232
}  # End of chilli ()
1240
}  # End of chilli ()
1233
 
1241
 
1234
##################################################################
1242
##################################################################
1235
##		Fonction "dansguardian"				##
1243
##		Fonction "dansguardian"				##
1236
## - Paramètrage du gestionnaire de contenu Dansguardian	##
1244
## - Paramètrage du gestionnaire de contenu Dansguardian	##
1237
##################################################################
1245
##################################################################
1238
dansguardian ()
1246
dansguardian ()
1239
{
1247
{
1240
	mkdir -p /var/dansguardian /var/log/dansguardian
1248
	mkdir -p /var/dansguardian /var/log/dansguardian
1241
	chown -R dansguardian /var/dansguardian /var/log/dansguardian
1249
	chown -R dansguardian /var/dansguardian /var/log/dansguardian
1242
	$SED "s?^ExecStart=.*?ExecStart=/usr/sbin/dansguardian -c /etc/dansguardian/dansguardian.conf?g" /lib/systemd/system/dansguardian.service
1250
	$SED "s?^ExecStart=.*?ExecStart=/usr/sbin/dansguardian -c /etc/dansguardian/dansguardian.conf?g" /lib/systemd/system/dansguardian.service
1243
	$SED "s?^After=.*?After=network.target chilli.service?g" /lib/systemd/system/dansguardian.service
1251
	$SED "s?^After=.*?After=network.target chilli.service?g" /lib/systemd/system/dansguardian.service
1244
	[ -e $DIR_DG/dansguardian.conf.default ] || cp $DIR_DG/dansguardian.conf $DIR_DG/dansguardian.conf.default
1252
	[ -e $DIR_DG/dansguardian.conf.default ] || cp $DIR_DG/dansguardian.conf $DIR_DG/dansguardian.conf.default
1245
# By default the filter is off 
1253
# By default the filter is off 
1246
	$SED "s/^reportinglevel =.*/reportinglevel = 3/g" $DIR_DG/dansguardian.conf
1254
	$SED "s/^reportinglevel =.*/reportinglevel = 3/g" $DIR_DG/dansguardian.conf
1247
# French deny HTML page
1255
# French deny HTML page
1248
	$SED "s?^language =.*?language = french?g" $DIR_DG/dansguardian.conf
1256
	$SED "s?^language =.*?language = french?g" $DIR_DG/dansguardian.conf
1249
# Listen only on LAN side
1257
# Listen only on LAN side
1250
	$SED "s?^filterip.*?filterip = $PRIVATE_IP?g" $DIR_DG/dansguardian.conf
1258
	$SED "s?^filterip.*?filterip = $PRIVATE_IP?g" $DIR_DG/dansguardian.conf
1251
# DG send its flow to HAVP
1259
# DG send its flow to HAVP
1252
	$SED "s?^proxyport.*?proxyport = 8090?g" $DIR_DG/dansguardian.conf
1260
	$SED "s?^proxyport.*?proxyport = 8090?g" $DIR_DG/dansguardian.conf
1253
# replace the default deny HTML page
1261
# replace the default deny HTML page
1254
	cp -f $DIR_CONF/template.html /usr/share/dansguardian/languages/ukenglish/
1262
	cp -f $DIR_CONF/template.html /usr/share/dansguardian/languages/ukenglish/
1255
	cp -f $DIR_CONF/template-fr.html /usr/share/dansguardian/languages/french/template.html
1263
	cp -f $DIR_CONF/template-fr.html /usr/share/dansguardian/languages/french/template.html
1256
# Don't log
1264
# Don't log
1257
	$SED "s?^loglevel =.*?loglevel = 0?g" $DIR_DG/dansguardian.conf
1265
	$SED "s?^loglevel =.*?loglevel = 0?g" $DIR_DG/dansguardian.conf
1258
# on désactive par défaut le controle de contenu des pages html
1266
# on désactive par défaut le controle de contenu des pages html
1259
	$SED "s?^weightedphrasemode =.*?weightedphrasemode = 0?g" $DIR_DG/dansguardian.conf
1267
	$SED "s?^weightedphrasemode =.*?weightedphrasemode = 0?g" $DIR_DG/dansguardian.conf
1260
	cp $DIR_DG/lists/bannedphraselist $DIR_DG/lists/bannedphraselist.default
1268
	cp $DIR_DG/lists/bannedphraselist $DIR_DG/lists/bannedphraselist.default
1261
	$SED "s?^[^#]?#&?g" $DIR_DG/lists/bannedphraselist # (on commente ce qui ne l'est pas)
1269
	$SED "s?^[^#]?#&?g" $DIR_DG/lists/bannedphraselist # (on commente ce qui ne l'est pas)
1262
# on désactive par défaut le contrôle d'URL par expressions régulières
1270
# on désactive par défaut le contrôle d'URL par expressions régulières
1263
	cp $DIR_DG/lists/bannedregexpurllist $DIR_DG/lists/bannedregexpurllist.default
1271
	cp $DIR_DG/lists/bannedregexpurllist $DIR_DG/lists/bannedregexpurllist.default
1264
	$SED "s?^[^#]?#&?g" $DIR_DG/lists/bannedregexpurllist # (on commente ce qui ne l'est pas)
1272
	$SED "s?^[^#]?#&?g" $DIR_DG/lists/bannedregexpurllist # (on commente ce qui ne l'est pas)
1265
 
1273
 
1266
# Configure Dansguardian for large site
1274
# Configure Dansguardian for large site
1267
# Minimum number of processus to handle connections
1275
# Minimum number of processus to handle connections
1268
	$SED "s?^minchildren =.*?minchildren = 15?g" $DIR_DG/dansguardian.conf
1276
	$SED "s?^minchildren =.*?minchildren = 15?g" $DIR_DG/dansguardian.conf
1269
# Maximum number of processus to handle connections
1277
# Maximum number of processus to handle connections
1270
	$SED "s?^maxchildren =.*?maxchildren = 200?g" $DIR_DG/dansguardian.conf
1278
	$SED "s?^maxchildren =.*?maxchildren = 200?g" $DIR_DG/dansguardian.conf
1271
# Run at least 8 daemons
1279
# Run at least 8 daemons
1272
	$SED "s?^minsparechildren =.*?minsparechildren = 8?g" $DIR_DG/dansguardian.conf
1280
	$SED "s?^minsparechildren =.*?minsparechildren = 8?g" $DIR_DG/dansguardian.conf
1273
# minimum number of processes to spawn
1281
# minimum number of processes to spawn
1274
	$SED "s?^preforkchildren =.*?preforkchildren = 10?g" $DIR_DG/dansguardian.conf
1282
	$SED "s?^preforkchildren =.*?preforkchildren = 10?g" $DIR_DG/dansguardian.conf
1275
# maximum age of a child process before it croaks it
1283
# maximum age of a child process before it croaks it
1276
	$SED "s?^maxagechildren =.*?maxagechildren = 1000?g" $DIR_DG/dansguardian.conf
1284
	$SED "s?^maxagechildren =.*?maxagechildren = 1000?g" $DIR_DG/dansguardian.conf
1277
	
1285
	
1278
# on désactive par défaut le contrôle de téléchargement de fichiers
1286
# on désactive par défaut le contrôle de téléchargement de fichiers
1279
	[ -e $DIR_DG/dansguardianf1.conf.default ] || cp $DIR_DG/dansguardianf1.conf $DIR_DG/dansguardianf1.conf.default
1287
	[ -e $DIR_DG/dansguardianf1.conf.default ] || cp $DIR_DG/dansguardianf1.conf $DIR_DG/dansguardianf1.conf.default
1280
	$SED "s?^blockdownloads =.*?blockdownloads = off?g" $DIR_DG/dansguardianf1.conf
1288
	$SED "s?^blockdownloads =.*?blockdownloads = off?g" $DIR_DG/dansguardianf1.conf
1281
	[ -e $DIR_DG/lists/bannedextensionlist.default ] || mv $DIR_DG/lists/bannedextensionlist $DIR_DG/lists/bannedextensionlist.default
1289
	[ -e $DIR_DG/lists/bannedextensionlist.default ] || mv $DIR_DG/lists/bannedextensionlist $DIR_DG/lists/bannedextensionlist.default
1282
	[ -e $DIR_DG/lists/bannedmimetypelist.default ] || mv $DIR_DG/lists/bannedmimetypelist $DIR_DG/lists/bannedmimetypelist.default
1290
	[ -e $DIR_DG/lists/bannedmimetypelist.default ] || mv $DIR_DG/lists/bannedmimetypelist $DIR_DG/lists/bannedmimetypelist.default
1283
	touch $DIR_DG/lists/bannedextensionlist
1291
	touch $DIR_DG/lists/bannedextensionlist
1284
	touch $DIR_DG/lists/bannedmimetypelist
1292
	touch $DIR_DG/lists/bannedmimetypelist
1285
# 'Safesearch' regex actualisation
1293
# 'Safesearch' regex actualisation
1286
	$SED "s?images?search?g" $DIR_DG/lists/urlregexplist
1294
	$SED "s?images?search?g" $DIR_DG/lists/urlregexplist
1287
# empty LAN IP list that won't be WEB filtered
1295
# empty LAN IP list that won't be WEB filtered
1288
	[ -e $DIR_DG/lists/exceptioniplist.default ] || mv $DIR_DG/lists/exceptioniplist $DIR_DG/lists/exceptioniplist.default
1296
	[ -e $DIR_DG/lists/exceptioniplist.default ] || mv $DIR_DG/lists/exceptioniplist $DIR_DG/lists/exceptioniplist.default
1289
	touch $DIR_DG/lists/exceptioniplist
1297
	touch $DIR_DG/lists/exceptioniplist
1290
# Keep a copy of URL & domain filter configuration files
1298
# Keep a copy of URL & domain filter configuration files
1291
	[ -e $DIR_DG/lists/bannedsitelist.default ] || mv $DIR_DG/lists/bannedsitelist $DIR_DG/lists/bannedsitelist.default
1299
	[ -e $DIR_DG/lists/bannedsitelist.default ] || mv $DIR_DG/lists/bannedsitelist $DIR_DG/lists/bannedsitelist.default
1292
	[ -e $DIR_DG/lists/bannedurllist.default ] || mv $DIR_DG/lists/bannedurllist $DIR_DG/lists/bannedurllist.default
1300
	[ -e $DIR_DG/lists/bannedurllist.default ] || mv $DIR_DG/lists/bannedurllist $DIR_DG/lists/bannedurllist.default
1293
} # End of dansguardian ()
1301
} # End of dansguardian ()
1294
 
1302
 
1295
##################################################################
1303
##################################################################
1296
##			Fonction "antivirus"			##
1304
##			Fonction "antivirus"			##
1297
## - configuration of havp, libclamav and freshclam		##
1305
## - configuration of havp, libclamav and freshclam		##
1298
##################################################################
1306
##################################################################
1299
antivirus ()		
1307
antivirus ()		
1300
{
1308
{
1301
# create 'havp' user
1309
# create 'havp' user
1302
	havp_exist=`grep havp /etc/passwd|wc -l`
1310
	havp_exist=`grep havp /etc/passwd|wc -l`
1303
	if [ "$havp_exist" == "1" ]
1311
	if [ "$havp_exist" == "1" ]
1304
	then
1312
	then
1305
	      userdel -r havp 2>/dev/null
1313
	      userdel -r havp 2>/dev/null
1306
	      groupdel havp 2>/dev/null
1314
	      groupdel havp 2>/dev/null
1307
	fi
1315
	fi
1308
	groupadd -f havp
1316
	groupadd -f havp
1309
	useradd -r -g havp -s /bin/false -c "system user for havp (antivirus proxy)" havp
1317
	useradd -r -g havp -s /bin/false -c "system user for havp (antivirus proxy)" havp
1310
	mkdir -p /var/tmp/havp /var/log/havp /var/run/havp /var/log/clamav /var/lib/clamav
1318
	mkdir -p /var/tmp/havp /var/log/havp /var/run/havp /var/log/clamav /var/lib/clamav
1311
	chown -R havp:havp /var/tmp/havp /var/log/havp /var/run/havp
1319
	chown -R havp:havp /var/tmp/havp /var/log/havp /var/run/havp
1312
	chown -R clamav:clamav /var/log/clamav /var/lib/clamav
1320
	chown -R clamav:clamav /var/log/clamav /var/lib/clamav
1313
	[ -e /etc/havp/havp.config.default ] || cp /etc/havp/havp.config /etc/havp/havp.config.default
1321
	[ -e /etc/havp/havp.config.default ] || cp /etc/havp/havp.config /etc/havp/havp.config.default
1314
	$SED "/^REMOVETHISLINE/d" /etc/havp/havp.config
1322
	$SED "/^REMOVETHISLINE/d" /etc/havp/havp.config
1315
	$SED "s?^# PIDFILE.*?PIDFILE /var/run/havp/havp.pid?g" /etc/havp/havp.config	# pidfile
1323
	$SED "s?^# PIDFILE.*?PIDFILE /var/run/havp/havp.pid?g" /etc/havp/havp.config	# pidfile
1316
	$SED "s?^# TRANSPARENT.*?TRANSPARENT false?g" /etc/havp/havp.config		# transparent mode
1324
	$SED "s?^# TRANSPARENT.*?TRANSPARENT false?g" /etc/havp/havp.config		# transparent mode
1317
	$SED "s?^# BIND_ADDRESS.*?BIND_ADDRESS 127.0.0.1?g" /etc/havp/havp.config	# we listen only on loopback
1325
	$SED "s?^# BIND_ADDRESS.*?BIND_ADDRESS 127.0.0.1?g" /etc/havp/havp.config	# we listen only on loopback
1318
	$SED "s?^# PORT.*?PORT 8090?g" /etc/havp/havp.config				# datas come on port 8090 (on loopback)
1326
	$SED "s?^# PORT.*?PORT 8090?g" /etc/havp/havp.config				# datas come on port 8090 (on loopback)
1319
	$SED "s?^# TIMEFORMAT.*?TIMEFORMAT %Y %b %d %H:%M:%S?g" /etc/havp/havp.config	# Log format
1327
	$SED "s?^# TIMEFORMAT.*?TIMEFORMAT %Y %b %d %H:%M:%S?g" /etc/havp/havp.config	# Log format
1320
	$SED "s?^ENABLECLAMLIB.*?ENABLECLAMLIB true?g" /etc/havp/havp.config		# active libclamav AV
1328
	$SED "s?^ENABLECLAMLIB.*?ENABLECLAMLIB true?g" /etc/havp/havp.config		# active libclamav AV
1321
	$SED "s?^# LOG_OKS.*?LOG_OKS false?g" /etc/havp/havp.config			# log only when malware matches
1329
	$SED "s?^# LOG_OKS.*?LOG_OKS false?g" /etc/havp/havp.config			# log only when malware matches
1322
	$SED "s?^# SERVERNUMBER.*?SERVERNUMBER 10?g" /etc/havp/havp.config		# 10 daemons are started simultaneously
1330
	$SED "s?^# SERVERNUMBER.*?SERVERNUMBER 10?g" /etc/havp/havp.config		# 10 daemons are started simultaneously
1323
	$SED "s?^# SCANIMAGES.*?SCANIMAGES false?g" /etc/havp/havp.config		# doesn't scan image files
1331
	$SED "s?^# SCANIMAGES.*?SCANIMAGES false?g" /etc/havp/havp.config		# doesn't scan image files
1324
	$SED "s?^# SKIPMIME.*?SKIPMIME image\/\* video\/\* audio\/\*?g" /etc/havp/havp.config # doesn't scan some multimedia files
1332
	$SED "s?^# SKIPMIME.*?SKIPMIME image\/\* video\/\* audio\/\*?g" /etc/havp/havp.config # doesn't scan some multimedia files
1325
# skip checking of youtube flow (too heavy load / risk too low)
1333
# skip checking of youtube flow (too heavy load / risk too low)
1326
	[ -e /etc/havp/whitelist.default ] || cp /etc/havp/whitelist /etc/havp/whitelist.default
1334
	[ -e /etc/havp/whitelist.default ] || cp /etc/havp/whitelist /etc/havp/whitelist.default
1327
	echo "# Whitelist youtube flow" >> /etc/havp/whitelist
1335
	echo "# Whitelist youtube flow" >> /etc/havp/whitelist
1328
	echo "*.youtube.com/*" >> /etc/havp/whitelist
1336
	echo "*.youtube.com/*" >> /etc/havp/whitelist
1329
# adapt init script and systemd unit
1337
# adapt init script and systemd unit
1330
	[ -e /etc/init.d/havp.default ] || cp /etc/init.d/havp /etc/init.d/havp.default
1338
	[ -e /etc/init.d/havp.default ] || cp /etc/init.d/havp /etc/init.d/havp.default
1331
	cp -f $DIR_CONF/havp-init /etc/init.d/havp
1339
	cp -f $DIR_CONF/havp-init /etc/init.d/havp
1332
	[ -e /lib/systemd/system/havp.service.default ] || cp /lib/systemd/system/havp.service /lib/systemd/system/havp.service.default
1340
	[ -e /lib/systemd/system/havp.service.default ] || cp /lib/systemd/system/havp.service /lib/systemd/system/havp.service.default
1333
	$SED "/^PIDFile/i ExecStartPre=/bin/mkdir -p /var/run/havp" /lib/systemd/system/havp.service
1341
	$SED "/^PIDFile/i ExecStartPre=/bin/mkdir -p /var/run/havp" /lib/systemd/system/havp.service
1334
	$SED "/^PIDFile/i ExecStartPre=/bin/chown -R havp:havp /var/run/havp /var/log/havp" /lib/systemd/system/havp.service
1342
	$SED "/^PIDFile/i ExecStartPre=/bin/chown -R havp:havp /var/run/havp /var/log/havp" /lib/systemd/system/havp.service
1335
# replace of the intercept page (template)
1343
# replace of the intercept page (template)
1336
	cp -f $DIR_CONF/virus-fr.html /etc/havp/templates/fr/virus.html
1344
	cp -f $DIR_CONF/virus-fr.html /etc/havp/templates/fr/virus.html
1337
	cp -f $DIR_CONF/virus-en.html /etc/havp/templates/en/virus.html
1345
	cp -f $DIR_CONF/virus-en.html /etc/havp/templates/en/virus.html
1338
# update virus database every 4 hours (24h/6)
1346
# update virus database every 4 hours (24h/6)
1339
	[ -e /etc/freshclam.conf.default ] || cp /etc/freshclam.conf /etc/freshclam.conf.default
1347
	[ -e /etc/freshclam.conf.default ] || cp /etc/freshclam.conf /etc/freshclam.conf.default
1340
	$SED "s?^Checks.*?Checks 6?g" /etc/freshclam.conf
1348
	$SED "s?^Checks.*?Checks 6?g" /etc/freshclam.conf
1341
	$SED "s?^NotifyClamd.*?# NotifyClamd /etc/clamd.conf?g" /etc/freshclam.conf
1349
	$SED "s?^NotifyClamd.*?# NotifyClamd /etc/clamd.conf?g" /etc/freshclam.conf
1342
	$SED "/^DatabaseMirror/i DatabaseMirror db.fr.clamav.net" /etc/freshclam.conf
1350
	$SED "/^DatabaseMirror/i DatabaseMirror db.fr.clamav.net" /etc/freshclam.conf
1343
	$SED "/^DatabaseMirror db.fr.clamav.net/i DatabaseMirror switch.clamav.net" /etc/freshclam.conf
1351
	$SED "/^DatabaseMirror db.fr.clamav.net/i DatabaseMirror switch.clamav.net" /etc/freshclam.conf
1344
	$SED "s?MaxAttempts.*?MaxAttempts 3?g" /etc/freshclam.conf
1352
	$SED "s?MaxAttempts.*?MaxAttempts 3?g" /etc/freshclam.conf
1345
# update now
1353
# update now
1346
	/usr/bin/freshclam --no-warnings
1354
	/usr/bin/freshclam --no-warnings
1347
} # End of antivirus ()
1355
} # End of antivirus ()
1348
 
1356
 
1349
##########################################################################
1357
##########################################################################
1350
##			Fonction "tinyproxy"				##
1358
##			Fonction "tinyproxy"				##
1351
## - configuration of tinyproxy (proxy between filterde users and havp)	##
1359
## - configuration of tinyproxy (proxy between filterde users and havp)	##
1352
##########################################################################
1360
##########################################################################
1353
tinyproxy ()		
1361
tinyproxy ()		
1354
{
1362
{
1355
	tinyproxy_exist=`grep tinyproxy /etc/passwd|wc -l`
1363
	tinyproxy_exist=`grep tinyproxy /etc/passwd|wc -l`
1356
	if [ "$tinyproxy_exist" == "1" ]
1364
	if [ "$tinyproxy_exist" == "1" ]
1357
	then
1365
	then
1358
	      userdel -r tinyproxy 2>/dev/null
1366
	      userdel -r tinyproxy 2>/dev/null
1359
	      groupdel tinyproxy 2>/dev/null
1367
	      groupdel tinyproxy 2>/dev/null
1360
	fi
1368
	fi
1361
	groupadd -f tinyproxy
1369
	groupadd -f tinyproxy
1362
	useradd -r -g tinyproxy -s /bin/false -c "system user for tinyproxy" tinyproxy
1370
	useradd -r -g tinyproxy -s /bin/false -c "system user for tinyproxy" tinyproxy
1363
	mkdir -p /var/run/tinyproxy /var/log/tinyproxy
1371
	mkdir -p /var/run/tinyproxy /var/log/tinyproxy
1364
	chown -R tinyproxy.tinyproxy /var/run/tinyproxy /var/log/tinyproxy
1372
	chown -R tinyproxy.tinyproxy /var/run/tinyproxy /var/log/tinyproxy
1365
	[ -e /etc/tinyproxy/tinyproxy.conf.default ] || cp /etc/tinyproxy/tinyproxy.conf /etc/tinyproxy/tinyproxy.conf.default
1373
	[ -e /etc/tinyproxy/tinyproxy.conf.default ] || cp /etc/tinyproxy/tinyproxy.conf /etc/tinyproxy/tinyproxy.conf.default
1366
	$SED "s?^User.*?User tinyproxy?g" /etc/tinyproxy/tinyproxy.conf
1374
	$SED "s?^User.*?User tinyproxy?g" /etc/tinyproxy/tinyproxy.conf
1367
	$SED "s?^Group.*?Group tinyproxy?g" /etc/tinyproxy/tinyproxy.conf
1375
	$SED "s?^Group.*?Group tinyproxy?g" /etc/tinyproxy/tinyproxy.conf
1368
	$SED "s?^Port.*?Port 8090?g" /etc/tinyproxy/tinyproxy.conf			# Listen Port
1376
	$SED "s?^Port.*?Port 8090?g" /etc/tinyproxy/tinyproxy.conf			# Listen Port
1369
	$SED "s?^#Listen.*?Listen $PRIVATE_IP?g" /etc/tinyproxy/tinyproxy.conf		# Listen NIC (only intif)
1377
	$SED "s?^#Listen.*?Listen $PRIVATE_IP?g" /etc/tinyproxy/tinyproxy.conf		# Listen NIC (only intif)
1370
	$SED "s?^#LogFile.*?LogFile \"/var/log/tinyproxy/tinyproxy.log\"?g" /etc/tinyproxy/tinyproxy.conf
1378
	$SED "s?^#LogFile.*?LogFile \"/var/log/tinyproxy/tinyproxy.log\"?g" /etc/tinyproxy/tinyproxy.conf
1371
	$SED "s?^#PidFile.*?PidFile \"/var/run/tinyproxy/tinyproxy.pid\"?g" /etc/tinyproxy/tinyproxy.conf
1379
	$SED "s?^#PidFile.*?PidFile \"/var/run/tinyproxy/tinyproxy.pid\"?g" /etc/tinyproxy/tinyproxy.conf
1372
	$SED "s?^LogLevel.*?LogLevel Error?g" /etc/tinyproxy/tinyproxy.conf		# Only errors are logged
1380
	$SED "s?^LogLevel.*?LogLevel Error?g" /etc/tinyproxy/tinyproxy.conf		# Only errors are logged
1373
	$SED "s?^#Upstream.*?Upstream 127.0.0.1:8090?g" /etc/tinyproxy/tinyproxy.conf	# forward to HAVP
1381
	$SED "s?^#Upstream.*?Upstream 127.0.0.1:8090?g" /etc/tinyproxy/tinyproxy.conf	# forward to HAVP
1374
	$SED "s?^#DisableViaHeader.*?DisableViaHeader Yes?g" /etc/tinyproxy/tinyproxy.conf	# Stealth mode
1382
	$SED "s?^#DisableViaHeader.*?DisableViaHeader Yes?g" /etc/tinyproxy/tinyproxy.conf	# Stealth mode
1375
	$SED "s?^Allow.*?Allow $PRIVATE_NETWORK_MASK?g" /etc/tinyproxy/tinyproxy.conf	# Allow from LAN
1383
	$SED "s?^Allow.*?Allow $PRIVATE_NETWORK_MASK?g" /etc/tinyproxy/tinyproxy.conf	# Allow from LAN
1376
# Create the systemd unit
1384
# Create the systemd unit
1377
cat << EOF > /lib/systemd/system/tinyproxy.service
1385
cat << EOF > /lib/systemd/system/tinyproxy.service
1378
#  This file is part of systemd.
1386
#  This file is part of systemd.
1379
#
1387
#
1380
#  systemd is free software; you can redistribute it and/or modify it
1388
#  systemd is free software; you can redistribute it and/or modify it
1381
#  under the terms of the GNU General Public License as published by
1389
#  under the terms of the GNU General Public License as published by
1382
#  the Free Software Foundation; either version 2 of the License, or
1390
#  the Free Software Foundation; either version 2 of the License, or
1383
#  (at your option) any later version.
1391
#  (at your option) any later version.
1384
 
1392
 
1385
# This unit launches tinyproxy (a very light proxy).
1393
# This unit launches tinyproxy (a very light proxy).
1386
# The "sleep 2" is needed because the pid file isn't ready for systemd
1394
# The "sleep 2" is needed because the pid file isn't ready for systemd
1387
[Unit]
1395
[Unit]
1388
Description=Tinyproxy Web Proxy Server
1396
Description=Tinyproxy Web Proxy Server
1389
After=network.target iptables.service
1397
After=network.target iptables.service
1390
 
1398
 
1391
[Service]
1399
[Service]
1392
Type=forking
1400
Type=forking
1393
ExecStartPre=/bin/chown -R tinyproxy.tinyproxy /var/run/tinyproxy /var/log/tinyproxy
1401
ExecStartPre=/bin/chown -R tinyproxy.tinyproxy /var/run/tinyproxy /var/log/tinyproxy
1394
ExecStartPre=/bin/sleep 2
1402
ExecStartPre=/bin/sleep 2
1395
PIDFile=/var/run/tinyproxy/tinyproxy.pid
1403
PIDFile=/var/run/tinyproxy/tinyproxy.pid
1396
ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
1404
ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
1397
 
1405
 
1398
[Install]
1406
[Install]
1399
WantedBy=multi-user.target
1407
WantedBy=multi-user.target
1400
EOF
1408
EOF
1401
 
1409
 
1402
} # end of tinyproxy
1410
} # end of tinyproxy
1403
##################################################################################
1411
##################################################################################
1404
##			function "ulogd"					##
1412
##			function "ulogd"					##
1405
## - Ulog config for multi-log files 						##
1413
## - Ulog config for multi-log files 						##
1406
##################################################################################
1414
##################################################################################
1407
ulogd ()
1415
ulogd ()
1408
{
1416
{
1409
# Three instances of ulogd (three different logfiles)
1417
# Three instances of ulogd (three different logfiles)
1410
	[ -d /var/log/firewall ] || mkdir -p /var/log/firewall
1418
	[ -d /var/log/firewall ] || mkdir -p /var/log/firewall
1411
	nl=1
1419
	nl=1
1412
	for log_type in traceability ssh ext-access
1420
	for log_type in traceability ssh ext-access
1413
	do
1421
	do
1414
		[ -e /lib/systemd/system/ulogd-$log_type.service ] || cp -f /lib/systemd/system/ulogd.service /lib/systemd/system/ulogd-$log_type.service
1422
		[ -e /lib/systemd/system/ulogd-$log_type.service ] || cp -f /lib/systemd/system/ulogd.service /lib/systemd/system/ulogd-$log_type.service
1415
		[ -e /var/log/firewall/$log_type.log ] || echo "" > /var/log/firewall/$log_type.log
1423
		[ -e /var/log/firewall/$log_type.log ] || echo "" > /var/log/firewall/$log_type.log
1416
		cp -f $DIR_CONF/ulogd-sample.conf /etc/ulogd-$log_type.conf
1424
		cp -f $DIR_CONF/ulogd-sample.conf /etc/ulogd-$log_type.conf
1417
		$SED "s?^group=.*?group=$nl?g" /etc/ulogd-$log_type.conf
1425
		$SED "s?^group=.*?group=$nl?g" /etc/ulogd-$log_type.conf
1418
		if [ "$ARCH" == "i586" ]; then $SED "s/lib64/lib/g" /etc/ulogd-$log_type.conf; fi
-
 
1419
		cat << EOF >> /etc/ulogd-$log_type.conf
1426
		cat << EOF >> /etc/ulogd-$log_type.conf
1420
[emu1]
1427
[emu1]
1421
file="/var/log/firewall/$log_type.log"
1428
file="/var/log/firewall/$log_type.log"
1422
sync=1
1429
sync=1
1423
EOF
1430
EOF
1424
		$SED "s?^ExecStart=.*?ExecStart=/usr/sbin/ulogd -u ulogd -c /etc/ulogd-$log_type.conf $ULOGD_OPTIONS?g" /lib/systemd/system/ulogd-$log_type.service
1431
		$SED "s?^ExecStart=.*?ExecStart=/usr/sbin/ulogd -u ulogd -c /etc/ulogd-$log_type.conf $ULOGD_OPTIONS?g" /lib/systemd/system/ulogd-$log_type.service
1425
		nl=`expr $nl + 1`
1432
		nl=`expr $nl + 1`
1426
	done
1433
	done
1427
	chown -R root:apache /var/log/firewall
1434
	chown -R root:apache /var/log/firewall
1428
	chmod 750 /var/log/firewall
1435
	chmod 750 /var/log/firewall
1429
	chmod 640 /var/log/firewall/*
1436
	chmod 640 /var/log/firewall/*
1430
}  # End of ulogd ()
1437
}  # End of ulogd ()
1431
 
1438
 
1432
 
1439
 
1433
##########################################################
1440
##########################################################
1434
##              Function "nfsen"			##
1441
##              Function "nfsen"			##
1435
## - install the nfsen grapher				##
1442
## - install the nfsen grapher				##
1436
## - install the two plugins porttracker & surfmap	##
1443
## - install the two plugins porttracker & surfmap	##
1437
##########################################################
1444
##########################################################
1438
nfsen()
1445
nfsen()
1439
{
1446
{
1440
	tar xzf ./conf/nfsen/nfsen-1.3.7.tar.gz -C /tmp/
1447
	tar xzf ./conf/nfsen/nfsen-1.3.7.tar.gz -C /tmp/
1441
# Add PortTracker plugin
1448
# Add PortTracker plugin
1442
	for i in /var/www/html/acc/manager/nfsen/plugins /var/log/netflow/porttracker /usr/share/nfsen/plugins
1449
	for i in /var/www/html/acc/manager/nfsen/plugins /var/log/netflow/porttracker /usr/share/nfsen/plugins
1443
	do
1450
	do
1444
	[ ! -d $i ] && mkdir -p $i && chown -R apache:apache $i
1451
	[ ! -d $i ] && mkdir -p $i && chown -R apache:apache $i
1445
	done
1452
	done
1446
	$SED "s?^my \$PORTSDBDIR =.*?my \$PORTSDBDIR = \"/var/log/netflow/porttracker\";?g" /tmp/nfsen-1.3.7/contrib/PortTracker/PortTracker.pm
1453
	$SED "s?^my \$PORTSDBDIR =.*?my \$PORTSDBDIR = \"/var/log/netflow/porttracker\";?g" /tmp/nfsen-1.3.7/contrib/PortTracker/PortTracker.pm
1447
# use of our conf file and init unit
1454
# use of our conf file and init unit
1448
	cp $DIR_CONF/nfsen/nfsen.conf /tmp/nfsen-1.3.7/etc/
1455
	cp $DIR_CONF/nfsen/nfsen.conf /tmp/nfsen-1.3.7/etc/
1449
# Installation of nfsen (we change a little 'install.pl in order not to ask the user for the perl version)
1456
# Installation of nfsen (we change a little 'install.pl in order not to ask the user for the perl version)
1450
	DirTmp=$(pwd)
1457
	DirTmp=$(pwd)
1451
	cd /tmp/nfsen-1.3.7/
1458
	cd /tmp/nfsen-1.3.7/
1452
	/usr/bin/perl install.pl etc/nfsen.conf
1459
	/usr/bin/perl install.pl etc/nfsen.conf
1453
	/usr/bin/perl install.pl etc/nfsen.conf # to avoid a Perl mistake "Semaphore introuvable"
1460
	/usr/bin/perl install.pl etc/nfsen.conf # to avoid a Perl mistake "Semaphore introuvable"
1454
# Create RRD DB for porttracker (only in it still doesn't exist)
1461
# Create RRD DB for porttracker (only in it still doesn't exist)
1455
	cp contrib/PortTracker/PortTracker.pm /usr/share/nfsen/plugins/
1462
	cp contrib/PortTracker/PortTracker.pm /usr/share/nfsen/plugins/
1456
	cp contrib/PortTracker/PortTracker.php /var/www/html/acc/manager/nfsen/plugins/
1463
	cp contrib/PortTracker/PortTracker.php /var/www/html/acc/manager/nfsen/plugins/
1457
	if [ "$(ls -A "/var/log/netflow/porttracker" 2>&1)" = "" ]; then sudo -u apache nftrack -I -d /var/log/netflow/porttracker; else echo "RRD DB already exists"; fi
1464
	if [ "$(ls -A "/var/log/netflow/porttracker" 2>&1)" = "" ]; then sudo -u apache nftrack -I -d /var/log/netflow/porttracker; else echo "RRD DB already exists"; fi
1458
	chmod -R 770 /var/log/netflow/porttracker
1465
	chmod -R 770 /var/log/netflow/porttracker
1459
# nfsen unit for systemd
1466
# nfsen unit for systemd
1460
cat << EOF > /lib/systemd/system/nfsen.service
1467
cat << EOF > /lib/systemd/system/nfsen.service
1461
#  This file is part of systemd.
1468
#  This file is part of systemd.
1462
#
1469
#
1463
#  systemd is free software; you can redistribute it and/or modify it
1470
#  systemd is free software; you can redistribute it and/or modify it
1464
#  under the terms of the GNU General Public License as published by
1471
#  under the terms of the GNU General Public License as published by
1465
#  the Free Software Foundation; either version 2 of the License, or
1472
#  the Free Software Foundation; either version 2 of the License, or
1466
#  (at your option) any later version.
1473
#  (at your option) any later version.
1467
 
1474
 
1468
# This unit launches nfsen (a Netflow grapher).
1475
# This unit launches nfsen (a Netflow grapher).
1469
[Unit]
1476
[Unit]
1470
Description= NfSen init script
1477
Description= NfSen init script
1471
After=network.target iptables.service
1478
After=network.target iptables.service
1472
 
1479
 
1473
[Service]
1480
[Service]
1474
Type=oneshot
1481
Type=oneshot
1475
RemainAfterExit=yes
1482
RemainAfterExit=yes
1476
PIDFile=/var/run/nfsen/nfsen.pid
1483
PIDFile=/var/run/nfsen/nfsen.pid
1477
ExecStartPre=/bin/mkdir -p /var/run/nfsen
1484
ExecStartPre=/bin/mkdir -p /var/run/nfsen
1478
ExecStartPre=/bin/chown apache:apache /var/run/nfsen
1485
ExecStartPre=/bin/chown apache:apache /var/run/nfsen
1479
ExecStart=/usr/bin/nfsen start 
1486
ExecStart=/usr/bin/nfsen start 
1480
ExecStop=/usr/bin/nfsen stop
1487
ExecStop=/usr/bin/nfsen stop
1481
ExecReload=/usr/bin/nfsen restart
1488
ExecReload=/usr/bin/nfsen restart
1482
TimeoutSec=0
1489
TimeoutSec=0
1483
 
1490
 
1484
[Install]
1491
[Install]
1485
WantedBy=multi-user.target
1492
WantedBy=multi-user.target
1486
EOF
1493
EOF
1487
# Add the listen port to collect netflow packet (nfcapd)
1494
# Add the listen port to collect netflow packet (nfcapd)
1488
$SED "s?'\$ziparg $extensions.*?\$ziparg $extensions -b 127.0.0.1;'?g" /usr/libexec/NfSenRC.pm 
1495
$SED "s?'\$ziparg $extensions.*?\$ziparg $extensions -b 127.0.0.1;'?g" /usr/libexec/NfSenRC.pm 
1489
# expire delay for the profile "live"
1496
# expire delay for the profile "live"
1490
	/usr/bin/systemctl start nfsen
1497
	/usr/bin/systemctl start nfsen
1491
	/bin/nfsen -m live -e 62d 2>/dev/null
1498
	/bin/nfsen -m live -e 62d 2>/dev/null
1492
# add SURFmap plugin
1499
# add SURFmap plugin
1493
	cp $DIR_CONF/nfsen/SURFmap_v3.3.1.tar.gz /tmp/
1500
	cp $DIR_CONF/nfsen/SURFmap_v3.3.1.tar.gz /tmp/
1494
	cp $DIR_CONF/nfsen/GeoLiteCity* /tmp/
1501
	cp $DIR_CONF/nfsen/GeoLiteCity* /tmp/
1495
	tar xzf /tmp/SURFmap_v3.3.1.tar.gz -C /tmp/
1502
	tar xzf /tmp/SURFmap_v3.3.1.tar.gz -C /tmp/
1496
	cd /tmp/
1503
	cd /tmp/
1497
	/usr/bin/sh SURFmap/install.sh
1504
	/usr/bin/sh SURFmap/install.sh
1498
chown -R apache:apache /var/www/html/acc/manager/nfsen /usr/share/nfsen
1505
chown -R apache:apache /var/www/html/acc/manager/nfsen /usr/share/nfsen
1499
# clear the installation
1506
# clear the installation
1500
	cd $DirTmp
1507
	cd $DirTmp
1501
	rm -rf /tmp/nfsen*
1508
	rm -rf /tmp/nfsen*
1502
	rm -rf /tmp/SURFmap*
1509
	rm -rf /tmp/SURFmap*
1503
} # End of nfsen ()
1510
} # End of nfsen ()
1504
 
1511
 
1505
##################################################
1512
##################################################
1506
##		Function "vnstat"		##
1513
##		Function "vnstat"		##
1507
## Initialization of Vnstat and vnstat phpFE    ##
1514
## Initialization of Vnstat and vnstat phpFE    ##
1508
##################################################
1515
##################################################
1509
vnstat ()
1516
vnstat ()
1510
{
1517
{
1511
	 [ -e /etc/vnstat.conf.default ] || cp /etc/vnstat.conf /etc/vnstat.conf.default
1518
	 [ -e /etc/vnstat.conf.default ] || cp /etc/vnstat.conf /etc/vnstat.conf.default
1512
	 $SED "s?Interface.*?Interface \"$EXTIF\"?g" /etc/vnstat.conf
1519
	 $SED "s?Interface.*?Interface \"$EXTIF\"?g" /etc/vnstat.conf
1513
	 [ -e $DIR_ACC/manager/stats/config.php.default ] || cp $DIR_ACC/manager/stats/config.php $DIR_ACC/manager/stats/config.php.default
1520
	 [ -e $DIR_ACC/manager/stats/config.php.default ] || cp $DIR_ACC/manager/stats/config.php $DIR_ACC/manager/stats/config.php.default
1514
	 $SED "s?\$iface_list =.*?\$iface_list = array('$EXTIF');?g" $DIR_ACC/manager/stats/config.php
1521
	 $SED "s?\$iface_list =.*?\$iface_list = array('$EXTIF');?g" $DIR_ACC/manager/stats/config.php
1515
	/usr/bin/vnstat -u -i $EXTIF
1522
	/usr/bin/vnstat -u -i $EXTIF
1516
} # End of vnstat	
1523
} # End of vnstat	
1517
##################################################
1524
##################################################
1518
##		Function "dnsmasq"		##
1525
##		Function "dnsmasq"		##
1519
##################################################
1526
##################################################
1520
dnsmasq ()
1527
dnsmasq ()
1521
{
1528
{
1522
	[ -d /var/log/dnsmasq ] || mkdir /var/log/dnsmasq
1529
	[ -d /var/log/dnsmasq ] || mkdir /var/log/dnsmasq
1523
	[ -e /etc/sysconfig/dnsmasq.default ] || cp /etc/sysconfig/dnsmasq /etc/sysconfig/dnsmasq.default
1530
	[ -e /etc/sysconfig/dnsmasq.default ] || cp /etc/sysconfig/dnsmasq /etc/sysconfig/dnsmasq.default
1524
#	$SED "s?^OPTION=.*?OPTION=-C /etc/dnsmasq.conf?g" /etc/sysconfig/dnsmasq # default conf file for the first dnsmasq instance
1531
#	$SED "s?^OPTION=.*?OPTION=-C /etc/dnsmasq.conf?g" /etc/sysconfig/dnsmasq # default conf file for the first dnsmasq instance
1525
	$SED "s?^.*OPTIONS=.*?#OPTIONS=\"--log-async=250 --log-queries --log-facility=/var/log/dnsmasq/queries.log\"?g" /etc/sysconfig/dnsmasq # General Options for dnslog or debugging
1532
	$SED "s?^.*OPTIONS=.*?#OPTIONS=\"--log-async=250 --log-queries --log-facility=/var/log/dnsmasq/queries.log\"?g" /etc/sysconfig/dnsmasq # General Options for dnslog or debugging
1526
	$SED "s?^local=.*?local=/$DOMAIN/?g" $DIR_DEST_ETC/alcasar-dns-name # default domain name for all dnsmasq daemons
1533
	$SED "s?^local=.*?local=/$DOMAIN/?g" $DIR_DEST_ETC/alcasar-dns-name # default domain name for all dnsmasq daemons
1527
	[ -e /etc/dnsmasq.conf.default ] || cp /etc/dnsmasq.conf /etc/dnsmasq.conf.default
1534
	[ -e /etc/dnsmasq.conf.default ] || cp /etc/dnsmasq.conf /etc/dnsmasq.conf.default
1528
# 1st dnsmasq listen on udp 53 ("dnsmasq - forward"). It's used as dhcp server only if "alcasar-bypass" is on.
1535
# 1st dnsmasq listen on udp 53 ("dnsmasq - forward"). It's used as dhcp server only if "alcasar-bypass" is on.
1529
	cat << EOF > /etc/dnsmasq.conf
1536
	cat << EOF > /etc/dnsmasq.conf
1530
# Configuration file for "dnsmasq in forward mode"
1537
# Configuration file for "dnsmasq in forward mode"
1531
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1538
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1532
listen-address=$PRIVATE_IP
1539
listen-address=$PRIVATE_IP
1533
pid-file=/var/run/dnsmasq.pid
1540
pid-file=/var/run/dnsmasq.pid
1534
listen-address=127.0.0.1
1541
listen-address=127.0.0.1
1535
no-dhcp-interface=$INTIF
1542
no-dhcp-interface=$INTIF
1536
no-dhcp-interface=tun0
1543
no-dhcp-interface=tun0
1537
no-dhcp-interface=lo
1544
no-dhcp-interface=lo
1538
bind-interfaces
1545
bind-interfaces
1539
cache-size=2048
1546
cache-size=2048
1540
domain-needed
1547
domain-needed
1541
expand-hosts
1548
expand-hosts
1542
bogus-priv
1549
bogus-priv
1543
filterwin2k
1550
filterwin2k
1544
server=$DNS1
1551
server=$DNS1
1545
server=$DNS2
1552
server=$DNS2
1546
# DHCP service is configured. It will be enabled in "bypass" mode
1553
# DHCP service is configured. It will be enabled in "bypass" mode
1547
#dhcp-range=$PRIVATE_FIRST_IP,$PRIVATE_LAST_IP,$PRIVATE_NETMASK,12h
1554
#dhcp-range=$PRIVATE_FIRST_IP,$PRIVATE_LAST_IP,$PRIVATE_NETMASK,12h
1548
#dhcp-option=option:router,$PRIVATE_IP
1555
#dhcp-option=option:router,$PRIVATE_IP
1549
#dhcp-option=option:ntp-server,$PRIVATE_IP
1556
#dhcp-option=option:ntp-server,$PRIVATE_IP
1550
#domain=$DOMAIN
1557
#domain=$DOMAIN
1551
 
1558
 
1552
# Exemple of static dhcp assignation : <@MAC>,<name>,<@IP>,<MASK>,<ttl bail>
1559
# Exemple of static dhcp assignation : <@MAC>,<name>,<@IP>,<MASK>,<ttl bail>
1553
#dhcp-host=11:22:33:44:55:66,ssic-test,192.168.182.20,255.255.255.0,45m
1560
#dhcp-host=11:22:33:44:55:66,ssic-test,192.168.182.20,255.255.255.0,45m
1554
EOF
1561
EOF
1555
# 2nd dnsmasq listen on udp 54 ("dnsmasq with blacklist")
1562
# 2nd dnsmasq listen on udp 54 ("dnsmasq with blacklist")
1556
	cat << EOF > /etc/dnsmasq-blacklist.conf
1563
	cat << EOF > /etc/dnsmasq-blacklist.conf
1557
# Configuration file for "dnsmasq with blacklist"
1564
# Configuration file for "dnsmasq with blacklist"
1558
# Add Toulouse University blacklist domains
1565
# Add Toulouse University blacklist domains
1559
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1566
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1560
conf-dir=$DIR_DEST_SHARE/dnsmasq-bl-enabled
1567
conf-dir=$DIR_DEST_SHARE/dnsmasq-bl-enabled
1561
pid-file=/var/run/dnsmasq-blacklist.pid
1568
pid-file=/var/run/dnsmasq-blacklist.pid
1562
listen-address=$PRIVATE_IP
1569
listen-address=$PRIVATE_IP
1563
port=54
1570
port=54
1564
no-dhcp-interface=$INTIF
1571
no-dhcp-interface=$INTIF
1565
no-dhcp-interface=tun0
1572
no-dhcp-interface=tun0
1566
no-dhcp-interface=lo
1573
no-dhcp-interface=lo
1567
bind-interfaces
1574
bind-interfaces
1568
cache-size=2048
1575
cache-size=2048
1569
domain-needed
1576
domain-needed
1570
expand-hosts
1577
expand-hosts
1571
bogus-priv
1578
bogus-priv
1572
filterwin2k
1579
filterwin2k
1573
log-queries
1580
log-queries
1574
log-facility=/var/log/dnsmasq/dnsmasq-blacklist.log
1581
log-facility=/var/log/dnsmasq/dnsmasq-blacklist.log
1575
server=$DNS1
1582
server=$DNS1
1576
server=$DNS2
1583
server=$DNS2
1577
EOF
1584
EOF
1578
# 3rd dnsmasq listen on udp 55 ("dnsmasq with whitelist")
1585
# 3rd dnsmasq listen on udp 55 ("dnsmasq with whitelist")
1579
	cat << EOF > /etc/dnsmasq-whitelist.conf
1586
	cat << EOF > /etc/dnsmasq-whitelist.conf
1580
# Configuration file for "dnsmasq with whitelist"
1587
# Configuration file for "dnsmasq with whitelist"
1581
# ADD Toulouse university whitelist domains
1588
# ADD Toulouse university whitelist domains
1582
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1589
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1583
conf-dir=$DIR_DEST_SHARE/dnsmasq-wl-enabled
1590
conf-dir=$DIR_DEST_SHARE/dnsmasq-wl-enabled
1584
pid-file=/var/run/dnsmasq-whitelist.pid
1591
pid-file=/var/run/dnsmasq-whitelist.pid
1585
listen-address=$PRIVATE_IP
1592
listen-address=$PRIVATE_IP
1586
port=55
1593
port=55
1587
no-dhcp-interface=$INTIF
1594
no-dhcp-interface=$INTIF
1588
no-dhcp-interface=tun0
1595
no-dhcp-interface=tun0
1589
no-dhcp-interface=lo
1596
no-dhcp-interface=lo
1590
bind-interfaces
1597
bind-interfaces
1591
cache-size=1024
1598
cache-size=1024
1592
domain-needed
1599
domain-needed
1593
expand-hosts
1600
expand-hosts
1594
bogus-priv
1601
bogus-priv
1595
filterwin2k
1602
filterwin2k
1596
ipset=/#/wl_ip_allowed			# dynamicly add the resolv IP address in the Firewall rules
1603
ipset=/#/wl_ip_allowed			# dynamicly add the resolv IP address in the Firewall rules
1597
address=/#/$PRIVATE_IP				# for Domain name without local resolution (WL)  
1604
address=/#/$PRIVATE_IP				# for Domain name without local resolution (WL)  
1598
EOF
1605
EOF
1599
# 4th dnsmasq listen on udp 56 ("blackhole")
1606
# 4th dnsmasq listen on udp 56 ("blackhole")
1600
	cat << EOF > /etc/dnsmasq-blackhole.conf
1607
	cat << EOF > /etc/dnsmasq-blackhole.conf
1601
# Configuration file for "dnsmasq as a blackhole"
1608
# Configuration file for "dnsmasq as a blackhole"
1602
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1609
conf-file=$DIR_DEST_ETC/alcasar-dns-name	# local DNS resolutions
1603
address=/#/$PRIVATE_IP				# redirect all on ALCASAR IP address
1610
address=/#/$PRIVATE_IP				# redirect all on ALCASAR IP address
1604
pid-file=/var/run/dnsmasq-blackhole.pid
1611
pid-file=/var/run/dnsmasq-blackhole.pid
1605
listen-address=$PRIVATE_IP
1612
listen-address=$PRIVATE_IP
1606
port=56
1613
port=56
1607
no-dhcp-interface=$INTIF
1614
no-dhcp-interface=$INTIF
1608
no-dhcp-interface=tun0
1615
no-dhcp-interface=tun0
1609
no-dhcp-interface=lo
1616
no-dhcp-interface=lo
1610
bind-interfaces
1617
bind-interfaces
1611
cache-size=256
1618
cache-size=256
1612
domain-needed
1619
domain-needed
1613
expand-hosts
1620
expand-hosts
1614
bogus-priv
1621
bogus-priv
1615
filterwin2k
1622
filterwin2k
1616
EOF
1623
EOF
1617
 
1624
 
1618
# the main instance should start after network and chilli (which create tun0)
1625
# the main instance should start after network and chilli (which create tun0)
1619
	[ -e /lib/systemd/system/dnsmasq.service.default ] || cp -f /lib/systemd/system/dnsmasq.service /lib/systemd/system/dnsmasq.service.default
1626
	[ -e /lib/systemd/system/dnsmasq.service.default ] || cp -f /lib/systemd/system/dnsmasq.service /lib/systemd/system/dnsmasq.service.default
1620
	$SED "s?^After=.*?After=syslog.target network-online.target chilli.service?g" /lib/systemd/system/dnsmasq.service
1627
	$SED "s?^After=.*?After=syslog.target network-online.target chilli.service?g" /lib/systemd/system/dnsmasq.service
1621
# Create dnsmasq-blacklist, dnsmasq-whitelist and dnsmasq-blackhole unit
1628
# Create dnsmasq-blacklist, dnsmasq-whitelist and dnsmasq-blackhole unit
1622
	for list in blacklist whitelist blackhole
1629
	for list in blacklist whitelist blackhole
1623
	do
1630
	do
1624
		cp -f /lib/systemd/system/dnsmasq.service /lib/systemd/system/dnsmasq-$list.service
1631
		cp -f /lib/systemd/system/dnsmasq.service /lib/systemd/system/dnsmasq-$list.service
1625
		$SED "s?^ExecStart=.*?ExecStart=/usr/sbin/dnsmasq -C /etc/dnsmasq-$list.conf?g" /lib/systemd/system/dnsmasq-$list.service
1632
		$SED "s?^ExecStart=.*?ExecStart=/usr/sbin/dnsmasq -C /etc/dnsmasq-$list.conf?g" /lib/systemd/system/dnsmasq-$list.service
1626
		$SED "s?^PIDFile=.*?PIDFile=/var/run/dnsmasq-$list.pid?g" /lib/systemd/system/dnsmasq-$list.service
1633
		$SED "s?^PIDFile=.*?PIDFile=/var/run/dnsmasq-$list.pid?g" /lib/systemd/system/dnsmasq-$list.service
1627
	done
1634
	done
1628
} # End dnsmasq
1635
} # End dnsmasq
1629
 
1636
 
1630
##########################################################
1637
##########################################################
1631
##		Fonction "BL"				##
1638
##		Fonction "BL"				##
1632
##########################################################
1639
##########################################################
1633
BL ()
1640
BL ()
1634
{
1641
{
1635
	# copy the Toulouse university BL in order to be adapted to ALCASAR architecture (alcasar-bl.sh -adapt)
1642
	# copy the Toulouse university BL in order to be adapted to ALCASAR architecture (alcasar-bl.sh -adapt)
1636
	rm -rf $DIR_DG/lists/blacklists
1643
	rm -rf $DIR_DG/lists/blacklists
1637
	mkdir -p /tmp/blacklists
1644
	mkdir -p /tmp/blacklists
1638
	cp $DIR_BLACKLIST/blacklists.tar.gz /tmp/blacklists/
1645
	cp $DIR_BLACKLIST/blacklists.tar.gz /tmp/blacklists/
1639
# creation of file for the rehabilited domains and urls
1646
# creation of file for the rehabilited domains and urls
1640
	[ -e $DIR_DG/lists/exceptionsitelist.default ] || mv $DIR_DG/lists/exceptionsitelist $DIR_DG/lists/exceptionsitelist.default
1647
	[ -e $DIR_DG/lists/exceptionsitelist.default ] || mv $DIR_DG/lists/exceptionsitelist $DIR_DG/lists/exceptionsitelist.default
1641
	[ -e $DIR_DG/lists/exceptionurllist.default ] || mv $DIR_DG/lists/exceptionurllist $DIR_DG/lists/exceptionurllist.default
1648
	[ -e $DIR_DG/lists/exceptionurllist.default ] || mv $DIR_DG/lists/exceptionurllist $DIR_DG/lists/exceptionurllist.default
1642
	touch $DIR_DG/lists/exceptionsitelist
1649
	touch $DIR_DG/lists/exceptionsitelist
1643
	touch $DIR_DG/lists/exceptionurllist
1650
	touch $DIR_DG/lists/exceptionurllist
1644
# On crée la configuration de base du filtrage de domaine et d'URL pour Dansguardian
1651
# On crée la configuration de base du filtrage de domaine et d'URL pour Dansguardian
1645
	cat <<EOF > $DIR_DG/lists/bannedurllist
1652
	cat <<EOF > $DIR_DG/lists/bannedurllist
1646
# Dansguardian filter config for ALCASAR
1653
# Dansguardian filter config for ALCASAR
1647
EOF
1654
EOF
1648
	cat <<EOF > $DIR_DG/lists/bannedsitelist
1655
	cat <<EOF > $DIR_DG/lists/bannedsitelist
1649
# Dansguardian domain filter config for ALCASAR
1656
# Dansguardian domain filter config for ALCASAR
1650
# block all sites except those in the exceptionsitelist --> liste blanche (désactivée)
1657
# block all sites except those in the exceptionsitelist --> liste blanche (désactivée)
1651
#**
1658
#**
1652
# block all SSL and CONNECT tunnels
1659
# block all SSL and CONNECT tunnels
1653
**s
1660
**s
1654
# block all SSL and CONNECT tunnels specified only as an IP
1661
# block all SSL and CONNECT tunnels specified only as an IP
1655
*ips
1662
*ips
1656
# block all sites specified only by an IP
1663
# block all sites specified only by an IP
1657
*ip
1664
*ip
1658
EOF
1665
EOF
1659
# Add Bing to the safesearch url regext list (parental control)
1666
# Add Bing to the safesearch url regext list (parental control)
1660
	cat <<EOF >> $DIR_DG/lists/urlregexplist
1667
	cat <<EOF >> $DIR_DG/lists/urlregexplist
1661
# Bing - add 'adlt=strict'
1668
# Bing - add 'adlt=strict'
1662
#"(^http://[0-9a-z]+\.bing\.[a-z]+[-/%.0-9a-z]*\?)(.*)"->"\1\2&adlt=strict"
1669
#"(^http://[0-9a-z]+\.bing\.[a-z]+[-/%.0-9a-z]*\?)(.*)"->"\1\2&adlt=strict"
1663
EOF
1670
EOF
1664
# change the google safesearch ("safe=strict" instead of "safe=vss")
1671
# change the google safesearch ("safe=strict" instead of "safe=vss")
1665
	$SED "s?safe=vss?safe=strict?g" $DIR_DG/lists/urlregexplist
1672
	$SED "s?safe=vss?safe=strict?g" $DIR_DG/lists/urlregexplist
1666
# creation of the custom BL and WL categorie named "ossi" (for domain names & ip only)
1673
# creation of the custom BL and WL categorie named "ossi" (for domain names & ip only)
1667
	mkdir -p $DIR_DG/lists/blacklists/ossi-bl
1674
	mkdir -p $DIR_DG/lists/blacklists/ossi-bl
1668
	touch $DIR_DG/lists/blacklists/ossi-bl/domains
1675
	touch $DIR_DG/lists/blacklists/ossi-bl/domains
1669
	echo "ossi-bl" >> $DIR_DEST_ETC/alcasar-bl-categories-enabled
1676
	echo "ossi-bl" >> $DIR_DEST_ETC/alcasar-bl-categories-enabled
1670
	mkdir -p $DIR_DG/lists/blacklists/ossi-wl
1677
	mkdir -p $DIR_DG/lists/blacklists/ossi-wl
1671
	touch $DIR_DG/lists/blacklists/ossi-wl/domains
1678
	touch $DIR_DG/lists/blacklists/ossi-wl/domains
1672
	echo "ossi-wl" >> $DIR_DEST_ETC/alcasar-wl-categories-enabled
1679
	echo "ossi-wl" >> $DIR_DEST_ETC/alcasar-wl-categories-enabled
1673
# add custom ALCASAR BL files
1680
# add custom ALCASAR BL files
1674
	for x in $(ls $DIR_BLACKLIST | grep -v "^blacklist")
1681
	for x in $(ls $DIR_BLACKLIST | grep -v "^blacklist")
1675
	do
1682
	do
1676
		mkdir $DIR_DG/lists/blacklists/ossi-bl-$x
1683
		mkdir $DIR_DG/lists/blacklists/ossi-bl-$x
1677
		cp $DIR_BLACKLIST/$x  $DIR_DG/lists/blacklists/ossi-bl-$x/domains
1684
		cp $DIR_BLACKLIST/$x  $DIR_DG/lists/blacklists/ossi-bl-$x/domains
1678
		echo "ossi-bl-$x" >> $DIR_DEST_ETC/alcasar-bl-categories-enabled
1685
		echo "ossi-bl-$x" >> $DIR_DEST_ETC/alcasar-bl-categories-enabled
1679
	done
1686
	done
1680
	chown -R dansguardian:apache $DIR_DG
1687
	chown -R dansguardian:apache $DIR_DG
1681
	chown -R root:apache $DIR_DEST_SHARE
1688
	chown -R root:apache $DIR_DEST_SHARE
1682
	chmod -R g+rw $DIR_DG $DIR_DEST_SHARE
1689
	chmod -R g+rw $DIR_DG $DIR_DEST_SHARE
1683
# adapt the Toulouse BL to ALCASAR architecture
1690
# adapt the Toulouse BL to ALCASAR architecture
1684
	$DIR_DEST_BIN/alcasar-bl.sh --adapt
1691
	$DIR_DEST_BIN/alcasar-bl.sh --adapt
1685
# enable the default categories
1692
# enable the default categories
1686
	$DIR_DEST_BIN/alcasar-bl.sh --cat_choice
1693
	$DIR_DEST_BIN/alcasar-bl.sh --cat_choice
1687
}
1694
}
1688
 
1695
 
1689
##########################################################
1696
##########################################################
1690
##		Fonction "cron"				##
1697
##		Fonction "cron"				##
1691
## - Mise en place des différents fichiers de cron	##
1698
## - Mise en place des différents fichiers de cron	##
1692
##########################################################
1699
##########################################################
1693
cron ()
1700
cron ()
1694
{
1701
{
1695
# Modif du fichier 'crontab' pour passer les cron à minuit au lieu de 04h00
1702
# Modif du fichier 'crontab' pour passer les cron à minuit au lieu de 04h00
1696
	[ -e /etc/crontab.default ] || cp /etc/crontab /etc/crontab.default
1703
	[ -e /etc/crontab.default ] || cp /etc/crontab /etc/crontab.default
1697
	cat <<EOF > /etc/crontab
1704
	cat <<EOF > /etc/crontab
1698
SHELL=/usr/bin/bash
1705
SHELL=/usr/bin/bash
1699
PATH=/usr/sbin:/usr/bin
1706
PATH=/usr/sbin:/usr/bin
1700
MAILTO=root
1707
MAILTO=root
1701
HOME=/
1708
HOME=/
1702
 
1709
 
1703
# run-parts
1710
# run-parts
1704
01 * * * * root nice -n 19 run-parts --report /etc/cron.hourly
1711
01 * * * * root nice -n 19 run-parts --report /etc/cron.hourly
1705
02 0 * * * root nice -n 19 run-parts --report /etc/cron.daily
1712
02 0 * * * root nice -n 19 run-parts --report /etc/cron.daily
1706
22 0 * * 0 root nice -n 19 run-parts --report /etc/cron.weekly
1713
22 0 * * 0 root nice -n 19 run-parts --report /etc/cron.weekly
1707
42 0 1 * * root nice -n 19 run-parts --report /etc/cron.monthly
1714
42 0 1 * * root nice -n 19 run-parts --report /etc/cron.monthly
1708
EOF
1715
EOF
1709
	[ -e /etc/anacrontab.default ] || cp /etc/anacrontab /etc/anacrontab.default
1716
	[ -e /etc/anacrontab.default ] || cp /etc/anacrontab /etc/anacrontab.default
1710
	cat <<EOF >> /etc/anacrontab
1717
	cat <<EOF >> /etc/anacrontab
1711
7       8       cron.MysqlDump          nice /etc/cron.d/alcasar-mysql
1718
7       8       cron.MysqlDump          nice /etc/cron.d/alcasar-mysql
1712
7       10      cron.logExport          nice /etc/cron.d/alcasar-archive
1719
7       10      cron.logExport          nice /etc/cron.d/alcasar-archive
1713
7	20	cron.importClean	nice /etc/cron.d/alcasar-clean_import
1720
7	20	cron.importClean	nice /etc/cron.d/alcasar-clean_import
1714
EOF
1721
EOF
1715
 
1722
 
1716
	cat <<EOF > /etc/cron.d/alcasar-mysql
1723
	cat <<EOF > /etc/cron.d/alcasar-mysql
1717
# Contrôle, réparation et export de la base des usagers (tous les lundi à 4h45)
1724
# Contrôle, réparation et export de la base des usagers (tous les lundi à 4h45)
1718
45 4 * * 1 root $DIR_DEST_BIN/alcasar-mysql.sh --dump
1725
45 4 * * 1 root $DIR_DEST_BIN/alcasar-mysql.sh --dump
1719
# Nettoyage des utilisateurs dont la date d'expiration du compte est supérieure à 7 jours
1726
# Nettoyage des utilisateurs dont la date d'expiration du compte est supérieure à 7 jours
1720
40 4 * * * root $DIR_DEST_BIN/alcasar-mysql.sh --expire_user 2>&1 >/dev/null
1727
40 4 * * * root $DIR_DEST_BIN/alcasar-mysql.sh --expire_user 2>&1 >/dev/null
1721
EOF
1728
EOF
1722
	cat <<EOF > /etc/cron.d/alcasar-archive
1729
	cat <<EOF > /etc/cron.d/alcasar-archive
1723
# Archive des logs et de la base de données (tous les lundi à 5h35)
1730
# Archive des logs et de la base de données (tous les lundi à 5h35)
1724
35 5 * * 1 root $DIR_DEST_BIN/alcasar-archive.sh --now
1731
35 5 * * 1 root $DIR_DEST_BIN/alcasar-archive.sh --now
1725
EOF
1732
EOF
1726
	cat << EOF > /etc/cron.d/alcasar-ticket-clean
1733
	cat << EOF > /etc/cron.d/alcasar-ticket-clean
1727
# suppression des fichiers de mots de passe (imports massifs par fichier) et des ticket PDF d'utilisateur
1734
# suppression des fichiers de mots de passe (imports massifs par fichier) et des ticket PDF d'utilisateur
1728
30 * * * *  root $DIR_DEST_BIN/alcasar-ticket-clean.sh
1735
30 * * * *  root $DIR_DEST_BIN/alcasar-ticket-clean.sh
1729
EOF
1736
EOF
1730
	cat << EOF > /etc/cron.d/alcasar-distrib-updates
1737
	cat << EOF > /etc/cron.d/alcasar-distrib-updates
1731
# mise à jour automatique de la distribution tous les jours 3h30
1738
# mise à jour automatique de la distribution tous les jours 3h30
1732
30 3 * * *  root /usr/sbin/urpmi --auto-update --auto 2>&1
1739
30 3 * * *  root /usr/sbin/urpmi --auto-update --auto 2>&1
1733
EOF
1740
EOF
1734
 
1741
 
1735
	cat << EOF > /etc/cron.d/alcasar-connections-stats
1742
	cat << EOF > /etc/cron.d/alcasar-connections-stats
1736
# Connection stats update (accounting). These Perl scripts are from "dialup_admin" (cf. wiki.freeradius.org/Dialup_admin).
1743
# Connection stats update (accounting). These Perl scripts are from "dialup_admin" (cf. wiki.freeradius.org/Dialup_admin).
1737
# 'alcasar-tot_stats' (everyday at 01h01 pm) : aggregating the daily connections of users (write in the table 'totacct')
1744
# 'alcasar-tot_stats' (everyday at 01h01 pm) : aggregating the daily connections of users (write in the table 'totacct')
1738
# 'alcasar-monthly_tot_stat' (everyday at 01h05 pm) : aggregating the monthly connections of users (write in table 'mtotacct')
1745
# 'alcasar-monthly_tot_stat' (everyday at 01h05 pm) : aggregating the monthly connections of users (write in table 'mtotacct')
1739
# 'alcasar-truncate_raddact' (every month, the first at 01h10 pm) : removing the log sessions of users older than 365 days
1746
# 'alcasar-truncate_raddact' (every month, the first at 01h10 pm) : removing the log sessions of users older than 365 days
1740
# 'alcasar-clean_radacct' (every month, the first at 01h15 pm) : closing the sessions openned for more than 30 days
1747
# 'alcasar-clean_radacct' (every month, the first at 01h15 pm) : closing the sessions openned for more than 30 days
1741
# 'alcasar-activity_report.sh' (every sunday at 5h35 pm) : generate an activity report in PDF
1748
# 'alcasar-activity_report.sh' (every sunday at 5h35 pm) : generate an activity report in PDF
1742
1 1 * * * root $DIR_DEST_BIN/alcasar-tot_stats > /dev/null 2>&1
1749
1 1 * * * root $DIR_DEST_BIN/alcasar-tot_stats > /dev/null 2>&1
1743
5 1 * * * root $DIR_DEST_BIN/alcasar-monthly_tot_stats > /dev/null 2>&1
1750
5 1 * * * root $DIR_DEST_BIN/alcasar-monthly_tot_stats > /dev/null 2>&1
1744
10 1 1 * * root $DIR_DEST_BIN/alcasar-truncate_radacct > /dev/null 2>&1
1751
10 1 1 * * root $DIR_DEST_BIN/alcasar-truncate_radacct > /dev/null 2>&1
1745
15 1 1 * * root $DIR_DEST_BIN/alcasar-clean_radacct > /dev/null 2>&1
1752
15 1 1 * * root $DIR_DEST_BIN/alcasar-clean_radacct > /dev/null 2>&1
1746
35 5 * * 0 root $DIR_DEST_BIN/alcasar-activity_report.sh > /dev/null 2>&1
1753
35 5 * * 0 root $DIR_DEST_BIN/alcasar-activity_report.sh > /dev/null 2>&1
1747
EOF
1754
EOF
1748
	cat << EOF > /etc/cron.d/alcasar-watchdog
1755
	cat << EOF > /etc/cron.d/alcasar-watchdog
1749
# run the "watchdog" every 3'
1756
# run the "watchdog" every 3'
1750
# empty the IPSET of the whitelisted IP (loaded dynamically with dnsmasq-whitelist) when every whitelisted users are logged out (every sunday at 0h05
1757
# empty the IPSET of the whitelisted IP (loaded dynamically with dnsmasq-whitelist) when every whitelisted users are logged out (every sunday at 0h05
1751
*/3 * * * * root $DIR_DEST_BIN/alcasar-watchdog.sh > /dev/null 2>&1
1758
*/3 * * * * root $DIR_DEST_BIN/alcasar-watchdog.sh > /dev/null 2>&1
1752
0 5 * * 0 root $DIR_DEST_BIN/alcasar-flush_ipset_wl.sh > /dev/null 2>&1
1759
0 5 * * 0 root $DIR_DEST_BIN/alcasar-flush_ipset_wl.sh > /dev/null 2>&1
1753
EOF
1760
EOF
1754
# Enabling the watchdog every 18'
1761
# Enabling the watchdog every 18'
1755
	cat << EOF > /etc/cron.d/alcasar-daemon-watchdog
1762
	cat << EOF > /etc/cron.d/alcasar-daemon-watchdog
1756
# activate  the daemon-watchdog after boot process
1763
# activate  the daemon-watchdog after boot process
1757
@reboot root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1
1764
@reboot root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1
1758
# activate the daemon-watchdog every 18'
1765
# activate the daemon-watchdog every 18'
1759
*/18 * * * * root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1
1766
*/18 * * * * root $DIR_DEST_BIN/alcasar-daemon.sh > /dev/null 2>&1
1760
EOF
1767
EOF
1761
 
1768
 
1762
# Enabling category update from rsync
1769
# Enabling category update from rsync
1763
	cat << EOF > /etc/cron.d/alcasar-rsync-bl
1770
	cat << EOF > /etc/cron.d/alcasar-rsync-bl
1764
# Automatic update of BL via rsync every 12 hours. The categories are listed in the file '/usr/local/etc/update_cat.conf' (no sync if empty). 
1771
# Automatic update of BL via rsync every 12 hours. The categories are listed in the file '/usr/local/etc/update_cat.conf' (no sync if empty). 
1765
0 */12 * * * root $DIR_DEST_BIN/alcasar-bl.sh --update_cat > /dev/null 2>&1
1772
0 */12 * * * root $DIR_DEST_BIN/alcasar-bl.sh --update_cat > /dev/null 2>&1
1766
EOF
1773
EOF
1767
 
1774
 
1768
# removing the users crons
1775
# removing the users crons
1769
	rm -f /var/spool/cron/*
1776
	rm -f /var/spool/cron/*
1770
} # End cron
1777
} # End cron
1771
 
1778
 
1772
##################################################################
1779
##################################################################
1773
## 			Fonction "Fail2Ban"			##
1780
## 			Fonction "Fail2Ban"			##
1774
##- Modification de la configuration de fail2ban		##
1781
##- Modification de la configuration de fail2ban		##
1775
##- Sécurisation DDOS, SSH-Brute-Force, Intercept.php ...	##
1782
##- Sécurisation DDOS, SSH-Brute-Force, Intercept.php ...	##
1776
##################################################################
1783
##################################################################
1777
fail2ban()
1784
fail2ban()
1778
{
1785
{
1779
	$DIR_CONF/fail2ban.sh
1786
	$DIR_CONF/fail2ban.sh
1780
# Autorise la lecture seule 2 des 3 fichiers de log concernés, havp est traité dans le script d'init de havp
1787
# Autorise la lecture seule 2 des 3 fichiers de log concernés, havp est traité dans le script d'init de havp
1781
	[ -e /var/log/fail2ban.log ] || touch /var/log/fail2ban.log
1788
	[ -e /var/log/fail2ban.log ] || touch /var/log/fail2ban.log
1782
	[ -e /var/Save/security/watchdog.log ] || touch /var/Save/security/watchdog.log
1789
	[ -e /var/Save/security/watchdog.log ] || touch /var/Save/security/watchdog.log
1783
	chmod 644 /var/log/fail2ban.log
1790
	chmod 644 /var/log/fail2ban.log
1784
	chmod 644 /var/Save/security/watchdog.log
1791
	chmod 644 /var/Save/security/watchdog.log
1785
	/usr/bin/touch /var/log/auth.log
1792
	/usr/bin/touch /var/log/auth.log
1786
# fail2ban unit
1793
# fail2ban unit
1787
[ -e /lib/systemd/system/fail2ban.service.default ] || cp /lib/systemd/system/fail2ban.service /lib/systemd/system/fail2ban.service.default
1794
[ -e /lib/systemd/system/fail2ban.service.default ] || cp /lib/systemd/system/fail2ban.service /lib/systemd/system/fail2ban.service.default
1788
$SED '/ExecStart=/a\ExecStop=/usr/bin/fail2ban-client stop' /usr/lib/systemd/system/fail2ban.service
1795
$SED '/ExecStart=/a\ExecStop=/usr/bin/fail2ban-client stop' /usr/lib/systemd/system/fail2ban.service
1789
$SED '/Type=/a\PIDFile=/var/run/fail2ban/fail2ban.pid' /usr/lib/systemd/system/fail2ban.service
1796
$SED '/Type=/a\PIDFile=/var/run/fail2ban/fail2ban.pid' /usr/lib/systemd/system/fail2ban.service
1790
$SED '/After=*/c After=syslog.target network.target httpd.service' /usr/lib/systemd/system/fail2ban.service
1797
$SED '/After=*/c After=syslog.target network.target httpd.service' /usr/lib/systemd/system/fail2ban.service
1791
} #Fin de fail2ban_install()
1798
} #Fin de fail2ban_install()
1792
 
1799
 
1793
##################################################################
1800
##################################################################
1794
## 			Fonction "gammu_smsd"			##
1801
## 			Fonction "gammu_smsd"			##
1795
## - Creation de la base de donnée Gammu			##
1802
## - Creation de la base de donnée Gammu			##
1796
## - Creation du fichier de config: gammu_smsd_conf		##
1803
## - Creation du fichier de config: gammu_smsd_conf		##
1797
##								##
1804
##								##
1798
##################################################################
1805
##################################################################
1799
gammu_smsd()
1806
gammu_smsd()
1800
{
1807
{
1801
# Create 'gammu' databse
1808
# Create 'gammu' databse
1802
MYSQL="/usr/bin/mysql -uroot -p$mysqlpwd --exec"
1809
MYSQL="/usr/bin/mysql -uroot -p$mysqlpwd --exec"
1803
	$MYSQL="CREATE DATABASE IF NOT EXISTS $DB_GAMMU;GRANT ALL ON $DB_GAMMU.* TO $DB_USER@localhost IDENTIFIED BY '$radiuspwd';FLUSH PRIVILEGES"
1810
	$MYSQL="CREATE DATABASE IF NOT EXISTS $DB_GAMMU;GRANT ALL ON $DB_GAMMU.* TO $DB_USER@localhost IDENTIFIED BY '$radiuspwd';FLUSH PRIVILEGES"
1804
# Add a gammu database structure
1811
# Add a gammu database structure
1805
	mysql -u$DB_USER -p$radiuspwd $DB_GAMMU < $DIR_CONF/empty-gammu-smsd-db.sql
1812
	mysql -u$DB_USER -p$radiuspwd $DB_GAMMU < $DIR_CONF/empty-gammu-smsd-db.sql
1806
 
1813
 
1807
# config file for the daemon
1814
# config file for the daemon
1808
cat << EOF > /etc/gammu_smsd_conf
1815
cat << EOF > /etc/gammu_smsd_conf
1809
[gammu]
1816
[gammu]
1810
port = /dev/ttyUSB0
1817
port = /dev/ttyUSB0
1811
connection = at115200
1818
connection = at115200
1812
 
1819
 
1813
;########################################################
1820
;########################################################
1814
 
1821
 
1815
[smsd]
1822
[smsd]
1816
 
1823
 
1817
PIN = 1234
1824
PIN = 1234
1818
 
1825
 
1819
logfile = /var/log/gammu-smsd/gammu-smsd.log
1826
logfile = /var/log/gammu-smsd/gammu-smsd.log
1820
logformat = textall
1827
logformat = textall
1821
debuglevel = 0
1828
debuglevel = 0
1822
 
1829
 
1823
service = sql
1830
service = sql
1824
driver = native_mysql
1831
driver = native_mysql
1825
user = $DB_USER
1832
user = $DB_USER
1826
password = $radiuspwd
1833
password = $radiuspwd
1827
pc = localhost
1834
pc = localhost
1828
database = $DB_GAMMU
1835
database = $DB_GAMMU
1829
 
1836
 
1830
RunOnReceive = $DIR_DEST_BIN/alcasar-sms.sh --new_sms
1837
RunOnReceive = $DIR_DEST_BIN/alcasar-sms.sh --new_sms
1831
 
1838
 
1832
StatusFrequency = 30
1839
StatusFrequency = 30
1833
;LoopSleep = 2
1840
;LoopSleep = 2
1834
 
1841
 
1835
;ResetFrequency = 300
1842
;ResetFrequency = 300
1836
;HardResetFrequency = 120
1843
;HardResetFrequency = 120
1837
 
1844
 
1838
CheckSecurity = 1 
1845
CheckSecurity = 1 
1839
CheckSignal = 1
1846
CheckSignal = 1
1840
CheckBattery = 0
1847
CheckBattery = 0
1841
EOF
1848
EOF
1842
 
1849
 
1843
chmod 755 /etc/gammu_smsd_conf
1850
chmod 755 /etc/gammu_smsd_conf
1844
 
1851
 
1845
#Creation dossier de log Gammu-smsd
1852
#Creation dossier de log Gammu-smsd
1846
[ -e /var/log/gammu-smsd ] || mkdir /var/log/gammu-smsd
1853
[ -e /var/log/gammu-smsd ] || mkdir /var/log/gammu-smsd
1847
chmod 755 /var/log/gammu-smsd
1854
chmod 755 /var/log/gammu-smsd
1848
 
1855
 
1849
#Edition du script sql gammu <-> radius
1856
#Edition du script sql gammu <-> radius
1850
$SED "s/^u_db=\".*/u_db=\"$DB_USER\"/g" $DIR_DEST_BIN/alcasar-sms.sh
1857
$SED "s/^u_db=\".*/u_db=\"$DB_USER\"/g" $DIR_DEST_BIN/alcasar-sms.sh
1851
$SED "s/^p_db=\".*/p_db=\"$radiuspwd\"/g" $DIR_DEST_BIN/alcasar-sms.sh
1858
$SED "s/^p_db=\".*/p_db=\"$radiuspwd\"/g" $DIR_DEST_BIN/alcasar-sms.sh
1852
 
1859
 
1853
#Création de la règle udev pour les Huawei // idVendor: 12d1
1860
#Création de la règle udev pour les Huawei // idVendor: 12d1
1854
cat << EOF > /etc/udev/rules.d/66-huawei.rules
1861
cat << EOF > /etc/udev/rules.d/66-huawei.rules
1855
KERNEL=="ttyUSB0",ATTRS{idVendor}=="12d1",RUN+="$DIR_DEST_BIN/alcasar-sms.sh --mode"
1862
KERNEL=="ttyUSB0",ATTRS{idVendor}=="12d1",RUN+="$DIR_DEST_BIN/alcasar-sms.sh --mode"
1856
EOF
1863
EOF
1857
 
1864
 
1858
} # END gammu_smsd()
1865
} # END gammu_smsd()
1859
 
1866
 
1860
##################################################################
1867
##################################################################
1861
##			Fonction "post_install"			##
1868
##			Fonction "post_install"			##
1862
## - Modification des bannières (locales et ssh) et des prompts ##
1869
## - Modification des bannières (locales et ssh) et des prompts ##
1863
## - Installation de la structure de chiffrement pour root	##
1870
## - Installation de la structure de chiffrement pour root	##
1864
## - Mise en place du sudoers et de la sécurité sur les fichiers##
1871
## - Mise en place du sudoers et de la sécurité sur les fichiers##
1865
## - Mise en place du la rotation des logs			##
1872
## - Mise en place du la rotation des logs			##
1866
## - Configuration dans le cas d'une mise à jour		##
1873
## - Configuration dans le cas d'une mise à jour		##
1867
##################################################################
1874
##################################################################
1868
post_install()
1875
post_install()
1869
{
1876
{
1870
# création de la bannière locale
1877
# création de la bannière locale
1871
	[ -e /etc/mageia-release.default ]  || cp /etc/mageia-release /etc/mageia-release.default
1878
	[ -e /etc/mageia-release.default ]  || cp /etc/mageia-release /etc/mageia-release.default
1872
	cp -f $DIR_CONF/banner /etc/mageia-release
1879
	cp -f $DIR_CONF/banner /etc/mageia-release
1873
	echo " V$VERSION" >> /etc/mageia-release
1880
	echo " V$VERSION" >> /etc/mageia-release
1874
# création de la bannière SSH
1881
# création de la bannière SSH
1875
	cp /etc/mageia-release /etc/ssh/alcasar-banner-ssh
1882
	cp /etc/mageia-release /etc/ssh/alcasar-banner-ssh
1876
	chmod 644 /etc/ssh/alcasar-banner-ssh ; chown root:root /etc/ssh/alcasar-banner-ssh
1883
	chmod 644 /etc/ssh/alcasar-banner-ssh ; chown root:root /etc/ssh/alcasar-banner-ssh
1877
	[ -e /etc/ssh/sshd_config.default ] || cp /etc/ssh/sshd_config /etc/ssh/sshd_config.default
1884
	[ -e /etc/ssh/sshd_config.default ] || cp /etc/ssh/sshd_config /etc/ssh/sshd_config.default
1878
	$SED "s?^Banner.*?Banner /etc/ssh/alcasar-banner-ssh?g" /etc/ssh/sshd_config
1885
	$SED "s?^Banner.*?Banner /etc/ssh/alcasar-banner-ssh?g" /etc/ssh/sshd_config
1879
	$SED "s?^#Banner.*?Banner /etc/ssh/alcasar-banner-ssh?g" /etc/ssh/sshd_config
1886
	$SED "s?^#Banner.*?Banner /etc/ssh/alcasar-banner-ssh?g" /etc/ssh/sshd_config
1880
# postfix banner anonymisation
1887
# postfix banner anonymisation
1881
	$SED "s?^smtpd_banner =.*?smtpd_banner = $myhostname ESMTP?g" /etc/postfix/main.cf
1888
	$SED "s?^smtpd_banner =.*?smtpd_banner = $myhostname ESMTP?g" /etc/postfix/main.cf
1882
	chown -R postfix:postfix /var/lib/postfix
1889
	chown -R postfix:postfix /var/lib/postfix
1883
# sshd écoute côté LAN et WAN
1890
# sshd écoute côté LAN et WAN
1884
	$SED "s?^#ListenAddress 0\.0\.0\.0.*?ListenAddress 0\.0\.0\.0?g" /etc/ssh/sshd_config
1891
	$SED "s?^#ListenAddress 0\.0\.0\.0.*?ListenAddress 0\.0\.0\.0?g" /etc/ssh/sshd_config
1885
# sshd autorise les connections root par certificat
1892
# sshd autorise les connections root par certificat
1886
	$SED "s?^PermitRootLogin.*?PermitRootLogin without-password?g" /etc/ssh/sshd_config
1893
	$SED "s?^PermitRootLogin.*?PermitRootLogin without-password?g" /etc/ssh/sshd_config
1887
	# Put the default values in conf file
1894
	# Put the default values in conf file
1888
	echo "SSH=on" >> $CONF_FILE
1895
	echo "SSH=on" >> $CONF_FILE
1889
	echo "SSH_ADMIN_FROM=0.0.0.0/0.0.0.0" >> $CONF_FILE
1896
	echo "SSH_ADMIN_FROM=0.0.0.0/0.0.0.0" >> $CONF_FILE
1890
	echo "LDAP=off" >> $CONF_FILE
1897
	echo "LDAP=off" >> $CONF_FILE
1891
	echo "LDAP_IP=0.0.0.0/0.0.0.0" >> $CONF_FILE
1898
	echo "LDAP_IP=0.0.0.0/0.0.0.0" >> $CONF_FILE
1892
	echo "MULTIWAN=off" >> $CONF_FILE
1899
	echo "MULTIWAN=off" >> $CONF_FILE
1893
	echo "FAILOVER=30" >> $CONF_FILE
1900
	echo "FAILOVER=30" >> $CONF_FILE
1894
	echo "## WANx=active,@IPx/mask,GWx,Weight,MTUx" >> $CONF_FILE
1901
	echo "## WANx=active,@IPx/mask,GWx,Weight,MTUx" >> $CONF_FILE
1895
	echo "#WAN1=\"1,$EXTIF:1,192.168.2.20/24,192.168.2.6,1,1500\"" >> $CONF_FILE
1902
	echo "#WAN1=\"1,$EXTIF:1,192.168.2.20/24,192.168.2.6,1,1500\"" >> $CONF_FILE
1896
	echo "#WAN2=\"1,$EXTIF:2,192.168.3.20/24,192.168.3.1,2,1500\"" >> $CONF_FILE
1903
	echo "#WAN2=\"1,$EXTIF:2,192.168.3.20/24,192.168.3.1,2,1500\"" >> $CONF_FILE
1897
# Coloration des prompts
1904
# Coloration des prompts
1898
	[ -e /etc/bashrc.default ]  || cp /etc/bashrc /etc/bashrc.default
1905
	[ -e /etc/bashrc.default ]  || cp /etc/bashrc /etc/bashrc.default
1899
	cp -f $DIR_CONF/bashrc /etc/. ; chmod 644 /etc/bashrc ; chown root:root /etc/bashrc
1906
	cp -f $DIR_CONF/bashrc /etc/. ; chmod 644 /etc/bashrc ; chown root:root /etc/bashrc
1900
	$SED "s?^ORGANISME.*?ORGANISME=$ORGANISME?g" /etc/bashrc
1907
	$SED "s?^ORGANISME.*?ORGANISME=$ORGANISME?g" /etc/bashrc
1901
# Droits d'exécution pour utilisateur apache et sysadmin
1908
# Droits d'exécution pour utilisateur apache et sysadmin
1902
	[ -e /etc/sudoers.default ]  || cp /etc/sudoers /etc/sudoers.default
1909
	[ -e /etc/sudoers.default ]  || cp /etc/sudoers /etc/sudoers.default
1903
	cp -f $DIR_CONF/sudoers /etc/. ; chmod 440 /etc/sudoers ; chown root:root /etc/sudoers
1910
	cp -f $DIR_CONF/sudoers /etc/. ; chmod 440 /etc/sudoers ; chown root:root /etc/sudoers
1904
	$SED "s?^Host_Alias.*?Host_Alias	LAN_ORG=$PRIVATE_NETWORK/$PRIVATE_NETMASK,localhost		#réseau de l'organisme?g" /etc/sudoers
1911
	$SED "s?^Host_Alias.*?Host_Alias	LAN_ORG=$PRIVATE_NETWORK/$PRIVATE_NETMASK,localhost		#réseau de l'organisme?g" /etc/sudoers
1905
# Modify some logrotate files (gammu, ulogd)
1912
# Modify some logrotate files (gammu, ulogd)
1906
	cp -f $DIR_CONF/logrotate.d/* /etc/logrotate.d/
1913
	cp -f $DIR_CONF/logrotate.d/* /etc/logrotate.d/
1907
	chmod 644 /etc/logrotate.d/*
1914
	chmod 644 /etc/logrotate.d/*
1908
# rectification sur versions précédentes de la compression des logs
1915
# rectification sur versions précédentes de la compression des logs
1909
	$SED "s?^delaycompress.*?#&?g" /etc/logrotate.conf
1916
	$SED "s?^delaycompress.*?#&?g" /etc/logrotate.conf
1910
# actualisation des fichiers logs compressés
1917
# actualisation des fichiers logs compressés
1911
	for dir in firewall dansguardian httpd
1918
	for dir in firewall dansguardian httpd
1912
	do
1919
	do
1913
	      find /var/log/$dir -type f -name *.log-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] -exec gzip {} \;
1920
	      find /var/log/$dir -type f -name *.log-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] -exec gzip {} \;
1914
	done
1921
	done
1915
# create the alcasar-load_balancing unit
1922
# create the alcasar-load_balancing unit
1916
	cat << EOF > /lib/systemd/system/alcasar-load_balancing.service
1923
	cat << EOF > /lib/systemd/system/alcasar-load_balancing.service
1917
#  This file is part of systemd.
1924
#  This file is part of systemd.
1918
#
1925
#
1919
#  systemd is free software; you can redistribute it and/or modify it
1926
#  systemd is free software; you can redistribute it and/or modify it
1920
#  under the terms of the GNU General Public License as published by
1927
#  under the terms of the GNU General Public License as published by
1921
#  the Free Software Foundation; either version 2 of the License, or
1928
#  the Free Software Foundation; either version 2 of the License, or
1922
#  (at your option) any later version.
1929
#  (at your option) any later version.
1923
 
1930
 
1924
# This unit lauches alcasar-load-balancing.sh script.
1931
# This unit lauches alcasar-load-balancing.sh script.
1925
[Unit]
1932
[Unit]
1926
Description=alcasar-load_balancing.sh execution
1933
Description=alcasar-load_balancing.sh execution
1927
After=network.target iptables.service
1934
After=network.target iptables.service
1928
 
1935
 
1929
[Service]
1936
[Service]
1930
Type=oneshot
1937
Type=oneshot
1931
RemainAfterExit=yes
1938
RemainAfterExit=yes
1932
ExecStart=$DIR_DEST_BIN/alcasar-load_balancing.sh start
1939
ExecStart=$DIR_DEST_BIN/alcasar-load_balancing.sh start
1933
ExecStop=$DIR_DEST_BIN/alcasar-load_balancing.sh stop
1940
ExecStop=$DIR_DEST_BIN/alcasar-load_balancing.sh stop
1934
TimeoutSec=0
1941
TimeoutSec=0
1935
SysVStartPriority=99
1942
SysVStartPriority=99
1936
 
1943
 
1937
[Install]
1944
[Install]
1938
WantedBy=multi-user.target
1945
WantedBy=multi-user.target
1939
EOF
1946
EOF
1940
# processes launched at boot time (Systemctl)
1947
# processes launched at boot time (Systemctl)
1941
	for i in alcasar-load_balancing mysqld httpd ntpd iptables dnsmasq dnsmasq-blacklist dnsmasq-whitelist dnsmasq-blackhole radiusd nfsen dansguardian freshclam ulogd-ssh ulogd-traceability ulogd-ext-access chilli fail2ban havp tinyproxy vnstat sshd
1948
	for i in alcasar-load_balancing mysqld httpd ntpd iptables dnsmasq dnsmasq-blacklist dnsmasq-whitelist dnsmasq-blackhole radiusd nfsen dansguardian freshclam ulogd-ssh ulogd-traceability ulogd-ext-access chilli fail2ban havp tinyproxy vnstat sshd
1942
	do
1949
	do
1943
		/usr/bin/systemctl -q enable $i.service
1950
		/usr/bin/systemctl -q enable $i.service
1944
	done
1951
	done
1945
	
1952
	
1946
# disable processes at boot time (Systemctl)
1953
# disable processes at boot time (Systemctl)
1947
	for i in ulogd
1954
	for i in ulogd
1948
	do
1955
	do
1949
		/usr/bin/systemctl -q disable $i.service
1956
		/usr/bin/systemctl -q disable $i.service
1950
	done
1957
	done
1951
	
1958
	
1952
# Apply French Security Agency (ANSSI) rules
1959
# Apply French Security Agency (ANSSI) rules
1953
# ignore ICMP broadcast (smurf attack)
1960
# ignore ICMP broadcast (smurf attack)
1954
	echo "net.ipv4.icmp_echo_ignore_broadcasts = 1" > /etc/sysctl.d/alcasar.conf
1961
	echo "net.ipv4.icmp_echo_ignore_broadcasts = 1" > /etc/sysctl.d/alcasar.conf
1955
# ignore ICMP errors bogus
1962
# ignore ICMP errors bogus
1956
	echo "net.ipv4.icmp_ignore_bogus_error_responses = 1" >> /etc/sysctl.d/alcasar.conf
1963
	echo "net.ipv4.icmp_ignore_bogus_error_responses = 1" >> /etc/sysctl.d/alcasar.conf
1957
# remove ICMP redirects responces
1964
# remove ICMP redirects responces
1958
	echo "net.ipv4.conf.all.accept_redirects = 0" >> /etc/sysctl.d/alcasar.conf
1965
	echo "net.ipv4.conf.all.accept_redirects = 0" >> /etc/sysctl.d/alcasar.conf
1959
	echo "net.ipv4.conf.all.send_redirects = 0" >> /etc/sysctl.d/alcasar.conf
1966
	echo "net.ipv4.conf.all.send_redirects = 0" >> /etc/sysctl.d/alcasar.conf
1960
# enable SYN Cookies (Syn flood attacks)
1967
# enable SYN Cookies (Syn flood attacks)
1961
	echo "net.ipv4.tcp_syncookies = 1" >> /etc/sysctl.d/alcasar.conf
1968
	echo "net.ipv4.tcp_syncookies = 1" >> /etc/sysctl.d/alcasar.conf
1962
# enable kernel antispoofing
1969
# enable kernel antispoofing
1963
	echo "net.ipv4.conf.all.rp_filter = 1" >> /etc/sysctl.d/alcasar.conf
1970
	echo "net.ipv4.conf.all.rp_filter = 1" >> /etc/sysctl.d/alcasar.conf
1964
# ignore source routing
1971
# ignore source routing
1965
	echo "net.ipv4.conf.all.accept_source_route = 0" >> /etc/sysctl.d/alcasar.conf
1972
	echo "net.ipv4.conf.all.accept_source_route = 0" >> /etc/sysctl.d/alcasar.conf
1966
# set conntrack timer to 1h (3600s) instead of 5 weeks
1973
# set conntrack timer to 1h (3600s) instead of 5 weeks
1967
	echo "net.netfilter.nf_conntrack_tcp_timeout_established = 3600" >> /etc/sysctl.d/alcasar.conf
1974
	echo "net.netfilter.nf_conntrack_tcp_timeout_established = 3600" >> /etc/sysctl.d/alcasar.conf
1968
# disable log_martians (ALCASAR is often installed between two private network addresses) 
1975
# disable log_martians (ALCASAR is often installed between two private network addresses) 
1969
	echo "net.ipv4.conf.all.log_martians = 0" >> /etc/sysctl.d/alcasar.conf
1976
	echo "net.ipv4.conf.all.log_martians = 0" >> /etc/sysctl.d/alcasar.conf
1970
# disable iptables_helpers
1977
# disable iptables_helpers
1971
	echo "net.netfilter.nf_conntrack_helper = 0" >> /etc/sysctl.d/alcasar.conf
1978
	echo "net.netfilter.nf_conntrack_helper = 0" >> /etc/sysctl.d/alcasar.conf
1972
# Switch to the router mode
1979
# Switch to the router mode
1973
	echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.d/alcasar.conf
1980
	echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.d/alcasar.conf
1974
# Remove unused service ipv6
1981
# Remove unused service ipv6
1975
	echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.d/alcasar.conf
1982
	echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.d/alcasar.conf
1976
	echo "net.ipv6.conf.all.autoconf = 0" >> /etc/sysctl.d/alcasar.conf
1983
	echo "net.ipv6.conf.all.autoconf = 0" >> /etc/sysctl.d/alcasar.conf
1977
	echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.d/alcasar.conf
1984
	echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.d/alcasar.conf
1978
	echo "net.ipv6.conf.default.autoconf = 0" >> /etc/sysctl.d/alcasar.conf
1985
	echo "net.ipv6.conf.default.autoconf = 0" >> /etc/sysctl.d/alcasar.conf
1979
# remove Magic SysReq Keys
1986
# remove Magic SysReq Keys
1980
	[ -e /etc/sysctl.d/51-alt-sysrq.conf ] && rm /etc/sysctl.d/51-alt-sysrq.conf
1987
	[ -e /etc/sysctl.d/51-alt-sysrq.conf ] && rm /etc/sysctl.d/51-alt-sysrq.conf
1981
# switch to multi-users runlevel (instead of x11)
1988
# switch to multi-users runlevel (instead of x11)
1982
	ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
1989
	ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
1983
#	GRUB modifications (only one time)
1990
#	GRUB modifications (only one time)
1984
# limit wait time to 3s
1991
# limit wait time to 3s
1985
# create an alcasar entry instead of linux-nonfb
1992
# create an alcasar entry instead of linux-nonfb
1986
# change display to 1024*768 (vga791)
1993
# change display to 1024*768 (vga791)
1987
	grub_already_modified=`grep ALCASAR /boot/grub/menu.lst|wc -l`
1994
	grub_already_modified=`grep ALCASAR /boot/grub/menu.lst|wc -l`
1988
	if [ $grub_already_modified == 0 ]
1995
	if [ $grub_already_modified == 0 ]
1989
		then
1996
		then
1990
		$SED "s?^timeout.*?timeout 3?g" /boot/grub/menu.lst
1997
		$SED "s?^timeout.*?timeout 3?g" /boot/grub/menu.lst
1991
		$SED "s?^title linux?title ALCASAR?g" /boot/grub/menu.lst
1998
		$SED "s?^title linux?title ALCASAR?g" /boot/grub/menu.lst
1992
		$SED "/^kernel/s/splash quiet //" /boot/grub/menu.lst
1999
		$SED "/^kernel/s/splash quiet //" /boot/grub/menu.lst
1993
# is an virtual machine (proxmox, vmware, ) ?
2000
# is an virtual machine (proxmox, vmware, ) ?
1994
		vm_vga=`lsmod | egrep "virtio|vmwgfx" | wc -l`
2001
		vm_vga=`lsmod | egrep "virtio|vmwgfx" | wc -l`
1995
		if [ $vm_mga == 0 ]
2002
		if [ $vm_mga == 0 ]
1996
		then
2003
		then
1997
			$SED "/^kernel/s/$/ vga=791/" /boot/grub/menu.lst
2004
			$SED "/^kernel/s/$/ vga=791/" /boot/grub/menu.lst
1998
		fi
2005
		fi
1999
		$SED "/^kernel/s/BOOT_IMAGE=linux /BOOT_IMAGE=linux-nonfb /" /boot/grub/menu.lst
2006
		$SED "/^kernel/s/BOOT_IMAGE=linux /BOOT_IMAGE=linux-nonfb /" /boot/grub/menu.lst
2000
		$SED "/^gfxmenu/d" /boot/grub/menu.lst
2007
		$SED "/^gfxmenu/d" /boot/grub/menu.lst
2001
	fi
2008
	fi
2002
# Load and apply the previous conf file
2009
# Load and apply the previous conf file
2003
	if [ "$mode" = "update" ]
2010
	if [ "$mode" = "update" ]
2004
	then
2011
	then
2005
		$DIR_DEST_BIN/alcasar-archive.sh --now # exports current logs in /var/Save/archive
2012
		$DIR_DEST_BIN/alcasar-archive.sh --now # exports current logs in /var/Save/archive
2006
		$DIR_DEST_BIN/alcasar-conf.sh --load
2013
		$DIR_DEST_BIN/alcasar-conf.sh --load
2007
		PARENT_SCRIPT=`basename $0`
2014
		PARENT_SCRIPT=`basename $0`
2008
		export PARENT_SCRIPT # to avoid stop&start process during the installation process
2015
		export PARENT_SCRIPT # to avoid stop&start process during the installation process
2009
		$DIR_DEST_BIN/alcasar-conf.sh --apply
2016
		$DIR_DEST_BIN/alcasar-conf.sh --apply
2010
		$SED "s?^INSTALL_DATE=.*?INSTALL_DATE=$DATE?g" $CONF_FILE
2017
		$SED "s?^INSTALL_DATE=.*?INSTALL_DATE=$DATE?g" $CONF_FILE
2011
		$SED "s?^VERSION=.*?VERSION=$VERSION?g" $CONF_FILE
2018
		$SED "s?^VERSION=.*?VERSION=$VERSION?g" $CONF_FILE
2012
	fi
2019
	fi
2013
	rm -f /tmp/alcasar-conf*
2020
	rm -f /tmp/alcasar-conf*
2014
	chown -R root:apache $DIR_DEST_ETC/*
2021
	chown -R root:apache $DIR_DEST_ETC/*
2015
	chmod -R 660 $DIR_DEST_ETC/*
2022
	chmod -R 660 $DIR_DEST_ETC/*
2016
	chmod ug+x $DIR_DEST_ETC/digest
2023
	chmod ug+x $DIR_DEST_ETC/digest
2017
	cd $DIR_INSTALL
2024
	cd $DIR_INSTALL
2018
	echo ""
2025
	echo ""
2019
	echo "#############################################################################"
2026
	echo "#############################################################################"
2020
	if [ $Lang == "fr" ]
2027
	if [ $Lang == "fr" ]
2021
		then
2028
		then
2022
		echo "#                        Fin d'installation d'ALCASAR                       #"
2029
		echo "#                        Fin d'installation d'ALCASAR                       #"
2023
		echo "#                                                                           #"
2030
		echo "#                                                                           #"
2024
		echo "#         Application Libre pour le Contrôle Authentifié et Sécurisé        #"
2031
		echo "#         Application Libre pour le Contrôle Authentifié et Sécurisé        #"
2025
		echo "#                     des Accès au Réseau ( ALCASAR )                       #"
2032
		echo "#                     des Accès au Réseau ( ALCASAR )                       #"
2026
		echo "#                                                                           #"
2033
		echo "#                                                                           #"
2027
		echo "#############################################################################"
2034
		echo "#############################################################################"
2028
		echo
2035
		echo
2029
		echo "- ALCASAR sera fonctionnel après redémarrage du système"
2036
		echo "- ALCASAR sera fonctionnel après redémarrage du système"
2030
		echo
2037
		echo
2031
		echo "- Lisez attentivement la documentation d'exploitation"
2038
		echo "- Lisez attentivement la documentation d'exploitation"
2032
		echo
2039
		echo
2033
		echo "- Le centre de controle d'ALCASAR (ACC) est à l'adresse http://alcasar"
2040
		echo "- Le centre de controle d'ALCASAR (ACC) est à l'adresse http://alcasar"
2034
		echo
2041
		echo
2035
		echo "                   Appuyez sur 'Entrée' pour continuer"
2042
		echo "                   Appuyez sur 'Entrée' pour continuer"
2036
	else	
2043
	else	
2037
		echo "#                        Enf of ALCASAR install process                     #"
2044
		echo "#                        Enf of ALCASAR install process                     #"
2038
		echo "#                                                                           #"
2045
		echo "#                                                                           #"
2039
		echo "#         Application Libre pour le Contrôle Authentifié et Sécurisé        #"
2046
		echo "#         Application Libre pour le Contrôle Authentifié et Sécurisé        #"
2040
		echo "#                     des Accès au Réseau ( ALCASAR )                       #"
2047
		echo "#                     des Accès au Réseau ( ALCASAR )                       #"
2041
		echo "#                                                                           #"
2048
		echo "#                                                                           #"
2042
		echo "#############################################################################"
2049
		echo "#############################################################################"
2043
		echo
2050
		echo
2044
		echo "- The system will be rebooted in order to operate ALCASAR"
2051
		echo "- The system will be rebooted in order to operate ALCASAR"
2045
		echo
2052
		echo
2046
		echo "- Read the exploitation documentation"
2053
		echo "- Read the exploitation documentation"
2047
		echo
2054
		echo
2048
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
2055
		echo "- The ALCASAR Control Center (ACC) is at http://alcasar"
2049
		echo
2056
		echo
2050
		echo "                   Hit 'Enter' to continue"
2057
		echo "                   Hit 'Enter' to continue"
2051
	fi
2058
	fi
2052
	sleep 2
2059
	sleep 2
2053
	if [ "$mode" != "update" ]
2060
	if [ "$mode" != "update" ]
2054
	then
2061
	then
2055
		read a
2062
		read a
2056
	fi
2063
	fi
2057
	clear
2064
	clear
2058
	reboot
2065
	reboot
2059
} # End post_install ()
2066
} # End post_install ()
2060
 
2067
 
2061
#################################
2068
#################################
2062
#  	Main Install loop  	#
2069
#  	Main Install loop  	#
2063
#################################
2070
#################################
2064
dir_exec=`dirname "$0"`
2071
dir_exec=`dirname "$0"`
2065
if [ $dir_exec != "." ]
2072
if [ $dir_exec != "." ]
2066
then
2073
then
2067
	echo "Lancez ce programme depuis le répertoire de l'archive d'ALCASAR"
2074
	echo "Lancez ce programme depuis le répertoire de l'archive d'ALCASAR"
2068
	echo "Launch this program from the ALCASAR archive directory"
2075
	echo "Launch this program from the ALCASAR archive directory"
2069
	exit 0
2076
	exit 0
2070
fi
2077
fi
2071
VERSION=`cat $DIR_INSTALL/VERSION`
2078
VERSION=`cat $DIR_INSTALL/VERSION`
2072
usage="Usage: alcasar.sh {-i or --install} | {-u or --uninstall}"
2079
usage="Usage: alcasar.sh {-i or --install} | {-u or --uninstall}"
2073
nb_args=$#
2080
nb_args=$#
2074
args=$1
2081
args=$1
2075
if [ $nb_args -eq 0 ]
2082
if [ $nb_args -eq 0 ]
2076
then
2083
then
2077
	nb_args=1
2084
	nb_args=1
2078
	args="-h"
2085
	args="-h"
2079
fi
2086
fi
2080
chmod -R u+x $DIR_SCRIPTS/*
2087
chmod -R u+x $DIR_SCRIPTS/*
2081
case $args in
2088
case $args in
2082
	-\? | -h* | --h*)
2089
	-\? | -h* | --h*)
2083
		echo "$usage"
2090
		echo "$usage"
2084
		exit 0
2091
		exit 0
2085
		;;
2092
		;;
2086
	-i | --install)
2093
	-i | --install)
2087
		header_install
2094
		header_install
2088
		license
2095
		license
2089
		header_install
2096
		header_install
2090
		testing
2097
		testing
2091
# RPMs install
2098
# RPMs install
2092
		$DIR_SCRIPTS/alcasar-urpmi.sh
2099
		$DIR_SCRIPTS/alcasar-urpmi.sh
2093
		if [ "$?" != "0" ]
2100
		if [ "$?" != "0" ]
2094
		then
2101
		then
2095
			exit 0
2102
			exit 0
2096
		fi
2103
		fi
2097
		if [ -e $CONF_FILE ]
2104
		if [ -e $CONF_FILE ]
2098
		then
2105
		then
2099
# Uninstall the running version
2106
# Uninstall the running version
2100
			$DIR_SCRIPTS/alcasar-uninstall.sh
2107
			$DIR_SCRIPTS/alcasar-uninstall.sh
2101
		fi
2108
		fi
2102
# Test if manual update	
2109
# Test if manual update	
2103
		if [ -e /tmp/alcasar-conf*.tar.gz ] && [ "$mode" == "install" ]
2110
		if [ -e /tmp/alcasar-conf*.tar.gz ] && [ "$mode" == "install" ]
2104
		then
2111
		then
2105
			header_install
2112
			header_install
2106
			if [ $Lang == "fr" ]
2113
			if [ $Lang == "fr" ]
2107
				then echo "Le fichier de configuration d'une ancienne version a été trouvé";
2114
				then echo "Le fichier de configuration d'une ancienne version a été trouvé";
2108
				else echo "The configuration file of an old version has been found";
2115
				else echo "The configuration file of an old version has been found";
2109
			fi
2116
			fi
2110
			response=0
2117
			response=0
2111
			PTN='^[oOnNyY]$'
2118
			PTN='^[oOnNyY]$'
2112
			until [[ $(expr $response : $PTN) -gt 0 ]]
2119
			until [[ $(expr $response : $PTN) -gt 0 ]]
2113
			do
2120
			do
2114
				if [ $Lang == "fr" ]
2121
				if [ $Lang == "fr" ]
2115
					then echo -n "Voulez-vous l'utiliser (O/n)? ";
2122
					then echo -n "Voulez-vous l'utiliser (O/n)? ";
2116
					else echo -n "Do you want to use it (Y/n)?";
2123
					else echo -n "Do you want to use it (Y/n)?";
2117
				 fi
2124
				 fi
2118
				read response
2125
				read response
2119
				if [ "$response" = "n" ] || [ "$response" = "N" ] 
2126
				if [ "$response" = "n" ] || [ "$response" = "N" ] 
2120
				then rm -f /tmp/alcasar-conf*
2127
				then rm -f /tmp/alcasar-conf*
2121
				fi
2128
				fi
2122
			done
2129
			done
2123
		fi
2130
		fi
2124
# Test if update
2131
# Test if update
2125
		if [ -e /tmp/alcasar-conf* ] 
2132
		if [ -e /tmp/alcasar-conf* ] 
2126
		then
2133
		then
2127
			if [ $Lang == "fr" ]
2134
			if [ $Lang == "fr" ]
2128
				then echo "#### Installation avec mise à jour ####";
2135
				then echo "#### Installation avec mise à jour ####";
2129
				else echo "#### Installation with update     ####";
2136
				else echo "#### Installation with update     ####";
2130
			fi
2137
			fi
2131
# Extract the central configuration file
2138
# Extract the central configuration file
2132
			tar -xf /tmp/alcasar-conf* conf/etc/alcasar.conf 
2139
			tar -xf /tmp/alcasar-conf* conf/etc/alcasar.conf 
2133
			ORGANISME=`grep ORGANISM conf/etc/alcasar.conf|cut -d"=" -f2`
2140
			ORGANISME=`grep ORGANISM conf/etc/alcasar.conf|cut -d"=" -f2`
2134
			PREVIOUS_VERSION=`grep VERSION conf/etc/alcasar.conf|cut -d"=" -f2`
2141
			PREVIOUS_VERSION=`grep VERSION conf/etc/alcasar.conf|cut -d"=" -f2`
2135
			MAJ_PREVIOUS_VERSION=`echo $PREVIOUS_VERSION|cut -d"." -f1`
2142
			MAJ_PREVIOUS_VERSION=`echo $PREVIOUS_VERSION|cut -d"." -f1`
2136
			MIN_PREVIOUS_VERSION=`echo $PREVIOUS_VERSION|cut -d"." -f2|cut -c1`
2143
			MIN_PREVIOUS_VERSION=`echo $PREVIOUS_VERSION|cut -d"." -f2|cut -c1`
2137
			UPD_PREVIOUS_VERSION=`echo $PREVIOUS_VERSION|cut -d"." -f3`
2144
			UPD_PREVIOUS_VERSION=`echo $PREVIOUS_VERSION|cut -d"." -f3`
2138
			mode="update"
2145
			mode="update"
2139
		fi
2146
		fi
2140
		for func in init network ACC CA time_server init_db radius chilli dansguardian antivirus tinyproxy ulogd nfsen vnstat dnsmasq BL cron fail2ban gammu_smsd post_install
2147
		for func in init network ACC CA time_server init_db radius chilli dansguardian antivirus tinyproxy ulogd nfsen vnstat dnsmasq BL cron fail2ban gammu_smsd post_install
2141
		do
2148
		do
2142
			$func
2149
			$func
2143
# echo "*** 'debug' : end of function $func ***"; read a
2150
# echo "*** 'debug' : end of function $func ***"; read a
2144
		done
2151
		done
2145
		;;
2152
		;;
2146
	-u | --uninstall)
2153
	-u | --uninstall)
2147
		if [ ! -e $DIR_DEST_BIN/alcasar-uninstall.sh ]
2154
		if [ ! -e $DIR_DEST_BIN/alcasar-uninstall.sh ]
2148
		then
2155
		then
2149
			if [ $Lang == "fr" ]
2156
			if [ $Lang == "fr" ]
2150
				then echo "ALCASAR n'est pas installé!";
2157
				then echo "ALCASAR n'est pas installé!";
2151
				else echo "ALCASAR isn't installed!";
2158
				else echo "ALCASAR isn't installed!";
2152
			fi
2159
			fi
2153
			exit 0
2160
			exit 0
2154
		fi
2161
		fi
2155
		response=0
2162
		response=0
2156
		PTN='^[oOnN]$'
2163
		PTN='^[oOnN]$'
2157
		until [[ $(expr $response : $PTN) -gt 0 ]]
2164
		until [[ $(expr $response : $PTN) -gt 0 ]]
2158
		do
2165
		do
2159
			if [ $Lang == "fr" ]
2166
			if [ $Lang == "fr" ]
2160
				then echo -n "Voulez-vous créer le fichier de configuration de la version actuelle (0/n)? ";
2167
				then echo -n "Voulez-vous créer le fichier de configuration de la version actuelle (0/n)? ";
2161
				else echo -n "Do you want to create the running version configuration file (Y/n)? ";
2168
				else echo -n "Do you want to create the running version configuration file (Y/n)? ";
2162
			fi
2169
			fi
2163
			read response
2170
			read response
2164
		done
2171
		done
2165
		if [ "$response" = "o" ] || [ "$response" = "O" ] || [ "$response" = "Y" ] || [ "$response" = "y" ]
2172
		if [ "$response" = "o" ] || [ "$response" = "O" ] || [ "$response" = "Y" ] || [ "$response" = "y" ]
2166
		then
2173
		then
2167
			$DIR_SCRIPTS/alcasar-conf.sh --create
2174
			$DIR_SCRIPTS/alcasar-conf.sh --create
2168
		else	
2175
		else	
2169
			rm -f /tmp/alcasar-conf*
2176
			rm -f /tmp/alcasar-conf*
2170
		fi
2177
		fi
2171
# Uninstall the running version
2178
# Uninstall the running version
2172
		$DIR_SCRIPTS/alcasar-uninstall.sh
2179
		$DIR_SCRIPTS/alcasar-uninstall.sh
2173
		;;
2180
		;;
2174
	*)
2181
	*)
2175
		echo "Argument inconnu :$1";
2182
		echo "Argument inconnu :$1";
2176
		echo "Unknown argument :$1";
2183
		echo "Unknown argument :$1";
2177
		echo "$usage"
2184
		echo "$usage"
2178
		exit 1
2185
		exit 1
2179
		;;
2186
		;;
2180
esac
2187
esac
2181
# end of script
2188
# end of script
2182
 
2189
 
2183
 
2190