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

From Teltonika Networks Wiki
Tags: Mobile edit Mobile web edit
(29 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
| fw_version = {{{fw_version}}}
 
| fw_version = {{{fw_version}}}
 
}}<br>
 
}}<br>
 +
 
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.
 
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==
 
==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.
 
Before we begin, let's overview the configuration that we are attempting to achieve and the prerequisites that make it possible.
 +
 
'''Prerequisites''':
 
'''Prerequisites''':
 
* One RUTxxx series router (excluding [[RUT850]]).
 
* One RUTxxx series router (excluding [[RUT850]]).
 
* At least two wired Internet connections.
 
* At least two wired Internet connections.
* An end device for test the configuration.<br>
+
* An end device for test the configuration.
 +
<br>
 
'''Configuration scheme:'''
 
'''Configuration scheme:'''
[[File:{{{file_scheme}}}|border|class=tlt-border]]
+
 
 +
[[File:WAN TO LANSchem3.jpg|border|class=tlt-border]]
  
 
==WebUI Router configuration==
 
==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'''.<br>
+
Connect to the router’s WebUI navigate to '''Network -> VLAN -> LAN Network''' and create a new interface by entering name and clicking '''“Add New”'''.<br>
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_1_v3.png|border|class=tlt-border]]<br>
+
[[File:LAN_TO_WAN02.jpg|border|class=tlt-border]]<br>
After you clicked '''Add New''' new configuration window will pop-up, there you leave as default and press '''Save.'''
+
After you clicked '''“Add New”''' new configuration window will pop-up, there you leave as default and press '''“Save”.'''
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_2_v1.png|border|class=tlt-border]]<br>
+
[[File:LANASWAN02.jpg|border|class=tlt-border|800px]]
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:
+
 
 +
After saving settings, you will be redirected back to '''Network -> VLAN -> LAN Network''', now you need to open VLAN Network tab in the same window and you will need to:
 
<ul>
 
<ul>
 
<li>Select VLAN mode: Port based</li>
 
<li>Select VLAN mode: Port based</li>
Line 25: Line 32:
 
- Select your current LAN interface.<br>
 
- Select your current LAN interface.<br>
 
- Turn off LAN port 3 <i>(which will be used as WAN port)</i><br>
 
- Turn off LAN port 3 <i>(which will be used as WAN port)</i><br>
- Press '''Save'''.</li>
+
- Press '''“Save”'''.</li>
 
<i> '''Note: Make sure that you are not connected to that LAN port which you going to disable.'''</i>
 
<i> '''Note: Make sure that you are not connected to that LAN port which you going to disable.'''</i>
 
<li>New LAN_WAN interface:<br>
 
<li>New LAN_WAN interface:<br>
- Click '''Add''' and a new row will appear.<br>
+
- Click '''“Add”''' and new row will appear.<br>
 
- Turn off LAN ports 1-2 and leave only LAN port 3 on.<br>
 
- Turn off LAN ports 1-2 and leave only LAN port 3 on.<br>
- Select your newly created interface in the LAN section and click '''Save'''.</li>
+
- Select “lan_wan” in the LAN section and press '''“Save”'''.</li><br>
 +
[[File:LANASWAN003.jpg|border|class=tlt-border]]
 
</ul>
 
</ul>
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_3_v1.png|border|class=tlt-border]]
 
==CLI/SSH Router configuration==
 
 
The next step of the configuration will be done over SSH/CLI. For this example we'll be using "PuTTY" - a free SSH client that can run on Windows.
 
 
Open "PuTTY", enter the router's LAN IP address into the "Host Name (or IP Address)" field and click 'Open'.
 
 
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_8_v1.png]]
 
 
Next, enter the login credentials:
 
  
login as: <b>root</b>
+
===Using DHCP===
root@192.168.1.1's password: <b><admin_password></b>
+
Leave the setting as default
 +
[[File:LANASWAN009.jpg|border|class=tlt-border]]
 +
===CLI/SSH Router configuration (Static IP)===
 +
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”'''.<br>
 +
[[File:LANASWAN005.jpg|border|class=tlt-border]]
  
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_9_v1.png]]
+
After clicking '''“Open”''' you will need to enter router credentials.
 +
<li>Login as: '''root'''</li>
 +
<li>Password: routers admin password (by default admin01)</li>
 +
[[File:LANASWAN06.jpg|border|class=tlt-border]]
 +
<br>
  
Next, we'll have to edit the <b><i>network</i></b> config file using the built-in "vi" text editor. To begin editing the <i>network</i> config file:
+
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
+
<li>vi /etc/config/network press latter '''i''' to be able to edit.</li>
  
Then hit the "I" key on your keyboard to enable editing.
+
Using arrows navigate and find '''config interface 'lan_wan'''' and add two options:
 +
<li>1. '''option proto 'dhcp''''</li>
 +
<li>2. '''option ifname 'eth0.1''''</li>
 +
<li>3. '''option backup '1''''</li>
 +
<li>4. '''option metric '10''''</li>
 +
[[File:LANASWAN006.jpg|border|class=tlt-border]]
 +
<br>
  
There are two distinct configurations described below. One is a [[#Static_IP|static IP]] configuration for setting the new WAN port manually, the other is [[#DHCP|DHCP]] - for automatic network configuration of the new WAN port. Follow only the instruction that suits your needs.
+
Press '''Esc''' and write ''':wq'''.
 +
After that you will need to restart network service on the router, for this use command:
 +
<li>'''/etc/init.d/network restart'''</li><br>
 +
[[File:LANASWAN007.jpg|border|class=tlt-border]]
 +
<br>
  
===DHCP===
+
===Using a Static IP===
----
+
<li style="color: red;">'''Note: Just if you want to use a Static IP, see the instructions below.'''</li>
Using the arrow keys on your keyboard, navigate and find <i>config interface 'lan_wan'</i> erase the current configuration and write these options:
 
  
option proto 'dhcp'
+
'''Static IP need to be set as router’s WAN IP.'''
option ifname 'eth0.1'
+
Static IP should be in the same subnet as gateway’s LAN interface.<br>
option backup '1'
+
For example: if gateway’s LAN subnet is 192.168.10.1, then router’s WAN IP could be for example '''192.168.10.125'''</div>
option metric '10'
+
[[File:LANASWAN04.jpg|border|class=tlt-border]]
  
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_4_v1.png]]
+
====CLI/SSH Router configuration (Static IP)====
 +
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”'''.<br>
 +
[[File:LANASWAN005.jpg|border|class=tlt-border]]
  
===Static IP===
+
After clicking '''“Open”''' you will need to enter router credentials.
----
+
<li>Login as: '''root'''</li>
Using arrows navigate and find <i>config interface 'lan_wan'</i> leave the current configuration and add these four options:
+
<li>Password: routers admin password (by default admin01)</li>
 +
[[File:LANASWAN06.jpg|border|class=tlt-border]]
 +
<br>
  
option gateway '192.168.10.1'
+
Now when you are connected you will need to make changes to network settings, this will be
option dns '8.8.8.8'
+
achieved via SSH command: '''vi''', which allows you to edit settings in the router. Enter following
option backup '1'
+
command in SSH:
option metric '10'
 
  
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_5_v1.png]]
+
<li>vi /etc/config/network press latter '''i''' to be able to edit.</li>
----
 
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:
 
  
/etc/init.d/network restart
+
Using arrows navigate and find '''config interface 'lan_wan'''' and add two options:
 +
<li>1. option gateway ‘192.168.10.1’</li>
 +
<li>2. option dns ‘8.8.8.8’</li>
 +
<li>option backup '1'</li>
 +
<li>option metric '10'</li>
 +
[[File:LANASWAN006.jpg|border|class=tlt-border]]
 +
<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:
+
Press '''Esc''' and write ''':wq'''.
 +
After that you will need to restart network service on the router, for this use command:
 +
<li>'''/etc/init.d/network restart'''</li><br>
 +
[[File:LANASWAN007.jpg|border|class=tlt-border]]
 +
<br>
  
<ul>
+
After restart is completed go back to routers WebUI and navigate to '''Network -> Firewall -> General Settings'''.
    <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]]
+
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>
 +
[[File:LANASWAN08.jpg|border|class=tlt-border|800px]]
 +
<br>
  
 
==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>
Go to '''Network --> WAN''' and check if the new LAN_WAN is enable and if it has an assigned IP.
 
<li>Set up your WAN as a main connection</li>
 
<li>Set up your configured LAN port as WAN failover backup.</li>
 
[[File:Networking_rutxxx_configuration_examples_use_lan_as_wan_7_v1.png|border|class=tlt-border]]<br>
 
<li>Go to '''www.whatsmyip.com''' and check your public IP.</li>
 
[[File:0011.png|border|class=tlt-border|960px]]
 
<li>After that, unplug the WAN cable and check again your Public IP. Your end device should have internet connection and a differt public IP</li>
 
[[File:0012.png|border|class=tlt-border|960px]]<br>
 
<li>So, plug again the WAN internet connection and wait a few seconds. The public IP should change again to the first IP shown.</li>
 
 
[[Category:{{{name}}} Configuration Examples]]
 
[[Category:{{{name}}} Configuration Examples]]

Revision as of 21:35, 28 February 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:

WAN TO LANSchem3.jpg

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”.
LAN TO WAN02.jpg
After you clicked “Add New” new configuration window will pop-up, there you leave as default and press “Save”. LANASWAN02.jpg

After saving settings, you will be redirected back to Network -> VLAN -> LAN Network, 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 new row will appear.
    - Turn off LAN ports 1-2 and leave only LAN port 3 on.
    - Select “lan_wan” in the LAN section and press “Save”.

  • LANASWAN003.jpg

Using DHCP

Leave the setting as default LANASWAN009.jpg

CLI/SSH Router configuration (Static IP)

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”.
LANASWAN005.jpg

After clicking “Open” you will need to enter router credentials.

  • Login as: root
  • Password: routers admin password (by default admin01)
  • LANASWAN06.jpg
    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.
  • Using arrows navigate and find config interface 'lan_wan' and add two options:

  • 1. option proto 'dhcp'
  • 2. option ifname 'eth0.1'
  • 3. option backup '1'
  • 4. option metric '10'
  • LANASWAN006.jpg
    Press Esc and write :wq. After that you will need to restart network service on the router, for this use command:

  • /etc/init.d/network restart

  • LANASWAN007.jpg

    Using a Static IP

  • Note: Just if you want to use a Static IP, see the instructions below.
  • Static IP need to be set as router’s WAN IP. Static IP should be in the same subnet as gateway’s LAN interface.
    For example: if gateway’s LAN subnet is 192.168.10.1, then router’s WAN IP could be for example 192.168.10.125

    LANASWAN04.jpg

    CLI/SSH Router configuration (Static IP)

    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”.
    LANASWAN005.jpg

    After clicking “Open” you will need to enter router credentials.

  • Login as: root
  • Password: routers admin password (by default admin01)
  • LANASWAN06.jpg
    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.
  • Using arrows navigate and find config interface 'lan_wan' and add two options:

  • 1. option gateway ‘192.168.10.1’
  • 2. option dns ‘8.8.8.8’
  • option backup '1'
  • option metric '10'
  • LANASWAN006.jpg
    Press Esc and write :wq. After that you will need to restart network service on the router, for this use command:

  • /etc/init.d/network restart

  • LANASWAN007.jpg
    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.
    LANASWAN08.jpg

    Testing the configuration

    If you did the steps in the right way, your end device should have internet connection according the scheme.
    [[Category:{{{name}}} Configuration Examples]]