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
2,000 views 1 comments
by
How do I set WAN ethernet port as LAN on RUT500?
Is possible?

My Firmware is 2.21

Thanks

1 Answer

+2 votes
by anonymous

Hello,

It is possible, but from the WebUI. You have to login to the router via SSH and execute these commands:

uci set network.lan.ifname='eth0.1 tap0 eth0.2'
uci commit
/etc/init.d/network restart

SSH login information is:

Username: root
Password: router's admin password

To restore the WAN port back to normal, use these commands:

uci set network.lan.ifname='eth0.1 tap0'
uci commit
/etc/init.d/network restart

Best answer
by

It works
I have enabled SSH remotely
I connected on the router remotely with SSH
I have executed the indicated commands

The device connected to the WAN replied to me as LAN
I tried to restart the router and the changes remained

thank you very much