lets add another dhcp net. not sure this will work
This commit is contained in:
parent
35640c4388
commit
77312085f8
1 changed files with 21 additions and 0 deletions
|
@ -1732,3 +1732,24 @@ subnet 10.5.78.0 netmask 255.255.255.0 {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
subnet 10.5.131.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
option domain-name "mgmt.fedoraproject.org phx2.fedoraproject.org";
|
||||
option domain-name-servers 10.5.126.21, 10.5.126.22;
|
||||
option routers 10.5.131.254;
|
||||
option log-servers 10.5.126.29;
|
||||
range 10.5.131.210 10.5.131.220;
|
||||
next-server 10.5.126.41;
|
||||
filename "pxelinux.0";
|
||||
|
||||
host retrace03 {
|
||||
hardware ethernet ec:f4:bb:c0:38:a0;
|
||||
fixed address 10.5.131.10;
|
||||
option host-name "retrace03.qa.fedoraproject.org";
|
||||
next-server 10.5.126.41;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue