Skip to content

Instantly share code, notes, and snippets.

@gravataLonga
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save gravataLonga/e94d42bed28dcf10ca2e to your computer and use it in GitHub Desktop.

Select an option

Save gravataLonga/e94d42bed28dcf10ca2e to your computer and use it in GitHub Desktop.
/etc/network/interface
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet static
wpa-ssid "XXXXXXXXXXX"
wpa-psk "XXXXXXXXXXX"
address 192.168.1.69
netmask 255.255.255.0
network 192.168.1.254
gateway 192.168.1.254
proto RSN
key_mgmt WPA-PSK
pairwise CCMP
auth_alg OPEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment