Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3546

Raspberry Pi OS • Re: [SOLVED] Pi OS - Network Manager Automatic(DHCP) not falling back to LLA as per RFC 3927

$
0
0
Marking this as resolved.

Fix will probably in Debian Trixie (13), which has NM's configuration to set

Code:

ipv4.link-local=fallback
Otherwise for now, here's a temp working solution.

Remove the NIC's profile in NM, this is to avoid any overwrites to the NIC from NM.
Install

Code:

sudo apt install avahi-autoipd
This will help in providing LLA, then to make the NIC try to get DHCP IP and will fallback to LLA:

Code:

sudo dhclient -v <eth0 or your nic>
PS:
in /etc/dhcp/dhclient.conf ,there is a timeout that was set to 300s change that or comment it and add something like this:

Code:

timeout 10;

Statistics: Posted by mrkprdo — Mon Jun 02, 2025 5:31 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles