Skip to content

Instantly share code, notes, and snippets.

@dmaynor
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmaynor/bbb3615cd8f1d98a4c43 to your computer and use it in GitHub Desktop.
Save dmaynor/bbb3615cd8f1d98a4c43 to your computer and use it in GitHub Desktop.
raspberry pi, adhoc wifi, cjdns
- hostname
- publickey auth
- apt-get update/upgrade
- modprobe ipv6
- vim, htop, build-essential
- https://github.com/voltz/nacl4raspi.git
- http://nodejs.org/dist/v0.11.10/node-v0.11.10-linux-arm-pi.tar.gz
- ./cjdroute --genconf >> cjdroute.conf
- ./cjdroute < cjdroute.conf > cjdroute.log
-
INTERFACES="eth0"
HOTPLUG_INTERFACES="eth0"
netstat -nr
route del default
route add default gw 192.168.178.1 dev wlan0
# apt-get install avahi-autoipd
# dhclient timeout
auto wlan0
iface wlan0 inet dhcp
wireless-channel 11
wireless-essid MYNETWORK
wireless-mode ad-hoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment