Last active
August 29, 2015 14:25
-
-
Save dmaynor/bbb3615cd8f1d98a4c43 to your computer and use it in GitHub Desktop.
raspberry pi, adhoc wifi, cjdns
This file contains 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
- 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 | |
- |
This file contains 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
INTERFACES="eth0" | |
HOTPLUG_INTERFACES="eth0" |
This file contains 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
netstat -nr | |
route del default | |
route add default gw 192.168.178.1 dev wlan0 |
This file contains 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 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