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>
28 lines
722 B
Plaintext
28 lines
722 B
Plaintext
interface=wlxc83a35a4ee55
|
|
# Put the AP into br0 so Wi-Fi and the wired LAN port share one 10.42.0.0/24 segment.
|
|
# hostapd adds the wlan to the bridge after setting AP mode; the bridge itself + its
|
|
# wired member + the gateway IP are defined under /etc/systemd/network (2x-van-br0/lan).
|
|
bridge=br0
|
|
driver=nl80211
|
|
ssid=VanLink
|
|
country_code=CA
|
|
ieee80211d=1
|
|
ieee80211h=0
|
|
hw_mode=a
|
|
channel=149
|
|
wmm_enabled=1
|
|
ieee80211n=1
|
|
ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40]
|
|
ieee80211ac=1
|
|
vht_oper_chwidth=1
|
|
vht_oper_centr_freq_seg0_idx=155
|
|
vht_capab=[RXLDPC][SHORT-GI-80][SU-BEAMFORMEE]
|
|
ieee80211ax=1
|
|
he_oper_chwidth=1
|
|
he_oper_centr_freq_seg0_idx=155
|
|
auth_algs=1
|
|
wpa=2
|
|
wpa_passphrase=1foot11foot11
|
|
wpa_key_mgmt=WPA-PSK
|
|
rsn_pairwise=CCMP
|