Kill DHCP on storage VLAN

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-12-08 04:02:45 +01:00
parent 42aaf6dd92
commit 550e128daf

View file

@ -158,27 +158,6 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
}
subnet 10.5.127.0 netmask 255.255.255.0 {
allow booting;
allow bootp;
option domain-name "phx2.fedoraproject.org";
option domain-name-servers 10.5.126.21, 10.5.126.22;
option log-servers 10.5.126.29;
range 10.5.127.230 10.5.127.239;
host data-analysis01-nfs {
hardware ethernet 5c:f3:fc:4b:d5:6e;
fixed-address 10.5.126.214;
}
host virthost06-nfs {
hardware ethernet 18:66:da:f7:7a:59;
fixed-address 10.5.127.196;
}
}
group macs {
allow booting;
allow bootp;