View Single Post
Old 12-06-2008, 08:23 PM   #4 (permalink)
lensman3
Registered User
 
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 470
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix


Re: network cable unpluged

You can test the network you configure by running the script that Linux runs during bootup. The script on my Fedora 10 is in "/etc/init.d/network". From a text window run "/etc/init.d/network stop" to turn off your network and "/etc/init.d/network start" to restart it. The script on my machine also accepts "restart". Like blackbox_ns said modify the file in /etc/sysconfig until it works.

Careful though, the file ifcfg-ethxxxx can be "ln" (hard linked) and saving the changes in one will sometimes break the link to the other identical files. Take a look at the link field that can be listed in the "ls" command.

Equivalent commands on my Fedore Core 10 are the scripts "/sbin/ifup xxxx" and "/sbin/ifdown xxxx" where xxxx is the ethernet driver number and probably is "eth0".
lensman3 is offline   Reply With Quote