Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3213 → Rev 3214

/alcasar.sh/alcasar.sh
66,6 → 66,7
INTIF='' # INTIF is connected to the consultation network
MTU="1500"
DEFAULT_PRIVATE_IP_MASK="192.168.182.1/24" # Default ALCASAR IP address
export LC_ALL=C.UTF-8 # switch to default
# ****** Paths - chemin des commandes *******
SED="/bin/sed -i"
# ****************** End of global parameters *********************
379,7 → 380,7
fi
echo -n "."
# Test if default GW is alive
arp_reply=`LANG=en_US.UTF8 /usr/sbin/arping -b -I$EXTIF -c1 -w2 $PUBLIC_GATEWAY|grep response|cut -d" " -f2`
arp_reply=`/usr/sbin/arping -b -I$EXTIF -c1 -w2 $PUBLIC_GATEWAY|grep response|cut -d" " -f2`
if [ "$(expr $arp_reply)" -eq 0 ]
then
if [ $Lang == "fr" ]