abe786
3
hey i configured the /etc/config/network as below:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd5a:35a1:9a77::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option force_link '1'
option netmask '255.255.255.0'
option ip6assign '60'
option hostname 'GL-AR300M-5ad'
option ipaddr '192.168.8.1'
config interface 'wan'
option ifname 'eth0'
option hostname 'GL-AR300M-5ad'
option metric '10'
option proto 'pppoe'
option disabled '0'
option peerdns '1'
option username '1010649053'
option password '8447099966'
config interface 'wan2'
option ifname 'eth1'
option proto 'pppoe'
option hostname 'GL-AR300M-5ad'
option metric '20'
option peerdns '1'
option disabled '0'
option macaddr 'C8:3A:35:0B:2E:01'
option username 'r7f_407'
option password '123456'
config interface 'wan6'
option ifname 'eth0'
option proto 'dhcpv6'
option disabled '1'
config interface 'guest'
option ifname 'guest'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.9.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wwan'
option proto 'dhcp'
option metric '20'
option auto '0'
I added the newly created wan2 interface in mwan3 and added it in members and policy as well. It shows both wan online in mwan3 status. However, it still only uses wan for connecting to internet. Also to troubleshoot, I tried disabling then first wan interface, then i’m unable to connect to internet. Although i can do ping openwrt.com via diagnostics. Not sure what I’m doing wrong. Also I added a line in config to override the mac as my old router mac as mac binding is done by ISP.