Gentoo Archives: gentoo-user

From: "Kostya Sha." <gentoo.integer@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to forbid dhcp for eth0
Date: Fri, 14 Jan 2011 15:41:05
Message-Id: DFC5E4B5-D2FE-45EE-8A34-E8B365FB740A@gmail.com
In Reply to: Re: [gentoo-user] how to forbid dhcp for eth0 by "Norman Rieß"
1 On 14.01.2011, at 12:41, Norman Rieß wrote:
2
3 > Am 01/14/11 06:33, schrieb doherty pete:
4 >> when i start the kernel, it wait long time to dhcp for eth0:
5 >> eth0:dhcped 4.0.15 starting
6 >> eth0:waiting for carrier
7 >>
8 >> i want to forbid dhcp,how can i do?
9 >>
10 >
11 > Hi,
12 >
13 > configure a static IP or bring up the interface without configuration
14 > with config_eth0=( "null" )
15 >
16 > If you do not want dhcp at all, unmerge dhcpcd.
17 >
18 > Regards,
19 > Norman
20 >
21 lol,
22 1) What baselayout do you use?
23 if the second then go to /usr/share/doc/openrc-*/net.example
24 2) no need to unmerge, you could disable by modules_eth0="!dhcp" (check net.example i'm writing from head)

Replies

Subject Author
Re: [gentoo-user] how to forbid dhcp for eth0 Valmor de Almeida <val.gentoo@×××××.com>