Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1574 → Rev 1576

/CHANGELOG
4,6 → 4,7
 
BUGS
- Configuration radius with PAP module (remove a warning)
- Fix an issue when INTIF is a Gb/s card (generic-receive-offload : off)
NEWS
- Mageia 4.1 migration
- Remove Squid - Add Tinyproxy
18,6 → 19,7
ACC
- simplify the user registration menu
- import a file containing a list of blacklist ip addresses or DNS names (ie : CERT)
- reboot or halt the system is now possible
------------------------2.8.1 -----------------------
BUG - a security hole has been patch (EDB-ID: 34595 - OSVDB-ID: 111026)
- In the intercept page, fix the behaviour (loop) when the user writes "logout" as url
/alcasar.sh
554,7 → 554,6
IPV6TO4INIT=no
ACCOUNTING=no
USERCTL=no
ETHTOOL_OPTS="autoneg off speed 100 duplex full"
EOF
cp -f /etc/sysconfig/network-scripts/ifcfg-$INTIF /etc/sysconfig/network-scripts/default-ifcfg-$INTIF
# Config of INTIF in bypass mode (see "alcasar-bypass.sh")
571,7 → 570,6
IPV6TO4INIT=no
ACCOUNTING=no
USERCTL=no
ETHTOOL_OPTS="autoneg off speed 100 duplex full"
EOF
# Mise à l'heure du serveur
[ -e /etc/ntp/step-tickers.default ] || cp /etc/ntp/step-tickers /etc/ntp/step-tickers.default
1108,6 → 1106,7
mknod tun c 10 200)
}
ifconfig $INTIF 0.0.0.0
/usr/sbin/ethtool -K $INTIF gro off
daemon /usr/sbin/chilli -c \$CONFIG --pidfile=\$pidfile &
RETVAL=$?
fi