This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Handbook Talk:X86/Full/Networking
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
~~~~
).
When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}}
so it will show up in the list of open discussions.disable apipa completely
How would one disable apipa completely for all interfaces? -- Rage (talk) 16:53, 18 January 2018 (UTC)
As per the mailing list, gentoo-user - dhcpcd: disable zerconf
For dhcpcd, `noipv4ll` needs to be added to `/etc/dhcpcd.conf`.
-- Rage (talk) 18:30, 22 January 2018 (UTC)
rc_need_ifname deprecated
The correct syntax for declaring dependencies between interfaces is now rc_net_ifname_need. The Handboox still lists
rc_need_br0="net.eth0 net.eth1"
as example. The init script is now even issuing a warning when using the rc_need_ifname syntax. I think the example should be replaced in the handbook as follows:
rc_net_br0_need="net.eth0 net.eth1"
(the previous unsigned commit was made by: -- User:Hashlog (talk) 12:31, 17 May 2018 (UTC))
- Thanks, updated (please sign your comments and add the InfoBox in the future) --Grknight (talk) 17:10, 21 May 2018 (UTC)
- Infobox talk has been replased with Template:Talk --Cronolio (talk) 09:31, 22 May 2018 (UTC)