# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). auto lo iface lo inet loopback auto eth2 iface eth2 inet dhcp dns-domain mikemestnik.net dns-search mikemestnik.net dns-nameserver 192.168.172.100 2001:4860:4860::8888 2001:4860:4860::8844 #auto wpa0 #iface wpa0 inet manual # pre-up iw dev "$IFACE" del 1>/dev/null >/dev/null || true; # pre-up iw phy phy0 interface add "$IFACE" type managed # pre-up ifconfig "$IFACE" hw ether 00:17:f2:53:dd:70 # pre-up iw dev "$IFACE" set type managed # wpa-driver nl80211 # wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf # post-down daemon -- bash -c "wpa_cli disconnect && \ # sleep 5 && wpa_cli terminate; \ # iw dev '$IFACE' del" || true; #iface default inet dhcp