Code Sample |
###################################################################### # netcard setup /bin/cp /home/dsl/TEScript/NetSetup /etc/network/interfaces /etc/init.d/networking restart |
Code Sample |
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface # automatically added when upgrading auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.1.3 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 |
Quote (^thehatsrule^ @ Jan. 04 2007,20:17) |
re timing issue: did you try sleep #? |
Quote (mune @ Jan. 05 2007,09:40) | ||
No, I will try the 'sleep' command. Thanks Fede |