Move APs to blue network
parent
2cf4e71170
commit
40e9573f57
|
@ -74,15 +74,9 @@ dhcp_reservations:
|
|||
- host: myala.pyrocufflink.jazz
|
||||
ip_addr: 172.31.0.6
|
||||
mac_addr: 52:54:00:49:55:9a
|
||||
- host: Downstairs-AP.pyrocufflink.jazz
|
||||
ip_addr: 172.31.0.7
|
||||
mac_addr: 80:2a:a8:90:ed:d6
|
||||
- host: jaina.pyrocufflink.jazz
|
||||
ip_addr: 172.31.0.8
|
||||
mac_addr: 08:62:66:2b:a6:eb
|
||||
- host: Upstairs-AP.pyrocufflink.jazz
|
||||
ip_addr: 172.31.0.9
|
||||
mac_addr: f0:9f:c2:cb:b9:b0
|
||||
- host: malfurion.pyrocufflink.jazz
|
||||
ip_addr: 172.31.0.10
|
||||
mac_addr: 52:54:00:aa:5c:01
|
||||
|
@ -100,6 +94,12 @@ 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
|
||||
|
||||
|
||||
dhcp_ddns_keys:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
radius_clients:
|
||||
- name: Downstairs-AP
|
||||
ipaddr: 172.31.0.7
|
||||
ipaddr: 172.30.0.11
|
||||
- name: Upstairs-AP
|
||||
ipaddr: 172.31.0.9
|
||||
ipaddr: 172.30.0.12
|
||||
|
|
Loading…
Reference in New Issue