# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback auto eth0 mapping eth0 script /usr/local/sbin/detect-network map eth0-muc ping 10.1.100.10 255.255.255.0 10.1.100.254 map eth0-pdx ping 134.242.64.175 255.255.252.0 134.242.64.254 map eth0-haj ping 192.168.0.6 255.255.255.0 192.168.0.1 map eth0-dhcp fallback iface eth0-muc inet static address 10.1.100.10 netmask 255.255.255.0 network 10.1.100.0 broadcast 10.1.100.255 gateway 10.1.100.254 dns-nameservers 195.50.140.114 195.50.140.252 iface eth0-pdx inet static address 134.242.64.175 netmask 255.255.252.0 network 134.242.64.0 broadcast 134.242.67.255 gateway 134.242.64.254 dns-nameservers 134.242.67.25 134.242.64.1 iface eth0-haj inet static address 192.168.0.6 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 iface eth0-off inet static address 192.168.255.6 netmask 255.255.255.0 network 192.168.255.0 broadcast 192.168.255.255 iface eth0-dhcp inet dhcp auto eth1 iface eth1 inet dhcp # wireless-essid incline/public wireless-essid nCUBE wireless-nick stephan-lap wireless-mode Managed