we need more dhcp for bringup
This commit is contained in:
parent
23099a2282
commit
d43a6788bd
1 changed files with 4 additions and 4 deletions
|
@ -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.220 10.3.163.249;
|
||||
range 10.3.163.200 10.3.163.249;
|
||||
|
||||
class "pxeclients" {
|
||||
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
|
||||
|
@ -202,7 +202,7 @@ subnet 10.3.169.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.169.220 10.3.169.249;
|
||||
range 10.3.169.200 10.3.169.249;
|
||||
|
||||
class "pxeclients" {
|
||||
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
|
||||
|
@ -227,7 +227,7 @@ subnet 10.3.170.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.170.220 10.3.170.249;
|
||||
range 10.3.170.200 10.3.170.249;
|
||||
|
||||
class "pxeclients" {
|
||||
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
|
||||
|
@ -252,7 +252,7 @@ subnet 10.3.171.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.171.220 10.3.171.249;
|
||||
range 10.3.171.200 10.3.171.249;
|
||||
|
||||
class "pxeclients" {
|
||||
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue