Skip to content

Instantly share code, notes, and snippets.

@nsuan
Created April 8, 2009 07:53
Show Gist options
  • Save nsuan/91674 to your computer and use it in GitHub Desktop.
Save nsuan/91674 to your computer and use it in GitHub Desktop.
subnet 172.16.0.0 netmask 255.255.252.0 {
option routers 172.16.1.200; # Default Gateway
option subnet-mask 255.255.252.0;
option broadcast-address 172.16.3.255;
option domain-name-servers 172.16.0.245;
option netbios-name-servers 172.16.1.245;
range 172.16.1.205 172.16.1.253;
next-server 172.16.1.200; #TFTP server
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment