Handbook Talk:X86/Full/Networking

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 01:46, 27 July 2024 (UTC)
:: Your reply ~~~~

disable apipa completely

Talk status
This discussion is done as of Jan 18 2018.

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

Talk status
This discussion is done.

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)