subscribe to our Youtube
14146 questions
16798 answers
27614 comments
54022 members
Hello,
First, disable Wired WAN interface:
uci set network.wan2.disabled='1'
then add eth1 to lan interface:
uci set network.lan.ifname='eth0 tap0 eth1'
Lastly:
uci commit
luci-reload
and
/etc/init.d/network restart
Just in case