| #
The
primary
network interface #auto eth0 #iface eth0 inet dhcp # # address 192.168.0.101 # # netmask 255.255.255.0 # # network 192.168.0.0 # # broadcast 192.168.0.255 # # gateway 192.168.0.1 # dns-* options are implemented by the resolvconf package, if installed # dns-nameservers 192.168.0.1 auto wlan0 iface wlan0 inet dhcp pre-up if grep -q ndiswrapper /proc/modules; then :; else modprobe ndiswrapper; fi wireless_keymode open wireless_key xxxxxxxxxx wireless_essid default |