UniFi: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
====WAP (Wi-Fi Access Points)==== | ====WAP (Wi-Fi Access Points)==== | ||
< | <syntaxhighlight> | ||
ssh admin@192.168.1.30 | ssh admin@192.168.1.30 | ||
</ | </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: | ||
< | <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 | ||
</ | </syntaxhighlight> | ||
=== Adoption === | === Adoption === | ||
After | 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> | <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