|
发表于 2004-11-19 06:20:30
|
显示全部楼层
?
while (true)
do
ipconfig eth1 10.0.0.1
route add -net 0.0.0.0 gw 10.0.0.254
sleep 60
ipconfig eth1 10.0.0.3
route add -net 0.0.0.0 gw 10.0.0.254
sleep 60
ipconfig eth1 10.0.0.3
route add -net 0.0.0.0 gw 10.0.0.254
sleep 60
done |
|