this is to try and see if pxe booting off the 10.5.127 network will work better than 10.5.126

This commit is contained in:
Stephen Smoogen 2018-12-19 19:15:09 +00:00
parent 0267f916bd
commit b806ae9fb3

View file

@ -486,12 +486,19 @@ subnet 10.5.127.0 netmask 255.255.255.0 {
fixed-address 10.5.127.157;
}
host buildvmhost-04-nfs {
hardware ethernet F8:CA:B8:F7:29:40;
fixed-address 10.5.127.150;
option routers 10.5.127.254;
next-server 10.5.126.41;
filename "pxelinux.0";
}
host virthost05-nfs {
hardware ethernet E4:43:4B:22:CE:EB;
fixed-address 10.5.127.229;
}
}