# 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 file using interfaces file as a proxy for wpa_supplicant.conf # where the majority of the parameter was specified. # 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-conf /etc/wpa_supplicant/wpa_supplicant.conf #end-of-file.