Add a wired LAN port on the same 10.42.0.0/24 segment as VanLink WiFi by bridging both into br0. The gateway IP, dnsmasq, and NAT move off the wlan name onto br0; hostapd (not networkd) enslaves the wlan via bridge=br0, since a station-mode wlan can't be bridged until it's in AP mode. NM leaves the wired port unmanaged so networkd owns it. Failover/Starlink (enxd8ec5eeb3512) untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
334 B
SYSTEMD
13 lines
334 B
SYSTEMD
# The LAN gateway IP now lives on the bridge, not on the AP wlan (which is just a
|
|
# bridge member). ConfigureWithoutCarrier keeps 10.42.0.1 up even before any wired
|
|
# device is plugged, exactly as it was on the wlan-only setup.
|
|
[Match]
|
|
Name=br0
|
|
|
|
[Link]
|
|
RequiredForOnline=no
|
|
|
|
[Network]
|
|
Address=10.42.0.1/24
|
|
ConfigureWithoutCarrier=yes
|