> #!/bin/sh
> /sbin/ifconfig eth0 192.168.0.0 netmask 255.255.255.0
> /sbin/ifconfig eth1 192.168.1.0 netmask 255.255.255.0
> /sbin/sysctl-ipforward on
workaround:
while : ; do
sleep 600
done
-- A language that doesn't affect the way you think about programming is not worth knowing.- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html