Skip to content

Instantly share code, notes, and snippets.

@nickwynja
Created September 16, 2013 13:50
Show Gist options
  • Select an option

  • Save nickwynja/6580943 to your computer and use it in GitHub Desktop.

Select an option

Save nickwynja/6580943 to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 10.0.1.103
netmask 255.255.255.0
gateway 10.0.1.1
wpa-ssid "YourSSID"
wpa-psk "YOURPASS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment