Nuevo Amanecer Mesh Network

Equipment

Starlink Setup

  1. Locate least obstructed view of satellites by using Starlink mobile app.
  2. Secure dish.
  3. Connect to power.

Pass through router set up and connectivity

  1. Connect ethernet adapter to Starlink router. (For Dry Run use another sourced live ethernet connection in place of Starlink dish)
  2. Connect downstream end of ethernet cable to Motorola router WAN port.
  3. Enable Bypass mode on the Starlink app. To do this, connect to the Starlink WiFi, launch your Starlink app, go to Settings > WIFI CONFIGURATION > ADVANCED > Bypass Starlink WiFi router, toggle the switch to enable, and then tap SAVE > OK
  4. Verify router connectivity.

Update firmware on antennas

To update firmware you first need to download the firmware update specific to the access points.

  1. Start at  https://tp-link.com
  2. Open door to antenna and look for barcode. Identify hardware version by looking at text on top of barcode at the right for Hardware Version (you will use that in the next step)
  3. Navigate to Home>Network Expansion>Access points. From there hit the magnifying glass and look for (in separate searches): EAP650-Outdoor and EAP225-Outdoor
  4. Select the Hardware Version you found earlier. in Step 2.
  5. Next go to System and Select Download. Decompress the downloaded file.

Repeat these steps for all 4 access points:

  1. Two ethernet cables are necessary for each of the ports on the POE power supply. One cable goes from a router LAN port to the LAN port on the POE power support. The other cable goes from the POE port on the POE power supply to the antenna access point hardware. Plug in the power supply and look for a green light on the access point.
  2. On the laptop connect to wifi access point associated with the antenna access point. You may need to select this from Other and it will have a long name something like this TP-Link_2.4GHz/5GHz_XXXXXX.
  3. Find out url to connect to by using this command in the terminal: nslookup [tplinkeap.net](http://tplinkeap.net/)
  4. Use the Address under Non-authoritative answer and open a browser with this Address in the url. Example: http://192.186.1.130, but your address likely will be different.
  5. When site opens, use admin/admin to login first time. You will be asked for new username and password, follow instructions.
  6. From there follow Step 5 from https://www.tp-link.com/us/support/faq/2165/.

 

Software install of Omada Controller

Clone repo https://github.com/mbentley/docker-omada-controller

cd docker-omada-controller

Build docker-omada-controller - for Apple silicon see different build command in repo docs

docker build \
 --build-arg INSTALL_VER="5.13.23" \
 --build-arg ARCH="amd64" \
 -f Dockerfile.v5.x \
 -t mbentley/omada-controller:5.13 .

Run docker-omada-controller. Attempted docker-compose method without success. Instead use docker run command:

docker run -d \
 --name omada-controller \
 --restart unless-stopped \
 --ulimit nofile=4096:8192 \
 -p 8088:8088 \
 -p 8043:8043 \
 -p 8843:8843 \
 -p 27001:27001/udp \
 -p 29810:29810/udp \
 -p 29811-29816:29811-29816 \
 -e MANAGE_HTTP_PORT=8088 \
 -e MANAGE_HTTPS_PORT=8043 \
 -e PGID="508" \
 -e PORTAL_HTTP_PORT=8088 \
 -e PORTAL_HTTPS_PORT=8843 \
 -e PORT_ADOPT_V1=29812 \
 -e PORT_APP_DISCOVERY=27001 \
 -e PORT_DISCOVERY=29810 \
 -e PORT_MANAGER_V1=29811 \
 -e PORT_MANAGER_V2=29814 \
 -e PORT_TRANSFER_V2=29815 \
 -e PORT_RTTY=29816 \
 -e PORT_UPGRADE_V1=29813 \
 -e PUID="508" \
 -e SHOW_SERVER_LOGS=true \
 -e SHOW_MONGODB_LOGS=false \
 -e SSL_CERT_NAME="tls.crt" \
 -e SSL_KEY_NAME="tls.key" \
 -e TZ=Etc/UTC \
 -v omada-data:/opt/tplink/EAPController/data \
 -v omada-logs:/opt/tplink/EAPController/logs \
 mbentley/omada-controller:5.13

Go to http://localhost:8088

Use tp-link account for login.

Add router under Wifi section

Add first access point (EAP650-Outdoor) connected to router LAN port. Two ethernet cables are necessary for each of the ports on the POE power supply for the first (EAP650-Outdoor) access point. One cable goes from a router LAN port to the LAN port on the POE power support. The other cable goes from the POE port on the POE power supply to the antenna access point hardware. Plug in the power supply and look for a green light on the access point.

Similar steps for next two access points (EAP225-Outdoor). One ethernet cable needed: going from the POE port on the POE power supply to the antenna access point hardware. Plug in the power supply and look for a green light on the access point.

No items found.
2024-04-10
2024-04-09
2024-03-20
2024-02-17
2024-01-19
2023-11-19
2023-08-05
2023-08-02
2023-05-21
2022-12-14
2022-05-21
2022-05-03
2022-03-29
2021-12-16
2021-11-30
2021-09-09
2021-03-12
2020-08-19
2020-07-20
2020-05-31
2019-10-02
2019-01-20

Sign Up to Receive Our Newsletter and Updates!