Subversion Repositories ALCASAR

Rev

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

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