Thank you.
I'm so new in a GLs specifics.
Ok, now I have two WAN ports
A few findings:
- Please be careful with marking on a box: eth1 = LAN2 & eth2 = LAN1
- To avoid client DHCP flipping from one src network to another - configure your own DHCP IP networks and range. This will keep it stable.
- In /etc/config/network I have enriched the WAN2 by the following:
config interface 'WAN2'
option device 'eth1'
option proto 'dhcp'
option force_link '0'
option ipv6 '0'
option classlessroute '0'
option metric '5'
option vlanid '0'
option peerdns '1'
and re-plug the cable to the correct port (see p.1)
FOr more details Dual wan - #6 by JimC and Dual ethernet wan for GL-AXT1800
Thank you in advance.