Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit f8964d6a8011fed5a5c545938ec6eea5fc16bc72 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Wed Dec 16 01:15:02 2009 +0000
doc: batman-adv/Quick-start-guide: added iwconfig command for wifi ad-hoc mode setting
f8964d6a8011fed5a5c545938ec6eea5fc16bc72 batman-adv/Quick-start-guide.textile | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/batman-adv/Quick-start-guide.textile b/batman-adv/Quick-start-guide.textile index 82eb8353..ccdd1b45 100644 --- a/batman-adv/Quick-start-guide.textile +++ b/batman-adv/Quick-start-guide.textile @@ -17,6 +17,9 @@ So where are we going to send data packets to if not to those interfaces we had == Laptop-to-Laptop Mesh Network with == On all laptops, install B.A.T.M.A.N.-Adv and enter the following commands: {{{ +iwconfig wlan0 mode ad-hoc essid my-mesh-network ap 02:12:34:56:78:9A channel 1 +}}} +{{{ batctl if wlan0 ifconfig wlan0 up ifconfig bat0 up @@ -28,6 +31,9 @@ If you have a couple of computers that are not able to / where you don't want ru
On each mesh access point, install B.A.T.M.A.N.-Adv first and enter the following commands: {{{ +iwconfig wlan0 mode ad-hoc essid my-mesh-network ap 02:12:34:56:78:9A channel 1 +}}} +{{{ batctl if wlan0 ifconfig wlan0 up }}}