auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.6 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 208.67.220.220 208.67.222.222 217.0.43.193 217.0.43.1 192.168.0.1 # check the WLAN interface pre-up ifconfig eth1 up pre-up ifconfig eth1 down # permit multiple configurations iface eth1 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf # define the WLAN networks iface schugy inet static address 192.168.0.106 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 208.67.220.220 208.67.222.222 217.0.43.193 217.0.43.1 192.168.0.1 iface chocy inet static address 192.168.1.6 netmask 255.255.255.0 # network 192.168.1.0 gateway 192.168.1.1 dns-nameservers 208.67.220.220 208.67.222.222 192.168.1.1 iface network inet static address 212.0.0.212 netmask 255.255.255.0 gateway 212.0.0.179 dns-nameservers 208.67.220.220 208.67.222.222 217.0.43.193 217.0.43.1 212.0.0.179 # only for flashing unconfigured DD-WRT iface dd-wrt inet static address 192.168.1.6 netmask 255.255.255.0 dns-nameservers 208.67.220.220 208.67.222.222 217.0.43.193 217.0.43.1 192.168.1.1 iface hotsplots inet dhcp iface otherhotspots inet dhcp auto eth1