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:
parent
0267f916bd
commit
b806ae9fb3
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue