Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 5f9c81d37b42e517a98229355285b85cefb873e7 Author: Marek Lindner mareklindner@neomailbox.ch Date: Mon Nov 21 08:01:33 2011 +0000
doc: open-mesh/FAQ
5f9c81d37b42e517a98229355285b85cefb873e7 open-mesh/FAQ.textile | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/open-mesh/FAQ.textile b/open-mesh/FAQ.textile index 30f1a1c4..ac9fca85 100644 --- a/open-mesh/FAQ.textile +++ b/open-mesh/FAQ.textile @@ -27,6 +27,10 @@ h2. Can batman-adv run on interfaces in AP / Station / etc mode ?
batman-adv doesn't know anything about stuff below the ethernet interface. So you could also use it over layer 2 ethernet tunnels, wifi ap, wifi sta, wifi adhoc, ethernet or even write a virtual interface which prints everything on paper and scans the paper on the remote machine (but you should be fast or increase the ogm interval).
+h2. How can I connect non-mesh clients to my batman-adv network ? + +The [[batman-adv:Quick-start-guide|batman-adv quick-start-guide]] explains how to bridge your standard AP / Ethernet interfaces with bat0 which can be problematic if you only possess one WiFi card. In these cases it might be desirable to run adhoc mode and AP mode at the same time. Fortunately, some WiFi chips / drivers support a so-called "multi VAP" (virtual AP) or "multi SSID" mode to have multiple WiFi networks on the same WiFi interface. + h2. Why does batman need so much time to detect a "dead" node ?
Or: Why can I see a node in the originator table a long time after it died ?