# interfaces - residing in /etc/network # # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # # This is an example of wpa_supplicant setup using the only the interface file. # The loopback network interface auto lo iface lo inet loopback allow-hotplug wlan0 eth0 # The old wired network interface. iface eth0 inet dhcp # The new wireless network interface. iface wlan0 inet dhcp wpa-driver wext wpa-ssid kitchen wpa-bssid 00:1a:2b:3c:4d:5e # plaintext passphrase wpa-psk thebigspoon wpa-key-mgmt WPA-PSK wpa-pairwise TKIP CCMP wpa-group TKIP CCMP wpa-proto WPA RSN # uncomment the following and replace example settings # with appropriate local settings. #static ip settings #address 192.168.0.100 #netmask 255.255.255.0 #network 192.168.0.0 #broadcast 192.168.0.255 #gateway 192.168.0.1 # #end-of-file.