add blitzloop to dhcp
This commit is contained in:
parent
9e683fd7f9
commit
99899f2f4f
1 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,12 @@ subnet 10.8.0.0 netmask 255.255.0.0 {
|
|||
hardware ethernet 52:54:00:D9:DB:42;
|
||||
fixed-address 10.8.1.48;
|
||||
}
|
||||
|
||||
host blitzloop {
|
||||
hardware ethernet 00:23:14:b0:ec:c8;
|
||||
fixed-address 10.8.1.51;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
# Printer subnet (10.10.7.0/24) has ip-helper 10.8.1.2 set on hs-core01.
|
||||
|
|
Loading…
Reference in a new issue