Changes

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>

Navigation menu