I’ve turned an AR750S into a dual-hardwire WAN router by putting the first LAN port on its own VLAN, and adding the mwan3 package. However, now I’m am unable to access whatever is connected to WAN1 (the original WAN port) from an end device. I can ping it from within the router’s LuCI diagnostics, and it seems to get Multi-WAN routed just fine.
What might I be doing wrong that causes the router to refuse a downstream connection up to my WAN1?
/etc/config/network:
config globals 'globals'
option ula_prefix 'fc00:XXXX::/64'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option hostname 'GL-AR750S-XXX'
option ipaddr 'XXX'
config interface 'WAN1'
option ifname 'eth0.2'
option proto 'dhcp'
option hostname 'GL-AR750S-XXX'
option metric '10'
config interface 'WAN2'
option ifname 'eth0.3'
option proto 'dhcp'
option hostname 'GL-AR750S-XXX'
option metric '11'
config interface 'WAN1v6'
option ifname 'eth0.2'
option proto 'dhcpv6'
config interface 'WAN2v6'
option ifname 'eth0.3'
option proto 'dhcpv6'
config interface 'wwan'
option proto 'dhcp'
option metric '20'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0t 3'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0t 1'
option vid '2'
config switch_vlan
option device 'switch0'
option vlan '3'
option ports '0t 2'
option vid '3'
