Subversion Repositories ALCASAR

Rev

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

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