Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit f208cf80cd6ec5a0f45636a5d94491713c0ff403 Author: Marek Lindner mareklindner@neomailbox.ch Date: Mon Nov 14 17:09:02 2011 +0000
doc: batman-adv/Tweaking
f208cf80cd6ec5a0f45636a5d94491713c0ff403 batman-adv/Tweaking.textile | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/batman-adv/Tweaking.textile b/batman-adv/Tweaking.textile index 88be2246..efa772fc 100644 --- a/batman-adv/Tweaking.textile +++ b/batman-adv/Tweaking.textile @@ -48,9 +48,9 @@ After having added interfaces to a mesh cloud, batman-adv automatically creates
<pre> ls /sys/class/net/bat0/mesh/ -aggregated_ogms gw_bandwidth hop_penalty vis_mode -bonding gw_mode log_level -fragmentation gw_sel_class orig_interval +aggregated_ogms fragmentation gw_sel_class orig_interval +ap_isolation gw_bandwidth hop_penalty vis_mode +bonding gw_mode log_level </pre>
h3. aggregate originator messages @@ -64,6 +64,17 @@ cat /sys/class/net/bat0/mesh/aggregated_ogms enabled </pre>
+h3. ap isolation + +Available since: batman-adv 2011.4.0 + +Standard WiFi AccessPoints support a feature known as 'AP isolation' which prevents one connected wireless client to talk to another wireless client. In most situations this is considered a security feature. If the WiFi AP interface is bridged into a batman-adv mesh network it might be desirable to extend this wireless client isolation throughout the mesh network, therefore batman-adv has the ability to do just that (disabled by default). + +<pre> +cat /sys/class/net/bat0/mesh/ap_isolation +disabled +</pre> + h3. bonding mode
Available since: batman-adv 2010.1.0