How to configure ubiquiti network equipment » History » Version 4
Nico Schottelius, 05/31/2020 08:13 PM
1 | 1 | Nico Schottelius | h1. How to configure ubiquiti network equipment |
---|---|---|---|
2 | |||
3 | h2. General steps |
||
4 | |||
5 | * Reset the device |
||
6 | * ssh into it (username: ubnt, password: ubnt) |
||
7 | * Setup a password |
||
8 | |||
9 | |||
10 | |||
11 | h2. Upgrading most ubiquiti access points |
||
12 | |||
13 | |||
14 | * Dowload the latest firmware from https://www.ui.com/download |
||
15 | * scp it to the device as /tmp/fwupdate.bin |
||
16 | * ssh into the device, run @syswrapper.sh upgrade2 &@ (seems to need to be backgrounded) |
||
17 | 2 | Nico Schottelius | |
18 | |||
19 | h2. Enabling ssh access without a password |
||
20 | |||
21 | * Add your public RSA (ed25519 don't work) to /etc/dropbear/authorized_keys |
||
22 | |||
23 | h2. Configuring Wifi |
||
24 | |||
25 | * Download the "unifi network" app |
||
26 | * Go to account->standalone devices : wait for the aps to show up |
||
27 | 3 | Nico Schottelius | |
28 | |||
29 | 4 | Nico Schottelius | h2. Installing OpenWRT on AP Lite/LR/Pro |
30 | 3 | Nico Schottelius | |
31 | 1 | Nico Schottelius | Stock ubiquiti does not work in IPv6 only environments. So replacing the stock firmware with OpenWRT makes them usable. |
32 | 4 | Nico Schottelius | |
33 | * Update ("downgrade") to firmware version 3.7.58 |
||
34 | ** https://dl.ui.com/unifi/firmware/U7PG2/3.7.58.6385/BZ.qca956x.v3.7.58.6385.170508.0957.bin |
||
35 | * Get the latest openwrt image |
||
36 | ** Check https://openwrt.org/toh/ubiquiti/unifiac |
||
37 | * Use mtd to replace it and to zero the backup copy |