Subversion Repositories ALCASAR

Rev

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

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