2
edits
Ubiquitous (talk | contribs) |
|||
Line 36: | Line 36: | ||
<br><br><br> | <br><br><br> | ||
'''Mesh the planet...''' | '''Mesh the planet...''' | ||
=Configuring B.A.T.M.A.N to Mesh with Sudo Mesh= | |||
This tutorial assumes that you have your Beagle Bone configured running Debian Wheezy. | |||
<pre> | |||
modprobe batman-adv | |||
batctl if add eth0 | |||
ifconfig wlan0 down | |||
ifconfig wlan0 mtu 1532 | |||
iwconfig wlan0 mode ad-hoc essid pplsopen.net-node2node \ | |||
ap CA:FE:C0:DE:F0:0D channel 11 | |||
batctl if add wlan0 | |||
ifconfig wlan0 up | |||
ifconfig bat0 up | |||
ifconfig bat0 10.200.8.1 | |||
route add default gw 10.0.99.1 | |||
echo 1 > /proc/sys/net/ipv4/ip_forward | |||
</pre> |
edits