Created
January 23, 2014 21:34
-
-
Save pierot/8587276 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 | |
| auto eth0 iface | |
| eth0 inet dhcp |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
auto lo
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet static
address 10.10.0.1
netmask 255.255.255.0
auto eth0
iface eth0 inet dhcp