Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Check all configured VAPs should be up and running with "iw dev" command
  • VAPs should be broadcasting default EasyMesh SSIDS (ie private_ssid, mesh_backhaul)

5. Set static IP for Run udhcpc to get ipaddr of brlan0 interface in Extender1

Code Block
languagebash
ifconfig brlan0 10.0.0.215 netmask 255.255.255.0 upudhcpc -i brlan0

6. Test the connectivity to EM-Controller through backhaul

...

  • Check all configured VAPs should be up and running with "iw dev" command
  • VAPs should be broadcasting default EasyMesh SSIDS (ie private_ssid, mesh_backhaul)

7. Set static IP for Run udhcpc to get ip addr of brlan0 interface in Extender2

Code Block
languagebash
ifconfig brlan0 10.0.0.210 netmask 255.255.255.0 upudhcpc -i brlan0

8. Test the connectivity to EM-Controller through backhaul

...