Subversion Repositories ALCASAR

Rev

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

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