Changes

1,775 bytes added ,  10:46, 24 October 2019
m
no edit summary
Line 32: Line 32:  
         <td>IP broadcasts are used by BOOTP and DHCP clients to find and send requests to their respective servers</td>
 
         <td>IP broadcasts are used by BOOTP and DHCP clients to find and send requests to their respective servers</td>
 
     </tr>
 
     </tr>
 +
    <tr>
 +
    <td>IPv6 Address</td>
 +
        <td>ip; Default: " "</td>
 +
        <td>Assigns an Ipv6 address for this interface. CIDR notation: address/prefix</td>
 +
    </tr>
 +
    <tr>
 +
    <td>IPv6 Prefix Length</td>
 +
        <td>ip; Default: <b>60</b></td>
 +
        <td>Delegates a prefix length for this interface</td>
 +
    </tr>
 +
    <tr>
 +
    <td>IPv6 Subprefix Hint</td>
 +
        <td>ip; Default: " "</td>
 +
        <td>Hexadecimal hint to used in the IPv6 address prefix</td>
 +
    </tr>
 +
    <tr>
 +
    <td>ULA Prefix</td>
 +
        <td>ip; Default: " "</td>
 +
        <td>Prefix used for the Unique Local Address</td>
 +
    </tr>
 +
 
</table>
 
</table>
   Line 86: Line 107:  
     <tr>
 
     <tr>
 
       <td>DHCP</td>
 
       <td>DHCP</td>
       <td>Enable | Disable | DHCP Relay; Default: '''Enable'''</td>
+
       <td>Enable {{!}} Disable {{!}} DHCP Relay; Default: '''Enable'''</td>
 
       <td>Enables or disables DHCP Server. If DHCP Relay is selected, you will be prompted to enter an IP address of another DHCP server in your LAN. In this case, Whenever a new device connects to the router, the router will redirect any DHCP requests to the specified DHCP Server</td>
 
       <td>Enables or disables DHCP Server. If DHCP Relay is selected, you will be prompted to enter an IP address of another DHCP server in your LAN. In this case, Whenever a new device connects to the router, the router will redirect any DHCP requests to the specified DHCP Server</td>
 
     </tr>
 
     </tr>
Line 92: Line 113:  
       <td>Start</td>
 
       <td>Start</td>
 
       <td>integer [1..253]; Default: '''100'''</td>
 
       <td>integer [1..253]; Default: '''100'''</td>
       <td> The starting IP address value. e.g., if your router’s LAN IP is 192.168.2.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.2.0..192.168.2.254] (192.168.2.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.2.100</td>
+
       <td>The starting IP address value. e.g., if your router’s LAN IP is 192.168.2.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.2.0..192.168.2.254] (192.168.2.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.2.100</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 102: Line 123:  
     <td>Lease time</td>
 
     <td>Lease time</td>
 
         <td>time in 'h' (hours) or 'm' (minutes); Default: '''12h'''</td>
 
         <td>time in 'h' (hours) or 'm' (minutes); Default: '''12h'''</td>
         <td>The duration of an IP lease. Leased out addresses 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 DHCP lease. However, if the device stays connected, its lease will be renewed after half of the specified amount of time passes, e.g., if the lease time is 12 hours, then every 6 hours the device will send a request to the DHCP server asking to renew its lease
+
         <td>he duration of an IP lease. Leased out addresses 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 DHCP lease. However, if the device stays connected, its lease will be renewed after half of the specified amount of time passes, e.g., if the lease time is 12 hours, then every 6 hours the device will send a request to the DHCP server asking to renew its lease<br>
 
Lease time can be set in '''hours''' ('''h''') or '''minutes''' ('''m'''). The minimal amount of time that can be specified is '''2min''' ('''2m''')</td>
 
Lease time can be set in '''hours''' ('''h''') or '''minutes''' ('''m'''). The minimal amount of time that can be specified is '''2min''' ('''2m''')</td>
 
     </tr>
 
     </tr>
Line 143: Line 164:  
         <td>DHCP options; Default: " "</td>
 
         <td>DHCP options; Default: " "</td>
 
         <td>Additional options to be added to the DHCP server. For example with '26,1470' or 'option:mtu, 1470' you can assign an MTU value per DHCP. You can find more information on DHCP Options [https://technet.microsoft.com/en-us/library/cc958941.aspx here] <br> You can add more options by clicking the plus symbol ([[Image:Services sms gateway auto reply plus symbol.PNG]]) located next to the field</td>
 
         <td>Additional options to be added to the DHCP server. For example with '26,1470' or 'option:mtu, 1470' you can assign an MTU value per DHCP. You can find more information on DHCP Options [https://technet.microsoft.com/en-us/library/cc958941.aspx here] <br> You can add more options by clicking the plus symbol ([[Image:Services sms gateway auto reply plus symbol.PNG]]) located next to the field</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Force DHCP options</td>
 +
        <td>yes | no; Default: '''no'''</td>
 +
        <td>Forces DHCP option to be sent even if its not requested</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 170: Line 196:  
     <tr>
 
     <tr>
 
     <td>IP address</td>
 
     <td>IP address</td>
         <td>Default: " "</td>
+
         <td>ip; Default: " "</td>
 
         <td>The desirable IP address that will be reserved for the specified device</td>
 
         <td>The desirable IP address that will be reserved for the specified device</td>
 +
    </tr>
 +
</table>
 +
 +
==IPv6 Server Configuration==
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>field name</th>
 +
      <th>value</th>
 +
      <th>description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>DHCPv6 server</td>
 +
      <td>Enabled | Relayed | Disabled; Default: '''Enabled'''</td>
 +
      <td>State of DHCPv6 server</td>
 +
    </tr>
 +
    <tr>
 +
      <td>RA server</td>
 +
      <td>Enabled | Relayed | Disabled; Default: '''Enabled'''</td>
 +
      <td>State of Router Advertisement server</td>
 +
    </tr>
 +
    <tr>
 +
      <td>NDP server</td>
 +
      <td>Enabled | Relayed | Disabled; Default: '''Enabled'''</td>
 +
      <td>State of the Neighbour Discovery Protocol server</td>
 +
    </tr>
 +
    <tr>
 +
      <td>DNS servers</td>
 +
      <td>string; Default: " "</td>
 +
      <td>DNS servers advertised by the DHCPv6 server</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Domain names</td>
 +
      <td>string; Default: " "</td>
 +
      <td>Domain names advertised by the DHCPv6 server</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 251: Line 312:  
</table>
 
</table>
   −
[[Category:RUT230 WebUI]]
+
[[Category:RUT240 WebUI]]

Navigation menu