dhcp_server / noc01: do not set a route on the storage network, or it tries to get ks via that and fails.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
832d1037cd
commit
b87ca6a85c
1 changed files with 0 additions and 1 deletions
|
@ -498,7 +498,6 @@ subnet 10.5.127.0 netmask 255.255.255.0 {
|
||||||
host buildvmhost-04-nfs {
|
host buildvmhost-04-nfs {
|
||||||
hardware ethernet F8:CA:B8:F7:29:40;
|
hardware ethernet F8:CA:B8:F7:29:40;
|
||||||
fixed-address 10.5.127.150;
|
fixed-address 10.5.127.150;
|
||||||
option routers 10.5.127.254;
|
|
||||||
next-server 10.5.126.41;
|
next-server 10.5.126.41;
|
||||||
filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue