Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
linux:dhcp [2006/07/03 10:00]
greebo created
linux:dhcp [2006/07/05 09:14]
greebo
Line 2: Line 2:
 #   DHCP Server Config File #   DHCP Server Config File
 # #
-ddns-update-style none; +  ddns-update-style none; 
-ignore client-updates;+  ignore client-updates;
  
-lease-file-name "/var/lib/dhcpd/dhcpd.leases"; +  lease-file-name "/var/lib/dhcpd/dhcpd.leases"; 
-authoritative;+  authoritative;
  
-option domain-name                      "example.com"; +  option domain-name                      "example.com"; 
-default-lease-time                      86400;   # 24 hours +  default-lease-time                      86400;   # 24 hours 
-max-lease-time                          172800;  # 48 hours+  max-lease-time                          172800;  # 48 hours
  
-subnet 192.168.1.0 netmask 255.255.255.0 {+  subnet 192.168.1.0 netmask 255.255.255.0 { 
 +        range   192.168.1.101   192.168.1.200;
         option routers                  192.168.1.1;         option routers                  192.168.1.1;
         option subnet-mask              255.255.255.0;         option subnet-mask              255.255.255.0;
Line 20: Line 21:
         option netbios-name-servers     192.168.1.1;         option netbios-name-servers     192.168.1.1;
         option netbios-node-type        8;         option netbios-node-type        8;
-        range   192.168.1.101   192.168.1.200;+        option ip-forwarding            off;
 } }
linux/dhcp.txt · Last modified: 2012/04/20 15:52 by greebo
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready