Difference between revisions of "Template:Networking rutxxx configuration example use LAN as WAN"

From Teltonika Networks Wiki
Line 44: Line 44:
 
command in SSH:<br>
 
command in SSH:<br>
 
<li>'''vi /etc/config/network''' press latter '''i''' to be able to edit.</li>
 
<li>'''vi /etc/config/network''' press latter '''i''' to be able to edit.</li>
===Using DHCP===
+
===DHCP===
 
----
 
----
Using the arrow keys on your keyboard, navigate and find '''config interface 'lan_wan'''' erase the current configuration and write these options:  
+
Using the arrow keys on your keyboard, navigate and find <i>config interface 'lan_wan'</i> erase the current configuration and write these options:  
<li>'''option proto 'dhcp''''</li>
+
 
<li>'''option ifname 'eth0.1''''</li>
+
option proto 'dhcp'
<li>'''option backup '1''''</li>
+
option ifname 'eth0.1'
<li>'''option metric '10''''</li>
+
option backup '1'
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_4_v1.png]]<br>
+
option metric '10'
===Using Static IP===
+
 
 +
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_4_v1.png]]
 +
 
 +
===Static IP===
 
----
 
----
Using arrows navigate and find '''config interface 'lan_wan'''' leave the current configuration and add these four options:  
+
Using arrows navigate and find <i>config interface 'lan_wan'</i> leave the current configuration and add these four options:
<li>'''option gateway '192.168.10.1''''</li>
+
 
<li>'''option dns '8.8.8.8''''</li>
+
option gateway '192.168.10.1'
<li>'''option backup '1''''</li>
+
option dns '8.8.8.8'
<li>'''option metric '10''''</li>
+
option backup '1'
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_5_v1.png]]<br>
+
option metric '10'
After that you will need to go out of the '''vi.'''
+
 
<li>Press '''ESC''', write ''':wq''' and press '''Enter'''
+
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_5_v1.png]]
Restart the network service on the router, for this use command:
+
----
<li>'''/etc/init.d/network restart'''</li><br>
+
To exit the "vi" editor, press the "Esc" key, type in <i>:wq</i> and hit "Enter". While still on the command line, restart the <i>network</i> service on the router - this will apply the changes made to the configuration. Use this command:
After restart is completed go back to routers WebUI and navigate to '''Network -> Firewall -> General Settings'''.
+
 
Scroll down, in '''Zone Forwarding''' find source zone '''lan_wan''' and change “Default forwarding action” from '''reject''' to '''accept''' and also check '''Masquerading''' and save settings.<br>
+
/etc/init.d/network restart
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_6_v1.png|border|class=tlt-border]]<br><br>
+
 
 +
Next go back to the WebUI and navigate to <i>Network Firewall → <b>General Settings</b></i> page. Scroll down to the "Zone Forwarding" section to find source zone 'lan_wan' and change the following:
 +
 
 +
<ul>
 +
    <li><b>Default forwarding action</b>: accept</li>
 +
    <li><b>Masquerading</b>: on</li>
 +
    <li><b>Save</b> changes</li>
 +
</ul>
 +
 
 +
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_6_v1.png|border|class=tlt-border]]
 +
 
 
==Testing the configuration==
 
==Testing the configuration==
 
If you did the steps in the right way, your end device should have internet connection according the scheme.<br>
 
If you did the steps in the right way, your end device should have internet connection according the scheme.<br>

Revision as of 07:51, 15 October 2020

Introduction

The information in this page is updated in accordance with the [[Media:{{{fw_version}}}_WEBUI.bin|{{{fw_version}}}]] firmware version.
This article provides a guide on how to configure the LAN ports as WAN. It can be usefull as wired ISP redundant connection or even to change the port for physical damage or a custom mounting.

Configuration overview and prerequisites

Before we begin, let's overview the configuration that we are attempting to achieve and the prerequisites that make it possible. Prerequisites:

  • One RUTxxx series router (excluding RUT850).
  • At least two wired Internet connections.
  • An end device for test the configuration.

Configuration scheme: [[File:{{{file_scheme}}}|border|class=tlt-border]]

WebUI Router configuration

Connect to the router’s WebUI navigate to Network -> VLAN -> LAN Network and create a new interface by entering name and clicking Add New.
Networking rutxxx configuration examples use lan as wan 1 v3.png
After you clicked Add New new configuration window will pop-up, there you leave as default and press Save. Networking rutxxx configuration examples use lan as wan 2 v1.png
After saving settings, you will be redirected back to Network -> VLAN -> VLAN Networks, now you need to open VLAN Network tab in the same window and you will need to:

  • Select VLAN mode: Port based
  • Current LAN interface:
    - Enable wireless access
    - Select your current LAN interface.
    - Turn off LAN port 3 (which will be used as WAN port)
    - Press Save.
  • Note: Make sure that you are not connected to that LAN port which you going to disable.
  • New LAN_WAN interface:
    - Click Add and a new row will appear.
    - Turn off LAN ports 1-2 and leave only LAN port 3 on.
    - Select your newly created interface in the LAN section and click Save.

Networking rutxxx configuration examples use lan as wan 3 v1.png

CLI/SSH Router configuration

For the next part you will be configuring router via SSH. For this you need to use the command line interface (CLI) or a SSH software if you’re using Windows or iOS. In this example software putty will be used. Open putty enter routers LAN IP address and press Open.

Networking rutxxx configuration examples use lan as wan 8 v1.png

After clicking Open you will need to enter router credentials.

  • Login as: root
  • Password: routers admin password (by default admin01)
  • Networking rutxxx configuration examples use lan as wan 9 v1.png

    Now when you are connected you will need to make changes to network settings, this will be achieved via SSH command: vi, which allows you to edit settings in the router. Enter following command in SSH:

  • vi /etc/config/network press latter i to be able to edit.
  • DHCP


    Using the arrow keys on your keyboard, navigate and find config interface 'lan_wan' erase the current configuration and write these options:

    option proto 'dhcp'
    option ifname 'eth0.1'
    option backup '1'
    option metric '10'
    

    Networking rutxxx configuration examples use lan as wan 4 v1.png

    Static IP


    Using arrows navigate and find config interface 'lan_wan' leave the current configuration and add these four options:

    option gateway '192.168.10.1'
    option dns '8.8.8.8'
    option backup '1'
    option metric '10'
    

    Networking rutxxx configuration examples use lan as wan 5 v1.png


    To exit the "vi" editor, press the "Esc" key, type in :wq and hit "Enter". While still on the command line, restart the network service on the router - this will apply the changes made to the configuration. Use this command:

    /etc/init.d/network restart
    

    Next go back to the WebUI and navigate to Network → Firewall → General Settings page. Scroll down to the "Zone Forwarding" section to find source zone 'lan_wan' and change the following:

    • Default forwarding action: accept
    • Masquerading: on
    • Save changes

    Networking rutxxx configuration examples use lan as wan 6 v1.png

    Testing the configuration

    If you did the steps in the right way, your end device should have internet connection according the scheme.
    Go to Network --> WAN and check if the new LAN_WAN is enable and if it has an assigned IP.

  • Set up your WAN as a main connection
  • Set up your configured LAN port as WAN failover backup.
  • Networking rutxxx configuration examples use lan as wan 7 v1.png

  • Go to www.whatsmyip.com and check your public IP.
  • 0011.png

  • After that, unplug the WAN cable and check again your Public IP. Your end device should have internet connection and a differt public IP
  • 0012.png

  • So, plug again the WAN internet connection and wait a few seconds. The public IP should change again to the first IP shown.
  • [[Category:{{{name}}} Configuration Examples]]