Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2018-08-24,backup-redmine/2019-09-14,master
commit c7c52e2d1499eeaf46b2ada74c423d84afdfcd4b Author: Sven Eckelmann sven@narfation.org Date: Sun Jun 17 11:26:19 2018 +0000
doc: batman-adv/Quick-start-guide: add "headlines" for the basic configuration step of a mixed batman-adv + ethernet system
c7c52e2d1499eeaf46b2ada74c423d84afdfcd4b batman-adv/Quick-start-guide.textile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/batman-adv/Quick-start-guide.textile b/batman-adv/Quick-start-guide.textile index d5e709f..8173c41 100644 --- a/batman-adv/Quick-start-guide.textile +++ b/batman-adv/Quick-start-guide.textile @@ -64,19 +64,17 @@ If you have a couple of computers that you don't want to run batman-adv on but y
On each mesh access point, install batman-adv first, load the module and enter the following commands:
-<pre> +# create device which provides the lower link layer for batman-adv (here IBSS/adhoc but also other modes are possible)<pre> iw dev wlan0 del iw phy phy0 interface add wlan0 type ibss ip link set up mtu 1532 dev wlan0 iw dev wlan0 ibss join my-mesh-network 2412 HT20 fixed-freq 02:12:34:56:78:9A </pre> - +# add the lower link layer device to batman-adv <pre> batctl if add wlan0 -ip link set up dev wlan0 </pre> - -<pre> +# configure bridge to enable exchange of packets between ethernet (eth0) and batman-adv (bat0) <pre> ip link add name mesh-bridge type bridge ip link set dev eth0 master mesh-bridge ip link set dev bat0 master mesh-bridge