hansome
4
To use ethernet bridge mode you do need some advanced configuration.
First stop dhcp server of b1300:
uci set dhcp.lan.ignore=1
uci commit dhcp
/etc/init.d/dnsmasq restart
If you need to use the wan port as lan,
uci delete network.wan
uci delete network.wan6
uci set network.lan.ifname=‘eth1 eth0’
uci commit network
/etc/init.d/network restart
Please see if this fit your need.