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.
+2 votes
3,588 views 16 comments
by
Hi,

How do I set WAN ethernet port as LAN on RUTx09?
Is possible?

Thanks

Yvan

3 Answers

0 votes
by anonymous

Hello,

The option is available in the latest FW. However, it's not an option per se (there's no check mark for it like there was on older devices); you have to bridge the wired WAN interface with LAN.

Instructions are here.

Best answer
+1 vote
by anonymous

Hello,

Currently this is achievable via SSH/CLI. Connect to the RUTX11 SSH by using "putty" software (https://www.putty.org/) credentials are:

- username: root

- password: current routers admin password

After connecting use following command: vi /etc/config/network then press letter [I] on your keyboard to start editing. And change following settings:

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0 eth1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

And:

config interface 'wan'
        option ifname 'eth1'
        option proto 'dhcp'
        option enabled '0'

After changing press [Esc] button on the keyboard and write :wq and press [Enter]. After that you can ether reboot device or restart only a network service by using command: /etc/init.d/network restart

Option to change/select use WAN as LAN in the WebUI should come in the near future.

by anonymous

Problem solved. Need to make sure the VLAN settings haven't been changed from the default values. They should be as shown:

Big thanks to Dziugas

by anonymous

Option to change/select use WAN as LAN in the WebUI should come in the near future.

It has been 9 months since this response. Maybe there is a hope that this option will appear?

by anonymous

The option is available in the latest FW. However, it's not an option per se (there's no check mark for it like there was on older devices); you have to bridge the wired WAN interface with LAN.

Instructions are here.

by anonymous
Thank you, it works!

The WAN6 interface I suppose also needs to be turned off?

PS Your comment should be made a response.
by anonymous
WAN6 should go down automatically after bridging WAN and LAN.
0 votes
by

Hi.

Please try disabled '1' instead of enabled '0'

https://openwrt.org/docs/guide-user/base-system/basic-networking

Regards,