# 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 roaming wpa_supplicant setup for interface file. # # This assumes wpa_supplicant, guessnet and ifplugd are installed. # uncomment and edit the appropriate portion to taste. auto lo allow-hotplug eth0 eth1 eth2 # The loopback network interface iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 # LAN interface iface eth0 inet dhcp # Firewire interface iface eth1 inet dhcp # Wireless LAN using roaming mode of wpa_supplicant. iface eth2 inet manual wpa-driver wext wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf wpa-roam-default-iface default-wparoam wpa-mapping-script guessnet-ifupdown wpa-map default: default-guessnet #wpa-map0 kitchen #wpa-map1 cafe_static #iface kitchen inet dhcp #iface cafe_static inet static # address 192.168.1.207 # netmask 255.255.255.0 # broadcast 192.168.1.255 # gateway 192.168.1.1 iface default-guessnet inet dhcp iface default-wparoam inet dhcp # #end-of-file.