Gentoo Archives: gentoo-user

From: Justin Findlay <jfindlay@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] howto disable automatic net.eth0 configuration
Date: Tue, 22 Nov 2011 17:48:45
Message-Id: CACdeYuEKvbTZsHX+4ZaF7AZD1z+p03iu9q6_KaCA_dFeBBhPCA@mail.gmail.com
1 I have a laptop computer with an ethernet port, and during bootup
2 dhcpcd gets invoked (twice) to configure a network connection on
3 'eth0'. I have set
4
5 rc_hotplug="* !net.eth0"
6
7 in /etc/rc.conf and
8
9 RC_HOTPLUG="yes"
10 RC_COLDPLUG="yes"
11 RC_PLUG_SERVICES="!net.eth0"
12
13 in /etc/conf.d/rc (why do these files still both exist after 7 years,
14 especially as they contain duplicate configuration?)
15
16 I have also set 'noipv4ll' in /etc/dhcpcd.conf. None of these
17 configurations prevent the double automatic initialization attempts
18 for net.eth0.
19
20 I would just unmerge dhcpcd, but it seems that NetworkManager needs an
21 external dhcp client. What can I do to prevent this behavior? What
22 have I missed?
23
24
25 Justin

Replies

Subject Author
Re: [gentoo-user] howto disable automatic net.eth0 configuration Neil Bothwick <neil@××××××××××.uk>