Create a gist now

Instantly share code, notes, and snippets.

anonymous /gist:24eb3496feb24a0f65a3 Secret
Created May 2, 2015

What would you like to do?
subnet 192.168.12.0 netmask 255.255.255.0 {
range 192.168.12.50 192.168.12.200;
option routers 192.168.12.245;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.12.255;
option nis-domain "bb";
host nomad
{
hardware ethernet 60:67:20:2c:69:20;
fixed-address 192.168.12.25;
}
}
No subnet declaration for restart (no IPv4 addresses).
** Ignoring requests on restart. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface restart is attached. **
Not configured to listen on any interfaces!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment