Skip to content

Instantly share code, notes, and snippets.

@bnchdrff
Created March 12, 2015 21:02
Show Gist options
  • Select an option

  • Save bnchdrff/b22498bb1b133f5b13b3 to your computer and use it in GitHub Desktop.

Select an option

Save bnchdrff/b22498bb1b133f5b13b3 to your computer and use it in GitHub Desktop.
set up mesh on ubuntu 14
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