Skip to content

Instantly share code, notes, and snippets.

@tinbotu
Created August 15, 2011 06:49
Show Gist options
  • Select an option

  • Save tinbotu/1145818 to your computer and use it in GitHub Desktop.

Select an option

Save tinbotu/1145818 to your computer and use it in GitHub Desktop.
D
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