10920 questions
13014 answers
20280 comments
27074 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