Changes

no edit summary
Line 29: Line 29:  
The Static Lease list is empty by default. To add a new Static Lease click the 'Add' button.
 
The Static Lease list is empty by default. To add a new Static Lease click the 'Add' button.
   −
[[File:Networking_rutos_manual_dhcp_static_leases_add_button.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_dhcp_static_leases_add_button_v1.png|border|class=tlt-border]]
    
Appears static lease, which should look similar to this:
 
Appears static lease, which should look similar to this:
   −
[[File:Networking_rutos_manual_dhcp_static_leases.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_dhcp_static_leases_v1.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 44: Line 44:  
       <td>MAC</td>
 
       <td>MAC</td>
 
       <td>mac; default: <b>none</b></td>
 
       <td>mac; default: <b>none</b></td>
       <td>MAC address of a device that will connect to this network interface.</td>
+
       <td>MAC address of a device that will connect to this network interface. Possible variants: MAC address: 01:23:45:56:78:9a, Wildcard: 01:23:45:56:*:*</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 52: Line 52:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
     <td>Description</td>
+
     <td>Hostname</td>
 +
        <td>string; default: <b>none</b></td>
 +
        <td>Name of static lease.</td>
 +
    </tr>
 +
</table>
 +
 
 +
Additionally there is a IPv6 tab for IPv6 static leases.
 +
 
 +
[[File:Networking rutos manual dhcp static leases ipv6 v1.png|border|class=tlt-border]]
 +
 
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>DUID</td>
 +
      <td>DUID; default: <b>none</b></td>
 +
      <td>DHCP unique identifier is used by DHCPv6 to identify device. Similar to MAC that is used by DHCPv4.</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Host ID</td>
 +
        <td>ipv6; default: <b>none</b></td>
 +
        <td>Used to define IPv6 address that will be statically leased. To get it from the IPv6 address remove the IPv6 prefix and all semicolons.</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Hostname</td>
 
         <td>string; default: <b>none</b></td>
 
         <td>string; default: <b>none</b></td>
 
         <td>Name of static lease.</td>
 
         <td>Name of static lease.</td>
Line 108: Line 135:  
     <tr>
 
     <tr>
 
         <td><span style="color:red">Lease time</span></td>
 
         <td><span style="color:red">Lease time</span></td>
         <td>integer [1..999999]; default: <b>12</b>integer [2..999999]<span class="asterisk">*</span>integer [120..999999]<span class="asterisk">**</span></td>
+
         <td>integer [1..999999] | infinite<span class="asterisk">*</span>; default: <b>12</b>integer [2..999999]<span class="asterisk">**</span>integer [120..999999]<span class="asterisk">***</span></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.<br><span class="asterisk">*</span>If selected Units is Minutes.<br><span class="asterisk">**</span>If selected Units is seconds.</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).The minimal amount of time that can be specified is 2 minutes.<br><span class="asterisk">*</span>Infinite option DHCP address will never expire.<br><span class="asterisk">**</span>If selected Units is Minutes.<br><span class="asterisk">***</span>If selected Units is seconds.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>