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
836 views 3 comments
by
How to RUTX10 make the WAN to LAN

1 Answer

0 votes
by anonymous

Hi,

This feature is not yet available, but it will be added to future RUTX firmware.

Meanwhile, you can set it up via command line. Login via SSH/CLI and execute these commands:

  • uci set network.lan.ifname='eth0 eth1'
  • uci set network.wan.enabled='0'
  • uci set network.wan.disabled='1'
  • uci commit
  • /etc/init.d/network restart
After these changes, the WAN port will become a LAN port.

To restore previous changes either do a factory reset (which will reset everything) or execute these commands:

  • uci set network.lan.ifname='eth0'
  • uci delete network.wan.enabled
  • uci delete network.wan.disabled
  • uci commit
  • /etc/init.d/network restart
Best answer
by
It works!

Thank you!
by anonymous
Not working for me
by anonymous
Has this feature been enabled now?  If so, how do we switch the WAN to a LAN?