Changes

no edit summary
Line 1: Line 1:  
{{Template: Networking_rutos_manual_fw_disclosure
 
{{Template: Networking_rutos_manual_fw_disclosure
 
| fw_version = {{#switch: {{{series}}}
 
| fw_version = {{#switch: {{{series}}}
   | RUT2XX = {{{series}}}_R_00.01.13
+
   | RUT2XX = {{{series}}}_R_00.01.14.3
   | RUT9XX = {{{series}}}_R_00.06.07}}
+
   | RUT9XX = {{{series}}}_R_00.06.08.2}}
 
}}
 
}}
 
==Summary==
 
==Summary==
Line 49: Line 49:  
The <b>Mobile</b> section is used to configure the router's SIM card parameters.
 
The <b>Mobile</b> section is used to configure the router's SIM card parameters.
   −
[[File:Networking_rut9xx_manual_setup_wizard_mobile_v1.png]]
+
{{#ifeq:{{{series}}}|RUT9XX
 +
|[[File:Networking_{{lc:{{{series}}}}}_manual_setup_wizard_mobile_v1.png|border|class=tlt-border]]
 +
|[[File:Networking_{{lc:{{{series}}}}}_manual_setup_wizard_mobile_v1.png|border|class=tlt-border]]
 +
}}
 +
 
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 77: Line 81:  
     <td>PIN number</td>
 
     <td>PIN number</td>
 
         <td>string; default: <b>none</b></td>
 
         <td>string; default: <b>none</b></td>
         <td>A 4-digit long numeric password used to authenticate the modem to the SIM card.</td>
+
         <td>A numeric password used to authenticate the modem to the SIM card.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 96: Line 100:  
     <tr>
 
     <tr>
 
     <td>Service mode</td>
 
     <td>Service mode</td>
        <td>2G only | 3G only |4G (LTE) only | 2G + 3G | 2G + 4G | 3G + 4G | Automatic; default: <b>Automatic</b></td>
+
{{#ifeq:{{{name}}}|RUT230
 +
|<td>2G only {{!}} 3G only {{!}} 2G + 3G {{!}} Automatic; default: <b>Automatic</b></td>
 +
|<td>2G only {{!}} 3G only {{!}} 4G (LTE) only {{!}} 2G + 3G {{!}} 2G + 4G {{!}} 3G + 4G {{!}} Automatic; default: <b>Automatic</b></td>
 +
}}
 
         <td>Preffered service type.</td>
 
         <td>Preffered service type.</td>
 
     </tr>
 
     </tr>
Line 128: Line 135:  
         <td>IP address</td>
 
         <td>IP address</td>
 
         <td>ip; default: <b>192.168.1.1</b></td>
 
         <td>ip; default: <b>192.168.1.1</b></td>
         <td>The LAN interface's IPv4 address. An IP address identifies a device on a network and allows it to communicate with other devices</td>
+
         <td>The LAN interface's IPv4 address. An IP address identifies a device on a network and allows it to communicate with other devices.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Netmask</td>
 
         <td>Netmask</td>
 
         <td>netmask; default: <b>255.255.255.0</b></td>
 
         <td>netmask; default: <b>255.255.255.0</b></td>
         <td>A <b>[[What is a Netmask?|netmask]]</b> is used to define how "large" a network is by specifying which part of the IP address denotes the network and which part denotes the device</td>
+
         <td>A <b>[[What is a Netmask?|netmask]]</b> is used to define how "large" a network is by specifying which part of the IP address denotes the network and which part denotes the device.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Enable DHCP</td>
 
         <td>Enable DHCP</td>
 
         <td>off | on; default: <b>on</b></td>
 
         <td>off | on; default: <b>on</b></td>
         <td>Turns the DHCP server on or off</td>
+
         <td>Turns the DHCP server on or off.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 148: Line 155:  
         <td>Limit</td>
 
         <td>Limit</td>
 
         <td>integer [1..255]; default: <b>150</b></td>
 
         <td>integer [1..255]; default: <b>150</b></td>
         <td>How many addresses the DHCP server can lease out. Continuing from the example above: if the start address is 192.168.1.100 and the server can lease out 150 addresses, available addresses will be from 192.168.1.<b>100</b> to 192.168.1.<b>249</b> (<i>100 + 150 – 1 = 249</i>; this is because the first address is inclusive)</td>
+
         <td>How many addresses the DHCP server can lease out. Continuing from the example above: if the start address is 192.168.1.100 and the server can lease out 150 addresses, available addresses will be from 192.168.1.<b>100</b> to 192.168.1.<b>249</b> (<i>100 + 150 – 1 = 249</i>; this is because the first address is inclusive).</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Lease time</td>
 
         <td>Lease time</td>
 
         <td>interger [2..999999]; default: <b>12</b></td>
 
         <td>interger [2..999999]; default: <b>12</b></td>
         <td>A DHCP lease will expire after the amount of time specified in this field and the device that was using the lease will have to request a new one. However, if the device stays connected, its lease will be renewed after half of the specified amount of time passes (e.g., if lease time is 12 hours, then every 6 hours the device will ask the DHCP server to renew its lease).<br>The minimal amount of time that can be specified is 2 minutes</td>
+
         <td>A DHCP lease will expire after the amount of time specified in this field and the device that was using the lease will have to request a new one. However, if the device stays connected, its lease will be renewed after half of the specified amount of time passes (e.g., if lease time is 12 hours, then every 6 hours the device will ask the DHCP server to renew its lease).<br>The minimal amount of time that can be specified is 2 minutes.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Units</td>
 
         <td>Units</td>
 
         <td>Hours | Minutes; default: <b>Hours</b></td>
 
         <td>Hours | Minutes; default: <b>Hours</b></td>
         <td>Lease time measuring units</td>
+
         <td>Lease time measuring units.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 253: Line 260:  
If you wish to set the router's RMS settings later instead, you can do so via the <i>System → Administration → [[{{{name}}}_Administration#RMS|RMS]]</i> page.
 
If you wish to set the router's RMS settings later instead, you can do so via the <i>System → Administration → [[{{{name}}}_Administration#RMS|RMS]]</i> page.
   −
[[Category:{{{name}}} System section]]
+
{{#ifeq:{{{legacy}}}|1||[[Category:{{{name}}} System section]]}}

Navigation menu