Created
August 15, 2011 06:49
-
-
Save tinbotu/1145818 to your computer and use it in GitHub Desktop.
D
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
| shared-network LOCAL09 { | |
| authoritative; | |
| subnet 10.10.19.0 netmask 255.255.255.0 { | |
| # The following 1 lines were added as subnet-parameters in the CLI and have not been validated | |
| default-lease-time 300; | |
| option routers 10.10.19.254; | |
| default-lease-time 1200; | |
| max-lease-time 1200; | |
| range 10.10.19.16 10.10.19.160; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment