Changes

Jump to navigation Jump to search
6 bytes removed ,  14:49, 20 July 2015
Line 54: Line 54:  
   |  awk '{ printf "%-13s %-10s %-17s %-15s %-15s \n", "arp", $1, $4, $2, "n/a"}'
 
   |  awk '{ printf "%-13s %-10s %-17s %-15s %-15s \n", "arp", $1, $4, $2, "n/a"}'
   −
== Create custom template fragments ==
+
==customize the lease duration==
 
You can customize the lease duration for the dhcp server ('''dhcpd''') in SME using these instructions.
 
You can customize the lease duration for the dhcp server ('''dhcpd''') in SME using these instructions.
 
The commands below will create custom template fragments for <tt>default-lease-time</tt> and <tt>max-lease-time</tt>, re-generate <tt>/etc/dhcpd.conf</tt>, and restart the '''dhcpd''' service in order to activate your changes.
 
The commands below will create custom template fragments for <tt>default-lease-time</tt> and <tt>max-lease-time</tt>, re-generate <tt>/etc/dhcpd.conf</tt>, and restart the '''dhcpd''' service in order to activate your changes.

Navigation menu