Add switch DHCP reservation
This commit is contained in:
parent
aed24573b8
commit
2df4c328d9
@ -12,13 +12,14 @@ dhcp_subnets:
|
||||
- ip: 192.168.0.0
|
||||
netmask: 255.255.0.0
|
||||
pools:
|
||||
- range_begin: 192.168.1.2
|
||||
- range_begin: 192.168.1.20
|
||||
range_end: 192.168.1.254
|
||||
routers: 192.168.1.1
|
||||
failover_peer: failover-group
|
||||
dhcp_hosts:
|
||||
# 1 Catch-all guest subnet
|
||||
- { name: router-nighthawk-1, mac: '10:0C:6B:5A:D9:40', ip: 192.168.1.1 }
|
||||
- { name: switch-gs308epp-1, mac: '9C:C9:EB:E8:D9:B1', ip: 192.168.1.2 }
|
||||
# 99 IoT trash
|
||||
- { name: botnet-roku-1, mac: 'AC:AE:19:58:4B:8F', ip: 192.168.99.1 }
|
||||
# 100 Others workstations
|
||||
|
Loading…
Reference in New Issue
Block a user