and we try to make all dhcp on the zone that has ips
This commit is contained in:
parent
5e3db2454d
commit
5610db5e5a
1 changed files with 8 additions and 8 deletions
|
@ -1422,7 +1422,7 @@ shared-network qa {
|
|||
|
||||
option routers 10.5.124.254;
|
||||
|
||||
range 10.5.124.248 10.5.124.249;
|
||||
#range 10.5.124.248 10.5.124.249;
|
||||
next-server 10.5.126.41;
|
||||
filename "pxelinux.0";
|
||||
|
||||
|
@ -1746,15 +1746,15 @@ shared-network qa {
|
|||
}
|
||||
|
||||
|
||||
host cosmos01 {
|
||||
hardware ethernet 40:f2:e9:1b:a7:98;
|
||||
fixed-address 10.5.124.134;
|
||||
option host-name "cosmos01";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host cosmos01 {
|
||||
hardware ethernet 40:f2:e9:1b:a7:98;
|
||||
fixed-address 10.5.124.134;
|
||||
option host-name "cosmos01";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
subnet 10.5.131.0 netmask 255.255.255.0 {
|
||||
option routers 10.5.131.254;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue