I have been ripping my hair out for the last two hours or so (ok - not much hair left anyway...) and hope someone here is smarter than me:
I am trying to setup Dual WAN Failover (either the native Asus method or the Dual WAN Failover Script posted in another thread here).
My Problem is:
The regular WAN is Quantum Fiber which requires VLAN 201 (set in LAN-IPTV as Internet VID 201)
The backup WAN is Comcast - which only connect with no VLAN ID.
I can get one or the other working at a time by changing the VLAN ID in the LAN settings but not both...
I looked at the nvram stuff and figure out if there is a way to set it differently there but can always only find one interface reference:
With VLAN set
With no VLAN set
I see entries for wan1 but they don't seem to correspond to what I am using - maybe I am not looking right...
Hoping one of our great community here has come across this before (I tried search but came up empty) and has a solution. I am happy making a custom jffs script etc...
Just realized I forgot some details:
I am using a RT-AX86U running Asuswrt-Merlin 386.7 and connecting one WAN on the 1Gig Port and the other one on the 2.5Gig Port...
I am trying to setup Dual WAN Failover (either the native Asus method or the Dual WAN Failover Script posted in another thread here).
My Problem is:
The regular WAN is Quantum Fiber which requires VLAN 201 (set in LAN-IPTV as Internet VID 201)
The backup WAN is Comcast - which only connect with no VLAN ID.
I can get one or the other working at a time by changing the VLAN ID in the LAN settings but not both...
I looked at the nvram stuff and figure out if there is a way to set it differently there but can always only find one interface reference:
With VLAN set
Code:
igmp_ifname=vlan201
wan0_gw_ifname=vlan201
wan0_ifname=vlan201
wan_ifnames=vlan201
With no VLAN set
Code:
wan0_gw_ifname=eth0
wan0_ifname=eth0
I see entries for wan1 but they don't seem to correspond to what I am using - maybe I am not looking right...
Hoping one of our great community here has come across this before (I tried search but came up empty) and has a solution. I am happy making a custom jffs script etc...
Just realized I forgot some details:
I am using a RT-AX86U running Asuswrt-Merlin 386.7 and connecting one WAN on the 1Gig Port and the other one on the 2.5Gig Port...