-
Notifications
You must be signed in to change notification settings - Fork 36
Setting Up an Access Point
Schuyler Erle edited this page Sep 9, 2019
·
5 revisions
The wireless access point used in the Buendia reference configuration is the Ubiquiti NanoStation M2.
The following instructions describe how to configure the NanoStation M2 for use in the reference configuration.
- Factory reset (push the button inside the unit, near where the POE cable goes into the white body of the AP, for 10 seconds or more while power is on)
- Connect to a computer using an Ethernet cable to the POE box (the LAN port) and configure the resulting wired connection with IP address 192.168.1.21 and netmask 255.255.255.0.
- Visit http://192.168.1.20/ in a web browser.
- Initial login username/password is ubnt/ubnt.
- Set country to "United States"
- Select the checkbox to accept the terms of use
- Login to AirOS admin portal.
- Download the NanoStation M3 configuration from the Buendia GitHub repo.
- Go to the System tab, and click "Upload configuration". Select the
nanostation-m3.cfg
file from your local machine, and upload it to the NanoStation. - Confirm the changes in the admin interface.
- Restart the NanoStation. At this point the NanoStation should be ready to use.
Follow these instructions if, for whatever reason, you need to configure a NanoStation M3 completely from scratch.
- Factory reset and then log into the NanoStation admin portal, as described in Quick Start steps 1-3.
- Go to the Wireless tab.
- Set Wireless Mode to
Access Point
. - Set SSID to
buendia
. - Set Channel Width to
20 MHz
. This is necessary for certain Wi-Fi clients to be able to connect to the NanoStation. - Set Frequency, MHz to
2412
(or some other reasonable setting). - Set Security to
WPA2-AES
. - Set WPA Preshared Key to a good password. The default in
buendia-networking
isplumpynut
. - Click Change before proceeding.
- Set Wireless Mode to
- The NanoStation will insist on having its administrator password changed. Enter ubnt/ubnt and then pick a new, less obvious administrator password.
- Go to the Network tab.
- Set Network Mode to
Router
- Set Network Mode to
- Under WAN settings:
- Set WAN interface to
BRIDGE0
. - Set static IP to
192.168.1.20
. This will keep the NanoStation admin page at the original address. - Set gateway IP to
192.168.1.1
- Set primary DNS to
8.8.8.8
- Uncheck Block Management access.
- Set WAN interface to
- Under LAN settings:
- Set IP address to
10.0.0.1
- Set Netmask to
255.255.255.0
(it's probably already there by default) - Enable DHCP Server.
- Set DHCP range start to
10.0.0.10
. - Set Primary DNS server to
10.0.0.2
. (in the reference configuration, the NUC takes this address statically) - Click Change before proceeding.
- At the top of the screen, you will be prompted to apply the changes. Click Apply.
- Set IP address to
- Go to the first tab at the top with the Ubiquiti "swoosh" logo.
- Disable "AirMAX". This is actually a must for ordinary Wi-Fi clients to connect to the NanoStation.
- Click Change.
- You will be prompted to apply the changes. Click Apply.
- The NanoStation is ready to go at this point. You can go to the System tab, and download the configuration for use on other devices.
About the software
System Overview
Client Application
Server Application
Server Platform
Development practices
GitHub Usage
Java Style
Testing
Releases
For field users and testers
Software Install and Configuration
Upon Receiving Your Gear
Setting Up a Tablet
Setting Up a Server
Setting Up an Access Point
Reference Configuration