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
Dustin 2018-07-15 09:19:53 -05:00
parent 9f89c4c835
commit 44552dcd4a
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ dhcp_reservations:
mac_addr: 74:da:38:8f:94:4f mac_addr: 74:da:38:8f:94:4f
# Management # Management
- host: unifi0
mac_addr: b8:27:eb:c4:34:be
ip_addr: 172.30.0.242
- host: Downstairs-AP - host: Downstairs-AP
ip_addr: 172.30.0.243 ip_addr: 172.30.0.243
mac_addr: 80:2a:a8:90:ed:d6 mac_addr: 80:2a:a8:90:ed:d6