Re: [gentoo-user] how to forbid dhcp for eth0

2011-01-16 Thread Valmor de Almeida
On 01/14/2011 10:39 AM, Kostya Sha. wrote: > > On 14.01.2011, at 12:41, Norman Rieß wrote: > >> Am 01/14/11 06:33, schrieb doherty pete: >>> when i start the kernel, it wait long time to dhcp for eth0: >>> eth0:dhcped 4.0.15 starting >>> eth0:waiting for carrier >>> >>> i want to forbid dhcp,how

Re: [gentoo-user] how to forbid dhcp for eth0

2011-01-14 Thread Kostya Sha.
On 14.01.2011, at 12:41, Norman Rieß wrote: > Am 01/14/11 06:33, schrieb doherty pete: >> when i start the kernel, it wait long time to dhcp for eth0: >> eth0:dhcped 4.0.15 starting >> eth0:waiting for carrier >> >> i want to forbid dhcp,how can i do? >> > > Hi, > > configure a static IP or b

Re: [gentoo-user] how to forbid dhcp for eth0

2011-01-14 Thread Norman Rieß
Am 01/14/11 06:33, schrieb doherty pete: > when i start the kernel, it wait long time to dhcp for eth0: > eth0:dhcped 4.0.15 starting > eth0:waiting for carrier > > i want to forbid dhcp,how can i do? > Hi, configure a static IP or bring up the interface without configuration with config_eth0=(

Re: [gentoo-user] how to forbid dhcp for eth0

2011-01-14 Thread Vortex 3
If your eth0 is a wired interface, you could use ifplugd[1] (on portage's sys-apps) as mentioned on chapter 6 of the gentoo linux x86 handbook [2]. Basically, it keep the interface down while the cable is unplugged, so you won't wait dhcp at startup. Additionally, it will bring it up when you plug

Re: [gentoo-user] how to forbid dhcp for eth0

2011-01-13 Thread Dale
doherty pete wrote: when i start the kernel, it wait long time to dhcp for eth0: eth0:dhcped 4.0.15 starting eth0:waiting for carrier i want to forbid dhcp,how can i do? -- pete_doherty I'm not sure but would this help? # Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES

Re: [gentoo-user] how to forbid dhcp for eth0

2011-01-13 Thread James L
> when i start the kernel, it wait long time to dhcp for eth0: > eth0:dhcped 4.0.15 starting > eth0:waiting for carrier > > i want to forbid dhcp,how can i do? > > -- > pete_doherty > Look at /etc/conf.d/net.example and set a static IP for eth0 or remove /etc/init.d/net.eth0 (to not start the inte

[gentoo-user] how to forbid dhcp for eth0

2011-01-13 Thread doherty pete
when i start the kernel, it wait long time to dhcp for eth0: eth0:dhcped 4.0.15 starting eth0:waiting for carrier i want to forbid dhcp,how can i do? -- pete_doherty