mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
lower the range for 10.3.163.xx to just 20 dhcp
This commit is contained in:
@@ -51,7 +51,7 @@ subnet 10.3.163.0 netmask 255.255.255.0 {
|
||||
option log-servers 10.3.163.39;
|
||||
option ntp-servers 10.3.163.31, 10.3.163.32;
|
||||
|
||||
range 10.3.163.200 10.3.163.249;
|
||||
range 10.3.163.220 10.3.163.249;
|
||||
|
||||
class "pxeclients" {
|
||||
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
|
||||
|
||||
Reference in New Issue
Block a user