I have attempted to configure 2 Linksys WHW01 (v1 I believe) with VxLAN over a mesh in order to extend multiple wireless networks to the 2nd WHW01. They are both configured pretty identical, and I can ping the remote device on the designated "management IP" on lan1. I have configured a static address on top of the VxLAN and can ping the other device's IP on that link, but I am unable to get an IP when I connect to the SSID on the second device. The first device, freyja, is cabled to my network. Freyr is the remote, wireless only device. Neither device has any firewall rules or zones configured (nft/fw4 not installed as well). I am running LuCI openwrt-23.05 branch (git-23.236.53405-fc638c8) / OpenWrt 23.05.0-rc3 (r23389-5deed175a5). What am I missing in order to send at least VLAN13/lan13 (if not all of VLANs 2, 5, 13 [lan2/5/13]) over the wireless link? Thank you.
FREYJA - wired device
root@freyja:~# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd1e:2eb7:a14d::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
list ports 'eth2'
config interface 'lan1'
option device 'br-lan.1'
option proto 'static'
option ipaddr '192.168.21.4'
option netmask '255.255.255.0'
option ip6assign '60'
option gateway '192.168.21.1'
list dns '192.168.21.1'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth1:u*'
list ports 'eth2:u*'
config bridge-vlan
option device 'br-lan'
option vlan '2'
list ports 'eth1:t'
list ports 'eth2:t'
config bridge-vlan
option device 'br-lan'
option vlan '5'
list ports 'eth1:t'
list ports 'eth2:t'
config bridge-vlan
option device 'br-lan'
option vlan '13'
list ports 'eth1:t'
list ports 'eth2:t'
list ports 'vxlan0:u*'
config interface 'lan2'
option proto 'none'
option device 'br-lan.2'
option force_link '1'
config interface 'lan13'
option proto 'static'
option device 'br-lan.13'
option ipaddr '192.168.13.4'
option netmask '255.255.255.0'
option gateway '192.168.13.4'
option defaultroute '0'
config interface 'lan5'
option proto 'none'
option device 'br-lan.5'
option force_link '1'
option defaultroute '0'
config interface 'vxlan0'
option proto 'vxlan'
option force_link '1'
option peeraddr '239.1.1.1'
option vid '1'
option tunlink 'lan'
option defaultroute '0'
config interface 'vxlanaddr'
option proto 'static'
option device '@vxlan0'
option ipaddr '192.168.255.4'
option netmask '255.255.255.0'
option defaultroute '0'
root@freyja:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/a000000.wifi'
option channel '11'
option band '2g'
option htmode 'HT40'
option country 'US'
option cell_density '3'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/a800000.wifi'
option channel '108'
option band '5g'
option htmode 'VHT80'
option country 'US'
option cell_density '3'
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'rcm'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'xxx'
option network 'lan'
config wifi-iface 'wifinet0'
option device 'radio0'
option mode 'ap'
option ssid 'RC13-1'
option encryption 'none'
option isolate '1'
option network 'lan13'
option ieee80211k '1'
option time_advertisement '2'
option time_zone 'CST6CDT,M3.2.0,M11.1.0'
option wnm_sleep_mode '1'
option wnm_sleep_mode_no_keys '1'
option bss_transition '1'
option proxy_arp '1'
FREYR - remote, wireless only device
root@freyr:~# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdb0:9611:aaef::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
list ports 'eth2'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth1:u*'
list ports 'eth2:u*'
config interface 'lan1'
option proto 'static'
option device 'br-lan.1'
option ipaddr '192.168.21.5'
option netmask '255.255.255.0'
option gateway '192.168.21.1'
list dns '192.168.21.1'
config bridge-vlan
option device 'br-lan'
option vlan '2'
list ports 'eth1:t'
list ports 'eth2:t'
config bridge-vlan
option device 'br-lan'
option vlan '5'
list ports 'eth1:t'
list ports 'eth2:t'
config bridge-vlan
option device 'br-lan'
option vlan '13'
list ports 'eth1:t'
list ports 'eth2:t'
list ports 'vxlan0:u*'
config interface 'lan2'
option proto 'none'
option device 'br-lan.2'
option force_link '1'
config interface 'lan5'
option proto 'none'
option device 'br-lan.5'
option force_link '1'
config interface 'lan13'
option proto 'static'
option device 'br-lan.13'
option ipaddr '192.168.13.5'
option netmask '255.255.255.0'
option gateway '192.168.13.1'
option defaultroute '0'
config interface 'vxlan0'
option proto 'vxlan'
option peeraddr '239.1.1.1'
option vid '1'
option tunlink 'lan1'
option defaultroute '0'
config interface 'vxlanaddr'
option proto 'static'
option device '@vxlan0'
option ipaddr '192.168.255.5'
option netmask '255.255.255.0'
option defaultroute '0'
root@freyr:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/a000000.wifi'
option channel '11'
option band '2g'
option htmode 'HT40'
option country 'US'
option cell_density '3'
config wifi-iface 'wifinet0'
option device 'radio0'
option mode 'ap'
option ssid 'RC13-2'
option encryption 'none'
option isolate '1'
option network 'lan13'
option ieee80211k '1'
option time_advertisement '2'
option time_zone 'CST6CDT,M3.2.0,M11.1.0'
option wnm_sleep_mode '1'
option wnm_sleep_mode_no_keys '1'
option bss_transition '1'
option proxy_arp '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/a800000.wifi'
option channel '108'
option band '5g'
option htmode 'VHT80'
option country 'US'
option cell_density '3'
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'rcm'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'xxx'
option network 'lan1'
option ifname 'm-rcm-0'