Initial revision

darcs-hash:20000521125243-92525-6092ab1d3efe6df9898549afb0aa3c7d43983e8b.gz
This commit is contained in:
krempp 2000-05-21 14:52:43 +02:00
commit f1d3de9de7
26 changed files with 621 additions and 0 deletions

7
verifie_ipforward Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
# fait le 11/12/99 par Jerome KIEFFER
#retablie l'ipforwarding entre les interfaces de zamok si c'est descactive.
if [ `cat /proc/sys/net/ipv4/ip_forward` -eq `expr 0` ]
then
echo 1 >/proc/sys/net/ipv4/ip_forward
fi