Skip to content

Instantly share code, notes, and snippets.

@autotune
Created March 31, 2014 20:00
Show Gist options
  • Save autotune/9900924 to your computer and use it in GitHub Desktop.
Save autotune/9900924 to your computer and use it in GitHub Desktop.
subnet 172.16.252.0 netmask 255.255.255.0 {
range 172.16.252.128 172.16.252.254;
option broadcast-address 172.16.252.255;
option domain-name-servers 172.16.252.2;
option domain-name localdomain;
default-lease-time 1800; # default is 30 minutes
max-lease-time 7200; # default is 2 hours
option netbios-name-servers 172.16.252.2;
option routers 172.16.252.2;
}
host vmnet8 {
hardware ethernet 00:50:56:C0:00:08;
fixed-address 172.16.252.1;
option domain-name-servers 0.0.0.0;
option domain-name "";
option routers 0.0.0.0;
}
####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######
host dev01 {
hardware ethernet 00:0c:29:4e:44:1b;
fixed-address 172.16.0.2;
option domain-name-servers 0.0.0.0;
option domain-name "";
}
## EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment