diff --git a/docs/index.rst b/docs/index.rst index 7f2f7cec50b16fff15a37a63e56fafa3ba00a20d..dafe30516209353a02b8c1dce388e1c5c1e0862f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,6 +73,7 @@ Several Freifunk communities in Germany use Gluon as the foundation of their Fre package/gluon-radv-filterd package/gluon-scheduled-domain-switch package/gluon-web-admin + package/gluon-web-network package/gluon-web-logging .. toctree:: diff --git a/docs/package/gluon-web-network.png b/docs/package/gluon-web-network.png new file mode 100644 index 0000000000000000000000000000000000000000..f82251ac61f4964d995162d1cdd27eca3c1404a9 Binary files /dev/null and b/docs/package/gluon-web-network.png differ diff --git a/docs/package/gluon-web-network.rst b/docs/package/gluon-web-network.rst new file mode 100644 index 0000000000000000000000000000000000000000..5de4359f4f78962e7aecd3e44da7d5c6e5ff3a98 --- /dev/null +++ b/docs/package/gluon-web-network.rst @@ -0,0 +1,19 @@ +gluon-web-network +================= + +The package *gluon-web-network* is part of the :ref:`Feature Flag <user-site-feature-flags>` web-advanced. +It allows to configure the roles of the gluon nodes network interfaces in config mode through checkboxes. + +It is a user-friendly way to configure what otherwise would need the :ref:`wired-mesh-commandline`. + +.. image:: gluon-web-network.png + +configuration options +--------------------- + +The following roles can be assigned to the interfaces: +* `Uplink` - interface is used for WAN connection, which is used for the VPN if `mesh-vpn` checkbox is enabled in basic config mode +* `Mesh` - interface is used for :doc:`../features/wired-mesh`. Using this on the WAN interface is also known as "Mesh-on-WAN" +* `Client` - interface is used as client network - connected devices to this interface should get a working internet configuration through DHCP + +The roles `Uplink`/`Mesh` and `Client` are mutually exclusive.