[dhcpd] put in a temp address for booting dhcp

This commit is contained in:
Stephen Smoogen 2019-05-07 16:45:34 +00:00
parent 375c28fe7d
commit f677f9ff78

View file

@ -12,6 +12,15 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
# option vendor-encapsulated-options 09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;
host dhcp00 {
hardware ethernet f0:1f:af:ce:31:31;
fixed-address 10.5.125.70;
next-server 10.5.126.41;
option host-name "dhcp00";
filename "pxelinux.0";
}
host sign-vault01 {
hardware ethernet 00:1a:64:67:a3:38;
fixed-address 10.5.125.70;