Difference between revisions of "Wireless Mesh configuration example"

From Teltonika Networks Wiki
Line 1: Line 1:
 
==Introduction==
 
==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.   
+
Wireless networks have become widely adopted in various industrial, agricultural, medical, military, scientific and many other 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==
 
==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, two RUTX11 and one RUT956 routers will be used:
 
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, two RUTX11 and one RUT956 routers will be used:
Line 9: Line 9:
  
 
==Topology==
 
==Topology==
 +
[[File:Networking_RUTOS_Wireless_Mesh_configuration_Example_Topologija_V1.png|border|class=tlt-border]]
 +
The test setup uses two RUTX11 routers, one RUT956 router and a smartphone for testing purposes. One of the RUTX11 devices has access to the internet. Wired WAN connectivity is used, however, any type can be employed. Upon successful configuration, all mesh devices should be able to communicate with each other either directly of through other devices in the mesh, thus allowing to increase wi - fi coverage radius.
 
==Configuration==
 
==Configuration==
 
===Mesh gateway===
 
===Mesh gateway===
Line 16: Line 18:
 
# If necessary, select Protocol in the General settings tab as Static.  
 
# If necessary, select Protocol in the General settings tab as Static.  
 
# Enter IPv4 address, as well as subnet mask.
 
# Enter IPv4 address, as well as subnet mask.
# Enable DHCP. Based on your requirements, edit DHCP limit and lease time or leave the rest of the settings as set by default.
+
# Enable DHCP. Based on your requirements, edit DHCP limit and lease time or leave the rest of the settings as set by default.
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_gateway_configuration_v2.png|border|class=tlt-border]]   
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_gateway_configuration_v2.png|border|class=tlt-border]]   
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_gateway_configuration_2_v2.png|border|class=tlt-border]]  
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_gateway_configuration_2_v2.png|border|class=tlt-border]]  
Line 29: Line 31:
 
     <li>In '''Wireless Security''' tab select encryption and set Password so that it would be '''the same in all of the routers'''.</li>
 
     <li>In '''Wireless Security''' tab select encryption and set Password so that it would be '''the same in all of the routers'''.</li>
 
     <li>In router‘s WebUI, Navigate to '''Network''' → '''Wireless''' section. '''Add new''' 2.4GHZ or 5GHz interface. '''This frequency band must match in all routers'''. </li>
 
     <li>In router‘s WebUI, Navigate to '''Network''' → '''Wireless''' section. '''Add new''' 2.4GHZ or 5GHz interface. '''This frequency band must match in all routers'''. </li>
     <li>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'''.</li>
+
     <li>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 in all devices'''.</li>
     <li>In '''Wireless Security''' tab select Encryption '''WPA3 – SAE''' and enter the Password. '''The password must match on all devices'''.</li>
+
     <li>In '''Wireless Security''' tab select Encryption '''WPA3 – SAE''' and enter the Password. '''The password must match in all devices'''.</li>
 
     <li>In '''Advanced Settings''' tab enable Forward mesh peer traffic and set RSSI threshold for joining to '''-80'''. Leave the rest as set by default.</li>
 
     <li>In '''Advanced Settings''' tab enable Forward mesh peer traffic and set RSSI threshold for joining to '''-80'''. Leave the rest as set by default.</li>
 
</ol>
 
</ol>
Line 42: Line 44:
 
----
 
----
 
===Mesh nodes===
 
===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:   
+
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 settings, as, otherwise, access to the router will be lost. The configuration is as follows:   
 
# Access router‘s WebUI. Navigate to '''Network''' → '''Interfaces'''.</li>  
 
# Access router‘s WebUI. Navigate to '''Network''' → '''Interfaces'''.</li>  
 
# Press pencil icon on the right of the LAN interface.</li>
 
# Press pencil icon on the right of the LAN interface.</li>
# Change Protocol to DHCP.</li>   
+
# Change Protocol to '''DHCP'''.</li>   
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_node_configuration_1_v2.png|border|class=tlt-border]]
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_node_configuration_1_v2.png|border|class=tlt-border]]
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_node_configuration_2_v2.png|border|class=tlt-border]]
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_mesh_node_configuration_2_v2.png|border|class=tlt-border]]
 
==Testing the configuration==
 
==Testing the configuration==
 
There are several ways to check the connection.  
 
There are several ways to check the connection.  
*Navigate to '''Network''' → '''Wireless'''. The mesh interface, in this case "1", shows the number of connected mesh nodes, which is 2.
+
*Access mesh gateway's WebUI.
 +
*Navigate to '''Network''' → '''Wireless'''. The mesh interface, in this case "1", shows the number of connected mesh nodes, which is 2 and indicates the cpnfigures RUTX11 and RUT956.
 
[[File:Networking rutx11 configuration example wireless mesh test 1 v2.png|border|class=tlt-border]]  
 
[[File:Networking rutx11 configuration example wireless mesh test 1 v2.png|border|class=tlt-border]]  
*A list of IP addresses leased by mesh gateway can be viewed by going to '''Status''' → '''Network''' → '''LAN'''. 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.
+
*A list of IP addresses leased by mesh gateway can be viewed by going to '''Status''' → '''Network''' → '''LAN'''. In the screenshot, IP addresses can be seen provided to the two RUT routers as well as a device, connected to the access point, which is a smartphone in this case.
 
[[File:Networking rutx11 configuration example wireless mesh test 2 v2.png|border|class=tlt-border]]
 
[[File:Networking rutx11 configuration example wireless mesh test 2 v2.png|border|class=tlt-border]]
 
*Those IPs can be pinged from the mesh gateway despite the fact that there is no wired or mobile connection between the mesh nodes.  
 
*Those IPs can be pinged from the mesh gateway despite the fact that there is no wired or mobile connection between the mesh nodes.  
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_test_4_v2.png|border|class=tlt-border]]
 
[[File:Networking_rutx11_configuration_example_wireless_mesh_test_4_v2.png|border|class=tlt-border]]
 +
*One more test to perform is to physically displace mesh nodes, move around the coverage area with the device connected to the Wireless AP SSID and see if wi - fi access to the internet remains outside of the initial router coverage radius.
 
==External links==
 
==External links==
 
# [https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s]
 
# [https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s]
 
# [https://www.cwnp.com/uploads/802-11s_mesh_networking_v1-0.pdf https://www.cwnp.com/uploads/802-11s_mesh_networking_v1-0.pdf]
 
# [https://www.cwnp.com/uploads/802-11s_mesh_networking_v1-0.pdf https://www.cwnp.com/uploads/802-11s_mesh_networking_v1-0.pdf]

Revision as of 07:40, 4 April 2022

Introduction

Wireless networks have become widely adopted in various industrial, agricultural, medical, military, scientific and many other 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, two RUTX11 and one RUT956 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

Networking RUTOS Wireless Mesh configuration Example Topologija V1.png The test setup uses two RUTX11 routers, one RUT956 router and a smartphone for testing purposes. One of the RUTX11 devices has access to the internet. Wired WAN connectivity is used, however, any type can be employed. Upon successful configuration, all mesh devices should be able to communicate with each other either directly of through other devices in the mesh, thus allowing to increase wi - fi coverage radius.

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 in all devices.
  8. In Wireless Security tab select Encryption WPA3 – SAE and enter the Password. The password must match in 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 settings, as, otherwise, access to the router will be lost. The configuration is as follows:

  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.

  • Access mesh gateway's WebUI.
  • Navigate to NetworkWireless. The mesh interface, in this case "1", shows the number of connected mesh nodes, which is 2 and indicates the cpnfigures RUTX11 and RUT956.

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, IP addresses can be seen provided to the two RUT routers as well as a device, connected to the access point, which is a smartphone in this case.

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

  • One more test to perform is to physically displace mesh nodes, move around the coverage area with the device connected to the Wireless AP SSID and see if wi - fi access to the internet remains outside of the initial router coverage radius.

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