Created
June 30, 2014 20:44
-
-
Save pedrocarrico/a8ffbbcfd05cc1c2cd6b to your computer and use it in GitHub Desktop.
Raspbian network interfaces configuration ("/etc/network/interfaces")
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
auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
auto wlan0 | |
allow-hotplug wlan0 | |
iface wlan0 inet dhcp | |
wpa-ssid "SSID" | |
wpa-psk "PASSWORD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment