Move APs to Management network

The UniFi access points are now connected to the Management network.
Their IP addresses have thus changed.
jenkins-master
Dustin 2018-07-15 09:18:35 -05:00
parent d811a9fe22
commit 9f89c4c835
2 changed files with 10 additions and 8 deletions

View File

@ -106,16 +106,18 @@ dhcp_reservations:
- host: zbx0.pyrocufflink.blue - host: zbx0.pyrocufflink.blue
ip_addr: 172.30.0.7 ip_addr: 172.30.0.7
duid: ff:4a:0e:44:56:00:02:00:00:ab:11:ef:11:04:5c:28:85:54:96 duid: ff:4a:0e:44:56:00:02:00:00:ab:11:ef:11:04:5c:28:85:54:96
- host: Downstairs-AP.pyrocufflink.blue
ip_addr: 172.30.0.11
mac_addr: 80:2a:a8:90:ed:d6
- host: Upstairs-AP.pyrocufflink.blue
ip_addr: 172.30.0.12
mac_addr: f0:9f:c2:cb:b9:b0
- host: diddy.pyrocufflink.blue - host: diddy.pyrocufflink.blue
ip_addr: 172.30.0.13 ip_addr: 172.30.0.13
mac_addr: 74:da:38:8f:94:4f mac_addr: 74:da:38:8f:94:4f
# Management
- host: Downstairs-AP
ip_addr: 172.30.0.243
mac_addr: 80:2a:a8:90:ed:d6
- host: Upstairs-AP
ip_addr: 172.30.0.244
mac_addr: f0:9f:c2:cb:b9:b0
dhcp_ddns_keys: dhcp_ddns_keys:
- name: dhcp-ddns - name: dhcp-ddns

View File

@ -1,5 +1,5 @@
radius_clients: radius_clients:
- name: Downstairs-AP - name: Downstairs-AP
ipaddr: 172.30.0.11 ipaddr: 172.30.0.243
- name: Upstairs-AP - name: Upstairs-AP
ipaddr: 172.30.0.12 ipaddr: 172.30.0.244