Skip to content

Instantly share code, notes, and snippets.

@phillipgreenii
Created March 19, 2016 13:24
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 phillipgreenii/e02c8b94c27d34d3aa9e to your computer and use it in GitHub Desktop.
Save phillipgreenii/e02c8b94c27d34d3aa9e to your computer and use it in GitHub Desktop.
Raspberry PI Wirless Configuration
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
iface eth0 inet6 auto
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
pre-up /usr/bin/occi
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
network={
ssid="LonePineMall"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="PASSPHRASEHERE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment