dch-gw: Add DHCP reservation for unifi0
The UniFi controller has been moved to a Raspberry Pi on the Management network. This machine needs a static address to use in the "inform URL" it sends to managed devices.jenkins-master
parent
9f89c4c835
commit
44552dcd4a
|
@ -111,6 +111,9 @@ dhcp_reservations:
|
|||
mac_addr: 74:da:38:8f:94:4f
|
||||
|
||||
# Management
|
||||
- host: unifi0
|
||||
mac_addr: b8:27:eb:c4:34:be
|
||||
ip_addr: 172.30.0.242
|
||||
- host: Downstairs-AP
|
||||
ip_addr: 172.30.0.243
|
||||
mac_addr: 80:2a:a8:90:ed:d6
|
||||
|
|
Loading…
Reference in New Issue