Created
March 25, 2013 04:35
-
-
Save ahappyforest/5234949 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default-lease-time 600; | |
max-lease-time 7200; | |
log-facility local7; | |
subnet 192.168.2.0 netmask 255.255.255.0 { | |
range 192.168.2.100 192.168.2.200; | |
option domain-name-servers 8.8.8.8, 8.8.4.4; | |
option routers 192.168.2.1; | |
default-lease-time 600; | |
max-lease-time 7200; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment