UniFi: Difference between revisions

From Wreckroom
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].
Runs on TCP port 1194 hosted on [[UniFi | UniFi Network]].


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


====WAP (Wi-Fi Access Points)====
====WAP (Wi-Fi Access Points)====
<code>
<syntaxhighlight>
ssh admin@192.168.1.30
ssh admin@192.168.1.30
</code>
</syntaxhighlight>


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


<code>
<syntaxhighlight>
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100
ssh -o HostKeyAlgorithms=+ssh-rsa,ssh-dss admin@192.168.1.100
</code>
</syntaxhighlight>


=== Adoption ===


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


<code>set-inform http://192.168.1.1:8080/inform</code>
<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