UniFi: Difference between revisions

From Wreckroom
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 3: Line 3:
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4
https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4


===Adopting Devices===
===[[VPN | OpenVPN]]===
<code>
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].
ssh command
 
</code>
==Adopting Devices==
When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.
 
====WAP (Wi-Fi Access Points)====
<syntaxhighlight>
ssh admin@192.168.1.30
</syntaxhighlight>
 
====Kitchen UAC Pro====
Some newer devices need additional options and will throw a nasty error if not done this way:
 
<syntaxhighlight>
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100
</syntaxhighlight>
 
=== Adoption ===
 
After you SSH into the device you wish to adopt, you can set signal to the device to be adopted by the new gateway:
 
<syntaxhighlight>set-inform http://192.168.1.1:8080/inform</syntaxhighlight>

Latest revision as of 08:47, 17 January 2024

Network Topology[edit]

https://app.diagrams.net/#G11IoJb1M7YoS0FUSj-TjkHPVlAgNTu0S4

OpenVPN[edit]

Runs on TCP port 1194 hosted on UniFi Network.

Adopting Devices[edit]

When migrating networks, you will need to SSH into the devices and enable broadcasting for new adoption.

WAP (Wi-Fi Access Points)[edit]

ssh admin@192.168.1.30

Kitchen UAC Pro[edit]

Some newer devices need additional options and will throw a nasty error if not done this way:

ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100

Adoption[edit]

After you SSH into the device you wish to adopt, you can set signal to the device to be adopted by the new gateway:

set-inform http://192.168.1.1:8080/inform