mesh-on-wan.rst 399 B

123456789101112131415161718
  1. Mesh on WAN
  2. ===========
  3. It's possible to enable the mesh on the WAN port like this::
  4. uci set network.mesh_wan.auto=1
  5. uci commit
  6. It may also be disabled again by running::
  7. uci set network.mesh_wan.auto=0
  8. uci commit
  9. site.conf
  10. ---------
  11. The optional option ``mesh_on_wan`` may be set to ``true`` (``false`` is the
  12. default) to enable meshing on the WAN port without further configuration.