Created
March 12, 2015 21:02
-
-
Save bnchdrff/b22498bb1b133f5b13b3 to your computer and use it in GitHub Desktop.
set up mesh on ubuntu 14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get install batctl bridge-utils | |
| ifconfig wlan0 down | |
| iwconfig wlan0 mode ad-hoc essid puppycat channel 1 | |
| ifconfig wlan0 up | |
| batctl if add wlan0 | |
| ifconfig wlan0 mtu 1527 | |
| cat /sys/class/net/wlan0/batman_adv/iface_status | |
| # should be active | |
| ifconfig wlan0 0.0.0.0 | |
| ifconfig bat0 up | |
| ifconfig bat0 10.0.0.3 netmask 255.255.255.0 up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment