--- google/net.sh 2007/05/19 15:15:14 2 +++ google/net.sh 2007/05/21 12:06:14 13 @@ -1,3 +1,5 @@ -sudo ifconfig eth0 192.168.1.90 up -sudo route add -host 192.168.1.254 dev eth0 +eth=eth3 + +sudo ifconfig $eth 192.168.1.90 up +sudo route add -host 192.168.1.254 dev $eth