Changes

no edit summary
Line 43: Line 43:  
==General==
 
==General==
   −
The <b>General</b> section is used to configure the device's time and WebUI mode settings.
+
The <b>General</b> section is used to configure the device's time, language and WebUI mode settings.
   −
[[File:Networking_rutos_manual_setup_wizard_general.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_setup_wizard_general_v2.png|border|class=tlt-border]]
    
If you wish to set the device's time zone settings later instead, you can do so via the <i>Services → [[{{{name}}} NTP|NTP]]</i> page.
 
If you wish to set the device's time zone settings later instead, you can do so via the <i>Services → [[{{{name}}} NTP|NTP]]</i> page.
Line 57: Line 57:  
The <b>LAN</b> section is used to configure the device's local area network (LAN) and DHCP server settings. A DHCP (Dynamic Host Configuration Protocol) server can automatically configure the TCP/IP settings for any device that requests such a service. If you connect a device that has been configured to obtain an IP address automatically, the DHCP server will lease out an IP address from the available IP pool and the device will be able to communicate within the device's private network.
 
The <b>LAN</b> section is used to configure the device's local area network (LAN) and DHCP server settings. A DHCP (Dynamic Host Configuration Protocol) server can automatically configure the TCP/IP settings for any device that requests such a service. If you connect a device that has been configured to obtain an IP address automatically, the DHCP server will lease out an IP address from the available IP pool and the device will be able to communicate within the device's private network.
   −
[[File:Networking_rutos_manual_setup_wizard_lan_{{{lan}}}.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_setup_wizard_lan_{{{lan}}}_v2.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 81: Line 81:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>Start</td>
+
         <td>Start IP</td>
 
         <td>integer [1..255]; default: <b>100</b></td>
 
         <td>integer [1..255]; default: <b>100</b></td>
         <td>The starting IP address value. e.g., if your device's LAN IP is 192.168.1.1 and your subnet mask is 255.255.255.0 that means that in your network a valid IP address has to be in the range of [192.168.1.0..192.168.1.254] (192.168.1.255 is a special unavailable address). If the Start value is set to 100 then the DHCP server will only lease out addresses starting from 192.168.1.<b>100</b>.</td>
+
         <td>The DHCP server's IP address range start value.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>Limit</td>
+
         <td>End IP</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>End IP, i.e., the last possible IP in the selected range for the DHCP server.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Lease time</td>
 
         <td>Lease time</td>
         <td>interger [2..999999]; default: <b>12</b></td>
+
         <td>integer [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>

Navigation menu