mesh-on-wan.rst 407 B

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