Difference between revisions of "Node Setup"

Jump to navigation Jump to search
(→‎Install the Firmware: Break into sections, and add better TFTP instructions.)
(→‎UAP AC Mesh: outline only)
Line 126: Line 126:
 
# Copy the Mass Mesh firmware onto the device using SCP, and flash it using MTD
 
# Copy the Mass Mesh firmware onto the device using SCP, and flash it using MTD
 
# Unplug your laptop from the antenna, and set aside
 
# Unplug your laptop from the antenna, and set aside
 +
 +
==== Install the Mass Mesh Firmware ====
 +
# scp the firmware onto the device
 +
# Write the firmware to the device using MTD
  
 
'''Congratulations!''' You have now installed all the firmware you need.
 
'''Congratulations!''' You have now installed all the firmware you need.

Revision as of 19:21, 11 August 2020

In these instructions, we will cover how to deploy a mesh node that is privacy-enabled by default, and allows you to share an Internet connection with your neighbors. The whole setup process takes about 2 hours from start to finish. The necessary hardware is listed below, and instructions for everything from flashing the firmware to placing the antenna are covered.

Definitions

  • Mesh Node: A mesh node is the smallest unit on a mesh network. Every mesh node is a router, and is critical for delivering the online traffic of its neighbors. For more details about how mesh networks and neighborhood networks work internally, please see the Network Architecture page.
  • Firmware: Firmware is the first thing that you will install on your mesh node. Firmware is just like the operating system on your computer (Linux, Windows, Mac, etc.) Firmware is what allows us to install applications, manage users, and all the other things you can do on a functioning computer. The firmware that we use on our network is a customized version of OpenWrt.
  • Antenna/Radio: The antenna (or radio) is what allows your mesh node to communicate with other mesh nodes. Our antennas communicate in free spectrum at 2.4Ghz and 5Ghz -- just like the wi-fi in your home or workplace.
  • Router: A router is any computer that is responsible for "routing" information on a network. All the mesh nodes on our network can also be called routers.
  • Gateway: A gateway or gateway server is a computer (usually a big one) that acts as a bridge between two networks. In order to provide a high level of security on our network, all of our mesh nodes reach the Internet through a gateway server. For more details about how mesh networks and neighborhood networks work internally, please see the Network Architecture page.

Preparation

Note: Set yourself up for success, and introduce yourself in one of our chat rooms before you begin. Something will go wrong during the setup process, and it's best to have experienced friends ready to help when it does.

Considerations

  • Time: about 2 hours
  • Cost: about $150
  • Internet Access: If you do not already have Internet access, you will need to find a neighbor (on your same street) who is willing to set up a mesh node at their home too, and work out a deal to share their Internet connection fairly.
  • Difficulty: The instructions contained on this website are quite technical, and may be incomplete in some places. Most of these instructions were written with Linux users in mind. If you are using another operating system (like Windows or Mac,) some "googling" may be necessary to get through them. As stated above, it's good to have friends. Introduce yourself in any of our chat channels if you want some help getting started!

Materials

Standard Mesh Node

To set up a standard mesh node that broadcasts a secure Internet connection in all directions, you will need to obtain the following equipment:

Custom Mesh Nodes

If you know what kind of hardware you want, and this 'aint it, please see the recommended Hardware Bundles, or browse the full list of Devices.

Firmware Installation

If you prefer, bring your hardware to one of our weekly meetups, and we will be happy to flash it for you!

Raspberry Pi 4

Materials & Software

Warning: Download and install the appropriate version of the Raspberry Pi Imager for your computer before continuing.

Install the Firmware

  1. Download the latest stable version of Mass Mesh's free firmware here
  2. Open the Raspberry Pi Imager (Download and install it from here if you haven't yet.)
  3. Select "Choose OS"
    1. Select "Choose OS"
  4. Scroll to the bottom of the list, and select "Use Custom"
    1. Scroll to the bottom of the list, and select "Use Custom"
  5. Find the Mass Mesh firmware you just downloaded, and select it from the filesystem.
  6. Once you have selected the appropriate firmware, select "Choose SD Card"
    1. Once you have selected the appropriate firmware, select "Choose SD Card"
  7. You should see something like the following. Go ahead and select that card. (You probably only see one, but use the size of the card as a hint if you see several.)
    1. Go ahead and select that card. (You probably only see one, but use the size of the card as a hint if you see several.)
  8. Once you have selected the OS and the SD Card, select "Write." You will see a warning like the one shown below... Go ahead and select "Yes."
    1. Once you have selected the OS and the SD Card, select "Write."
    2. You will see a warning like this... Go ahead and select "Yes."
  9. You should see a screen like the following. Click "Continue," and remove the SD card from your computer.
    1. Click "Continue," and remove the SD card from your computer.
  10. Plug the micro SD card into your Raspberry Pi 4.

Congratulations!!! You have successfully prepared your Raspberry Pi 4b to act as a secure mesh node. Set it aside for now while we prepare the other hardware. We will assemble it at the end in #Assembly.

UAP AC Mesh

Materials

Install the Firmware

The steps to install firmware on the antenna are a bit different than they were for the Raspberry Pi. For one thing, the antenna does not have an SD card. So, we will have to install the firmware by connecting to the antenna with our laptop. Please see page 6 of the "Node Installation Guide" for instructions on plugging in the antenna. After you have followed the instructions there, connect your computer to the port marked "LAN" on your PoE injector. We are now ready to begin installing the firmware.

Enter Factory Reset Mode

  1. Put the antenna into factory reset mode
    1. Unplug the ethernet from the antenna
    2. Use a paper clip to hold in the reset button
    3. Plug the ethernet back in to the antenna, holding the paperclip steady as you do
    4. Continue holding the paper clip until the light on the side of your UAP AC Mesh starts blinking OFF/WHITE/BLUE (should take about 30 seconds)

Set Up a Static IP Address

  1. Assign your computer a static IP address of 192.168.1.25/24
    1. Windows: Setting a static IP address in Windows 10
    2. Mac: Setting a static IP address in OSX
    3. Linux: Setting a static IP address in Ubuntu 18.04 desktop
  2. Open a command prompt/terminal, and type
    ping 192.168.1.20

You should see something like this: (Hit Ctrl + c to stop the output)

PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data.
64 bytes from 192.168.1.20: icmp_seq=1 ttl=63 time=3.37 ms
64 bytes from 192.168.1.20: icmp_seq=2 ttl=63 time=1.36 ms
64 bytes from 192.168.1.20: icmp_seq=3 ttl=63 time=0.995 ms
64 bytes from 192.168.1.20: icmp_seq=4 ttl=63 time=1.81 ms
  • If you don't see something like what's shown above, go back and make sure that the light on the side of your UAP AC Mesh is blinking in the pattern indicated above. If not, start again from #Enter Factory Reset Mode
  • If the light is blinking properly and you still can't ping the device, make sure that your static IP address was assigned properly. If not, start again from #Set Up a Static IP Address
  • If you are still having trouble pinging the device, reach out for help in the chatroom. Someone will help you get unstuck.

Downgrade Ubiquiti AirOS

Because we are "jailbreaking" the Ubiquiti router, we have to downgrade to an older version of their proprietary firmware first. Using a tool called TFTP, we can do this quite simply.

  1. Use TFTP to flash version 3.7 of Ubiquiti's AirOS.
  2. Copy the Mass Mesh firmware onto the device using SCP, and flash it using MTD
  3. Unplug your laptop from the antenna, and set aside

Install the Mass Mesh Firmware

  1. scp the firmware onto the device
  2. Write the firmware to the device using MTD

Congratulations! You have now installed all the firmware you need.

Assembly

To assemble your mesh node, please follow this PDF guide. It can be downloaded for your convenience.

<pdf>File:New_Node_Install_Guide.pdf</pdf>

Tips For Best Results

In order to communicate on the mesh, your node must be able to talk to other nodes in your area. Here are some suggestions to help maximize your signal:

  • Weather resistant nodes should be mounted on the outside of the house or to a column facing the street
  • Indoor nodes should be placed on or near windows facing the street and other buildings
  • Nodes will work best if they have a direct line of sight to each other