From e23039e6428e0da6e1fb2add92466b45bbf5e15f Mon Sep 17 00:00:00 2001 From: mjain Date: Thu, 30 Nov 2023 13:32:54 -0500 Subject: [PATCH] ubiquiti bullet setup --- documents/installation/radio_setup.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 documents/installation/radio_setup.md diff --git a/documents/installation/radio_setup.md b/documents/installation/radio_setup.md new file mode 100644 index 00000000..0f93e754 --- /dev/null +++ b/documents/installation/radio_setup.md @@ -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.