# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # Interfaces to be started automatically: auto lo eth0 wlan0 # The loopback network interface iface lo inet loopback # The Ethernet cable interface iface eth0 inet dhcp # iface eth0 inet static # address 193.0.83.148 # netmask 255.255.252.0 #- this is an example of static configuration # The wireless network interface mapping wlan0 script /usr/local/sbin/wlan0-mapping.sh map iftwlan0 wlan0-ift0 map iftwlan1 wlan0-ift1 map nurkownia wlan0-home map * wlan0-any # if adding another wireless net add a 'map' line above # the 'map *' line; it should contain 'map' essid label # the essid is shown by: iwlist scan | grep ESSID\\\|Quality # the label is a label of a description like these below # the description for a new net must be added as well iface wlan0-home inet dhcp wireless-essid .... wireless-key .... # type the name of the network and key instead of dots iface wlan0-ift0 inet dhcp wireless-essid iftwlan0 iface wlan0-ift1 inet dhcp wireless-essid iftwlan1 iface wlan0-any inet dhcp wireless-essid *