Subversion Repositories ALCASAR

Rev

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

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