BATMAN-Advanced Setup: Difference between revisions
From HacDC Wiki
Haxwithaxe (talk | contribs) |
Haxwithaxe (talk | contribs) |
||
Line 23: | Line 23: | ||
# <pre># echo bat0 > /sys/class/net/wlan0/batman_adv/mesh_iface</pre> | # <pre># echo bat0 > /sys/class/net/wlan0/batman_adv/mesh_iface</pre> | ||
# <pre># cat /sys/class/net/wlan0/batman_adv/iface_status</pre> Should read "active". | # <pre># cat /sys/class/net/wlan0/batman_adv/iface_status</pre> Should read "active". | ||
# <pre># ifconfig wlan0 0.0.0.0</pre> | # <pre># ifconfig wlan0 0.0.0.0</pre> | ||
# <pre># ifconfig bat0 up</pre> | |||
# give bat0 an ip somehow ... Will? |
Revision as of 00:06, 27 February 2011
Compile and install BATMAN-Advanced
Download batman-adv and batctl. Standard "make && sudo make install".
If no interface "wlan0" exists, check for a different wireless interface using 'ifconfig -a'
Setup ad-Hoc network
- Disable NetworkManager
- Fedora:
# /etc/init.d/NetworkManager stop
- Ubuntu:
# stop network-manager
- Fedora:
- Disable the firewall
# iptables -F
# ifconfig wlan0 down
# iwconfig wlan0 mode ad-hoc essid hacdc-batman channel 8
# ifconfig wlan0 up
Setup BATMAN-Advanced
In the unpacked 'batman-adv' directory:
# insmod batman-adv.ko
In the batctl directory:
# ./batctl if add wlan0
# ifconfig wlan0 mtu 1527
# echo bat0 > /sys/class/net/wlan0/batman_adv/mesh_iface
# cat /sys/class/net/wlan0/batman_adv/iface_status
Should read "active".# ifconfig wlan0 0.0.0.0
# ifconfig bat0 up
- give bat0 an ip somehow ... Will?