-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mjain
committed
Nov 30, 2023
1 parent
49c8713
commit e23039e
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Ubiquiti Bullet (Radio) Setup Guide | ||
Connect the antenna to the Ubiquiti bullet. Plug in the PoE injector, and connect the PoE port to the bullet and the LAN port to your computer. | ||
## For Native OS | ||
1. In network settings, configure your ethernet adapter to have a static IPv4 address of `192.168.1.2` with a subnet mask `255.255.255.0`. | ||
2. If you are configuring the access point, open https://192.168.1.21 in a browser. It may take a while to load, keep refreshing the page. If the browser warns about a security risk, ignore it. | ||
3. Log in with username `ubnt` and password `access`. | ||
4. If you are configuring a non-access point, open https://192.168.1.20 in a browser. Log in with username `ubnt` and password `station`. | ||
|
||
## For Ubuntu VMs: | ||
|
||
1. Create a new network adapter for the VM in VirtualBox, and set it to a bridged connection. Initially, set the bridge to `en0: Wi-Fi`, otherwise the VM will not start. | ||
2. Once the VM has started, set the bridge to `en5: USB Ethernet`. This may be different based on your host OS. | ||
3. Follow the steps for Native OS on your VM. |