Created
December 28, 2013 11:19
-
-
Save Avasz/8158412 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auto lo | |
| iface lo inet loopback | |
| allow-hotplug eth0 | |
| iface eth0 inet dhcp | |
| auto wlan0 | |
| allow-hotplug wlan0 | |
| iface wlan0 inet manual | |
| wpa-driver wext | |
| wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf | |
| #auto wlan1 | |
| #allow-hotplug wlan1 | |
| #iface wlan1 inet manual | |
| # wpa-driver wext | |
| # wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf | |
| #iface win7 inet dhcp | |
| #iface duane inet dhcp | |
| iface default inet dhcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment