Last active
August 29, 2015 14:14
-
-
Save gravataLonga/e94d42bed28dcf10ca2e to your computer and use it in GitHub Desktop.
/etc/network/interface
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 | |
| 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