View previous topic :: View next topic |
Author |
Message |
MalachiX Tux's lil' helper
Joined: 10 Apr 2005 Posts: 101 Location: Miami, Fl
|
Posted: Wed Apr 20, 2005 6:07 am Post subject: How to set DHCP |
|
|
When Linux is loading up, it sits around probing for an IP, the IP is always 192.168.1.97. It says bringing up eth0 and then I have to wait about 30 seconds for it to find that IP.
Can someone tell me, or give a a webpage on how to set that IP. That way I can load Gentoo faster, thanks. |
|
Back to top |
|
|
Lucky B Apprentice
Joined: 01 Apr 2005 Posts: 235 Location: Florida
|
Posted: Wed Apr 20, 2005 6:45 am Post subject: |
|
|
look at
Code: |
/etc/conf.d/net
/etc/conf.d/net.example
|
|
|
Back to top |
|
|
zieloo Veteran
Joined: 28 Mar 2004 Posts: 1337
|
Posted: Wed Apr 20, 2005 9:26 am Post subject: Re: How to set DHCP |
|
|
MalachiX wrote: | When Linux is loading up, it sits around probing for an IP, the IP is always 192.168.1.97. It says bringing up eth0 and then I have to wait about 30 seconds for it to find that IP.
Can someone tell me, or give a a webpage on how to set that IP. That way I can load Gentoo faster, thanks. |
You may try adding '&' sign to your start scripts. Hovewer with network services that's not recommended.
Exactly - look at /etc/conf.d/net and assign yourself an IP in a static way. (Always the same IP with dhcp?...) |
|
Back to top |
|
|
|