Move APs to Management network
The UniFi access points are now connected to the Management network. Their IP addresses have thus changed.jenkins-master
parent
d811a9fe22
commit
9f89c4c835
|
@ -106,16 +106,18 @@ dhcp_reservations:
|
|||
- host: zbx0.pyrocufflink.blue
|
||||
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
|
||||
- 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
|
||||
ip_addr: 172.30.0.13
|
||||
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:
|
||||
- name: dhcp-ddns
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
radius_clients:
|
||||
- name: Downstairs-AP
|
||||
ipaddr: 172.30.0.11
|
||||
ipaddr: 172.30.0.243
|
||||
- name: Upstairs-AP
|
||||
ipaddr: 172.30.0.12
|
||||
ipaddr: 172.30.0.244
|
||||
|
|
Loading…
Reference in New Issue