User Tools

Site Tools


computing:dhcpcd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:dhcpcd [2026/09/07 16:47] oemb1905computing:dhcpcd [2026/09/07 17:01] (current) oemb1905
Line 86: Line 86:
 {{ :computing:screenshot_20260907_104547.png?direct&600 |}} {{ :computing:screenshot_20260907_104547.png?direct&600 |}}
  
 +This worked flawlessly on two machines. However, one machine insisted on making routes no matter what I did. So, for that machine, I additionally stopped Network Manager from doing that using nmcli:
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/09/07 16:42//+  nmcli connection modify br1 ipv4.ignore-auto-routes yes ipv6.ignore-auto-routes yes 
 +  nmcli connection modify br2 ipv4.ignore-auto-routes yes ipv6.ignore-auto-routes yes 
 +  nmcli connection modify br3 ipv4.ignore-auto-routes yes ipv6.ignore-auto-routes yes 
 + 
 +If you instead want the routes, but just don't want them to be default, then: 
 + 
 +  nmcli connection modify br1 ipv4.never-default yes ipv6.never-default yes 
 +  nmcli connection modify br2 ipv4.never-default yes ipv6.never-default yes 
 +  nmcli connection modify br3 ipv4.never-default yes ipv6.never-default yes 
 + 
 +Just adapt this command to whatever your bridges are named. This final change took care of the most stubborn machine I had. 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/09/07 16:54//
computing/dhcpcd.1788799658.txt.gz · Last modified: by oemb1905