# /etc/network/interfaces # Loopback - MUST BE ON auto lo iface lo inet loopback # Ethernet adapter #auto eth0 #iface eth0 inet dhcp # Wi-Fi (no security) #auto wlan0 #iface wlan0 inet dhcp # wireless-essid NETWORK-SSID-GOES-HERE # Wi-Fi (WEP) #auto wlan0 #iface wlan0 inet dhcp # wireless-essid NETWORK-SSID-GOES-HERE # wireless-key s:ASCII-PASSKEY-GOES-HERE # Wi-Fi (WPA) #auto wlan0 #iface wlan0 inet dhcp # wpa-ssid NETWORK-SSID-GOES-HERE # wpa-psk PASSKEY-GOES-HERE # wpa-key-mgmt WPA-PSK # wpa-pairwise TKIP CCMP # wpa-group TKIP CCMP # wpa-proto WPA RSN # wpa-ap-scan 1 # wpa-scan-ssid 1