Changes

no edit summary
Line 15: Line 15:  
==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:0001.png|border|class=tlt-border|960px]]
+
[[File:0001.png|border|class=tlt-border|960px]]<br>
<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:0002.png|border|class=tlt-border|960px]]<br>
 
[[File:0002.png|border|class=tlt-border|960px]]<br>
Line 44: Line 43:  
[[File:0005.png|border|class=tlt-border|960px]]
 
[[File:0005.png|border|class=tlt-border|960px]]
 
==CLI/SSH Router configuration==
 
==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'''.<br>
+
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><br>
 
[[File:0006.png]]
 
[[File:0006.png]]
 +
<br><br>
 
After clicking '''Open''' you will need to enter router credentials.
 
After clicking '''Open''' you will need to enter router credentials.
 
<li>Login as: '''root'''</li>
 
<li>Login as: '''root'''</li>
 
<li>Password: routers admin password (by default admin01)</li>
 
<li>Password: routers admin password (by default admin01)</li>
[[File:0007.png]]<br>
+
[[File:0007.png]]<br><br>
 
Now when you are connected you will need to make changes to network settings, this will be
 
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
 
achieved via SSH command: '''vi''', which allows you to edit settings in the router. Enter following
Line 60: Line 60:  
<li>'''option backup '1''''</li>
 
<li>'''option backup '1''''</li>
 
<li>'''option metric '10''''</li>
 
<li>'''option metric '10''''</li>
[[File:0008.png|thumb]]<br>
+
[[File:0008.png]]<br>
 
===Using Static IP===
 
===Using Static IP===
 
Using arrows navigate and find '''config interface 'lan_wan'''' and add two options:  
 
Using arrows navigate and find '''config interface 'lan_wan'''' and add two options:  
Line 68: Line 68:  
<li>'''option metric '10''''</li>
 
<li>'''option metric '10''''</li>
 
[[File:00008.png]]<br>
 
[[File:00008.png]]<br>
Press '''Esc''' and write ''':wq'''.
+
Press '''Esc''' and write ''':wq'''.<br>
 
After that you will need to restart network service on the router, for this use command:
 
After that you will need to restart network service on the router, for this use command:
 
<li>'''/etc/init.d/network restart'''</li><br>
 
<li>'''/etc/init.d/network restart'''</li><br>
[[File:LANASWAN007.jpg|border|class=tlt-border]]<br>
   
After restart is completed go back to routers WebUI and navigate to '''Network -> Firewall -> General Settings'''.
 
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>
 
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:008-2.jpg|border|class=tlt-border|800px]]<br>
+
[[File:010.png|border|class=tlt-border|960px]]<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<br>
+
Go to '''Network --> WAN''' and check if the new LAN_WAN is enable and if it has an assigned IP.
[[File:WAN.jpg|border|class=tlt-border|800px]]
+
<li>Set up your WAN as a main connection</li>
 +
<li>Set up your configured LAN port as WAN failover backup.</li>
 +
[[File:0013.png|border|class=tlt-border|960px]]
 +
<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.</li>
 +
[[File:0012.png|border|class=tlt-border|960px]]<br>
 
[[Category:{{{name}}} Configuration Examples]]
 
[[Category:{{{name}}} Configuration Examples]]

Navigation menu