I'm asking for help with setting up the vlan. There are 2 repeaters connected to the router via cable (main connection), 5 and 2 GHz (backup connections). Both the home and guest networks work on the router and repeater 1. Only the home network works on repeater 2. When trying to connect to the guest, the device does not receive an IP address. The following messages appear in the router's log:
Fri May 2 19:45:25 2025 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(br-lan.3) xx:xx:xx:xx:xx:xx
Fri May 2 19:45:25 2025 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(br-lan.3) 192.168.3.225 xx:xx:xx:xx:xx:xx
Fri May 2 19:45:25 2025 daemon.info dnsmasq-dhcp[1]: DHCPDISCOVER(br-lan.3) xx:xx:xx:xx:xx:xx
Fri May 2 19:45:25 2025 daemon.info dnsmasq-dhcp[1]: DHCPOFFER(br-lan.3) 192.168.3.225 xx:xx:xx:xx:xx:xx
Fri May 2 19:45:25 2025 daemon.info dnsmasq-dhcp[1]: DHCPREQUEST(br-lan.3) 192.168.3.225 xx:xx:xx:xx:xx:xx
Fri May 2 19:45:25 2025 daemon.info dnsmasq-dhcp[1]: DHCPACK(br-lan.3) 192.168.3.225 xx:xx:xx:xx:xx:xx
What's wrong with Repeater 2 settings?
#router 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 'fdef:7753:fd90::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
option stp '1'
option hello_time '4'
option igmp_snooping '1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'phy0-mesh0.1'
list ports 'phy0-mesh0.3'
list ports 'phy1-mesh0.1'
list ports 'phy1-mesh0.3'
config interface 'lan'
option device 'br-lan.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
config interface 'wwan'
option proto 'qmi'
option device '/dev/cdc-wdm0'
option auth 'none'
option pdptype 'ipv4'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'phy0-mesh0.1'
list ports 'phy1-mesh0.1'
config bridge-vlan
option device 'br-lan'
option vlan '3'
list ports 'lan1:t'
list ports 'lan2:t'
list ports 'lan3:t'
list ports 'phy0-mesh0.3:t'
list ports 'phy1-mesh0.3:t'
config interface 'gosti'
option proto 'static'
option device 'br-lan.3'
option ipaddr '192.168.3.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option type '8021q'
option ifname 'phy0-mesh0'
option vid '1'
option name 'phy0-mesh0.1'
config device
option type '8021q'
option ifname 'phy1-mesh0'
option vid '1'
option name 'phy1-mesh0.1'
config device
option type '8021q'
option ifname 'phy1-mesh0'
option vid '3'
option name 'phy1-mesh0.3'
config device
option type '8021q'
option ifname 'phy0-mesh0'
option vid '3'
option name 'phy0-mesh0.3'
config device
option name 'phy0-mesh0'
config device
option name 'phy1-mesh0'
#repeater 1 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 'fd42:93d2:5a22::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
option stp '1'
option igmp_snooping '1'
option hello_time '4'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'phy0-mesh0.1'
list ports 'phy0-mesh0.3'
list ports 'phy1-mesh0.1'
list ports 'phy1-mesh0.3'
config interface 'lan'
option device 'br-lan.1'
option proto 'static'
option ipaddr '192.168.1.2'
option netmask '255.255.255.0'
option gateway '192.168.1.1'
list dns '192.168.1.1'
option delegate '0'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'phy0-mesh0.1'
list ports 'phy1-mesh0.1'
config bridge-vlan
option device 'br-lan'
option vlan '3'
list ports 'lan1:t'
list ports 'lan2:t'
list ports 'lan3:t'
list ports 'lan4:t'
list ports 'phy0-mesh0.3:t'
list ports 'phy1-mesh0.3:t'
config interface 'gosti'
option proto 'none'
option device 'br-lan.3'
option defaultroute '0'
option delegate '0'
config interface 'wan6'
option proto 'dhcpv6'
option device 'wan'
option reqaddress 'try'
option reqprefix 'auto'
option norelease '1'
config device
option type '8021q'
option ifname 'phy0-mesh0'
option vid '1'
option name 'phy0-mesh0.1'
config device
option type '8021q'
option ifname 'phy0-mesh0'
option vid '3'
option name 'phy0-mesh0.3'
config device
option type '8021q'
option ifname 'phy1-mesh0'
option vid '1'
option name 'phy1-mesh0.1'
config device
option type '8021q'
option ifname 'phy1-mesh0'
option vid '3'
option name 'phy1-mesh0.3'
config device
option name 'phy0-mesh0'
config device
option name 'phy1-mesh0'
#repeater 2 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 'fd95:84c2:fc2d::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
option stp '1'
option hello_time '4'
option igmp_snooping '1'
list ports 'eth0.1'
list ports 'eth0.3'
list ports 'phy0-mesh0.1'
list ports 'phy0-mesh0.3'
list ports 'phy1-mesh0.1'
list ports 'phy1-mesh0.3'
config interface 'lan'
option device 'br-lan.1'
option proto 'static'
option ipaddr '192.168.1.3'
option netmask '255.255.255.0'
option gateway '192.168.1.1'
list dns '192.168.1.1'
option delegate '0'
config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 1 2 3'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '6t 0'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth0.1'
list ports 'phy0-mesh0.1'
list ports 'phy1-mesh0.1'
config bridge-vlan
option device 'br-lan'
option vlan '3'
list ports 'eth0.3:t'
list ports 'phy0-mesh0.3:t'
list ports 'phy1-mesh0.3:t'
config interface 'gosti'
option proto 'none'
option device 'br-lan.3'
option defaultroute '0'
option delegate '0'
config device
option type '8021q'
option ifname 'phy0-mesh0'
option vid '1'
option name 'phy0-mesh0.1'
config device
option type '8021q'
option ifname 'phy0-mesh0'
option vid '3'
option name 'phy0-mesh0.3'
config device
option type '8021q'
option ifname 'phy1-mesh0'
option vid '1'
option name 'phy1-mesh0.1'
config device
option type '8021q'
option ifname 'phy1-mesh0'
option vid '3'
option name 'phy1-mesh0.3'
config device
option name 'phy0-mesh0'
config device
option name 'phy1-mesh0'
config switch_vlan
option device 'switch0'
option ports '6t 1t 2t 3t'
option vlan '3'