Change the dhcp ip for download01 so I can test network issues on vlans

This commit is contained in:
Stephen Smoogen 2018-12-19 22:24:53 +00:00
parent b806ae9fb3
commit 5b7702ca30

View file

@ -93,6 +93,13 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
}
host test-box01 {
hardware ethernet f0:1f:af:e3:66:6c;
fixed-address 10.5.125.2;
next-server 10.5.126.41;
option host-name "test-box01";
}
host bvirthost07 {
hardware ethernet 90:B1:1C:32:7E:8E;
fixed-address 10.5.125.122;
@ -403,11 +410,11 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
filename "pxelinux.0";
}
host download01 {
host test-box01 {
hardware ethernet f0:1f:af:e3:66:6c;
fixed-address 10.5.126.93;
fixed-address 10.5.126.2;
next-server 10.5.126.41;
option host-name "download01";
option host-name "test-box01";
}
host download02 {