Wireless Mesh configuration example

From Teltonika Networks Wiki

Introduction

Wireless networks have become widely adopted in various industrial, agricultural, medical military and scientific areas, due to a widespread use of various remote sensors, monitoring and management devices as well as new, constantly emerging services. The necessity for wireless coverage has grown in both indoor and outdoor environments, as in many cases the 100 m connection limitation of ethernet cable is not sufficient to cover the required area. Wireless mesh networks basically work as a replacement of cables. The client station connects to the access point without any additional steps or requirements and without knowing if the access point connects to the wired network directly or through a mesh cloud. Mesh functionality is carried out by access points, which support additional features, functions and frame formats in order to expand wireless coverage. All stations in a mesh might send, receive and forward traffic. Mesh networks allow to transfer messages between stations that are not in direct communication through other intermediate stations. This provides a layer of robustness as, in case of a device failure, traffic can be rerouted, so, generally, mesh networks have no single points of failure. They are also relatively easy to scale, as a new device can be easily added to the mesh and underlying algorithms automatically create new links and routes between devices. The example below shows how to configure Teltonika routers for wireless mesh network functionality.

Prerequisites

The configuration of wireless mesh with Teltonika devices is relatively simple and involves only a few steps repeated for multiple devices. The device count depends on the use case, however, the configuration provided can be easily scaled for many devices. For the following example, three RUTX11 routers will be used:

  1. One router has to be connected to the internet. It will act as a mesh gateway and DHCP server.
  2. Other routers will operate as mesh nodes.

Topology

Configuration

Mesh gateway

This router must have access to the internet. The following settings should be enabled by default.

  1. Access router‘s WebUI. Navigate to NetworkInterfaces.
  2. Press the pencil icon on the right of the LAN interface.
  3. If necessary, select Protocol in the General settings tab as Static.
  4. Enter IPv4 address, as well as subnet mask.
  5. Enable DHCP. Based on your requirements, edit DHCP limit and lease time or leave the rest of the settings as set by default.

Networking rutx11 configuration example wireless mesh mesh gateway configuration v2.png Networking rutx11 configuration example wireless mesh mesh gateway configuration 2 v2.png


Common settings

The following settings need to be applied to all of the routers in the wireless mesh network including mesh gateway and nodes.

  1. Open router‘s WebUI and navigate to NetworkWireless.
  2. Depending on your application requirements and availability, open 2.4GHz or 5GHz interface configuration. 2.4GHz is selected for this example.
  3. In General Setup tab make sure Mode is selected as Access Point.
  4. Change SSID so that it would be the same in all of the routers.
  5. In Wireless Security tab select encryption and set Password so that it would be the same in all of the routers.
  6. In router‘s WebUI, Navigate to NetworkWireless section. Add new 2.4GHZ or 5GHz interface. This frequency band must match in all routers.
  7. An interface configuration window will show up. In General Setup tab Enable interface, select Mode as Mesh, and enter Mesh ID. Mesh ID Must be identical on all devices.
  8. In Wireless Security tab select Encryption WPA3 – SAE and enter the Password. The password must match on all devices.
  9. In Advanced Settings tab enable Forward mesh peer traffic and set RSSI threshold for joining to -80. Leave the rest as set by default.

Networking rutx11 configuration example wireless mesh mesh common configuration 1 v2.png Networking rutx11 configuration example wireless mesh mesh common configuration 2 v2.png Networking rutx11 configuration example wireless mesh mesh common configuration 3 v2.png Networking rutx11 configuration example wireless mesh mesh common configuration 4 v2.png Networking rutx11 configuration example wireless mesh mesh common configuration 5 v2.png Networking rutx11 configuration example wireless mesh mesh common configuration 6 v2.png Networking rutx11 configuration example wireless mesh mesh common configuration 7 v2.png


Mesh nodes

In order to avoid conflicts, each node router needs to be leased their LAN IP by mesh gateway. These settings should also be set after configuring access and mesh points setting, as, otherwise, you will loose access to the router. To do so:

  1. Access router‘s WebUI. Navigate to NetworkInterfaces.
  2. Press pencil icon on the right of the LAN interface.
  3. Change Protocol to DHCP.

Networking rutx11 configuration example wireless mesh mesh node configuration 1 v2.png Networking rutx11 configuration example wireless mesh mesh node configuration 2 v2.png

Testing the configuration

There are several ways to check the connection.

  • Navigate to NetworkWireless. The mesh interface, in this case "1", shows the number of connected mesh nodes, which is 2.

Networking rutx11 configuration example wireless mesh test 1 v2.png

  • A list of IP addresses leased by mesh gateway can be viewed by going to StatusNetworkLAN. In the screenshot given IP addresses can be seen given to the two RUT routers as well as a device, connected to the access point.

Networking rutx11 configuration example wireless mesh test 2 v2.png

  • Those IPs can be pinged from the mesh gateway despite the fact that there is no wired or mobile connection between the mesh nodes.

Networking rutx11 configuration example wireless mesh test 4 v2.png

External links

  1. https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s
  2. https://www.cwnp.com/uploads/802-11s_mesh_networking_v1-0.pdf