Subversion Repositories ALCASAR

Rev

Rev 2077 | Rev 2111 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2077 Rev 2088
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2077 2016-11-29 15:47:25Z franck $ 
2
#  $Id: alcasar.sh 2088 2016-12-12 06:57:16Z raphael.pion $ 
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
Line 1204... Line 1204...
1204
conup		$DIR_DEST_BIN/alcasar-conup.sh
1204
conup		$DIR_DEST_BIN/alcasar-conup.sh
1205
condown		$DIR_DEST_BIN/alcasar-condown.sh
1205
condown		$DIR_DEST_BIN/alcasar-condown.sh
1206
include		$DIR_DEST_ETC/alcasar-uamallowed
1206
include		$DIR_DEST_ETC/alcasar-uamallowed
1207
include		$DIR_DEST_ETC/alcasar-uamdomain
1207
include		$DIR_DEST_ETC/alcasar-uamdomain
1208
dhcpopt		2a04$PRIVATE_IP_HEXA
1208
dhcpopt		2a04$PRIVATE_IP_HEXA
-
 
1209
macup		$DIR_DEST_BIN/alcasar-macup.sh
-
 
1210
macdown		$DIR_DEST_BIN/alcasar-macdown.sh
1209
#dhcpgateway		none
1211
#dhcpgateway		none
1210
#dhcprelayagent		none
1212
#dhcprelayagent		none
1211
#dhcpgatewayport	none
1213
#dhcpgatewayport	none
1212
EOF
1214
EOF
1213
# create file for DHCP static ip. Reserve the second IP address for INTIF (the first one is for tun0)
1215
# create file for DHCP static ip. Reserve the second IP address for INTIF (the first one is for tun0)