FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
862 views 0 comments
by anonymous
I want to check/set WAN port as lan using ssh on RUT240.

What uci command can I use?

1 Answer

0 votes
by anonymous

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

Best answer