Changes

no edit summary
Line 18: Line 18:  
<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]]
+
[[File:0002.png|border|class=tlt-border|960px]]<br>
 
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 -> VLAN Networks''', now you need to open VLAN Network tab in the same window and you will need to:
 
<ul>
 
<ul>
Line 45: Line 45:  
==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>
[[File:LANASWAN005.jpg|border|class=tlt-border|400px]]
+
[[File:0006.png|thumb]]
 
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:LANASWAN06.jpg|thumb]]<br>
+
[[File:0007.png|thumb]]<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 56: Line 56:  
===Using DHCP===
 
===Using DHCP===
 
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:  
<li>1. '''option proto 'dhcp''''</li>
+
<li>'''option proto 'dhcp''''</li>
<li>2. '''option ifname 'eth0.1''''</li>
+
<li>'''option ifname 'eth0.1''''</li>
<li>3. '''option backup '1''''</li>
+
<li>'''option backup '1''''</li>
<li>4. '''option metric '10''''</li>
+
<li>'''option metric '10''''</li>
[[File:Lanaswan010.jpg|border|class=tlt-border]]<br>
+
[[File:0008.png|thumb]]<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:  
<li>1. '''option gateway '192.168.10.1''''</li>
+
<li>'''option gateway '192.168.10.1''''</li>
<li>2. '''option dns '8.8.8.8''''</li>
+
<li>'''option dns '8.8.8.8''''</li>
<li>3. '''option backup '1''''</li>
+
<li>'''option backup '1''''</li>
<li>4. '''option metric '10''''</li>
+
<li>'''option metric '10''''</li>
[[File:LANASWAN006.jpg|border|class=tlt-border]]<br>
+
[[File:00008.png|thumb]]<br>
 
Press '''Esc''' and write ''':wq'''.
 
Press '''Esc''' and write ''':wq'''.
 
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:

Navigation menu