Skip to content

Instantly share code, notes, and snippets.

@Mebus
Forked from anonymous/gist:42e5ddc1ebebfbce71d7
Last active August 29, 2015 14:22
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 Mebus/1abb163df30111d3c12a to your computer and use it in GitHub Desktop.
Save Mebus/1abb163df30111d3c12a to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto wlan1
allow-hotplug wlan1
iface wlan1 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment