My computer hangs for a minute at Bringing up interface eth0, I have nic card but am not connect to a network, how do i get it to skip this check all together?
What distro are you using? If it's RedHat, edit [tt]/etc/sysconfig/network-scripts/ifcfg-eth0[/tt] or [tt]/etc/sysconfig/networking/profiles/default/ifcfg-eth0[/tt] and change the line reading
[tt]ONBOOT=yes[/tt]
to read
[tt]ONBOOT=no[/tt]
Come now Daniel. Chances are his eth0 is using dhcp and it has to time out before passing beyond dhclient/ifup . The better thing to tell him to do is do static bind of his IP address (a 192.168.0.0/8 address).
Please let Tek-Tips members know if their posts were helpful.
In my opinion, you make sure everything works, the first time. Instead of shutting it off, it be better to at least go into /etc/network/interfaces and add 192.168.0.12 just for the sake of being complete.
IF he ever connects to a network, all it would need is a ifconfig "" to temporarially set up to a new network.
Please let Tek-Tips members know if their posts were helpful.
One other option: you didn't mention if you dual boot. My biggest pain is that whenever I reboot from windows into linux, it hangs on the eth0.
In Win98, I simply, START, RUN, winipcfg, "Release All" and then reboot. Haven't gotten around to making a batch file yet for single click shut down but I will soon.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.