Created
February 27, 2012 23:59
-
-
Save fapestniegd/1927997 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 | |
| auto eth0:1 | |
| iface eth0:1 inet static | |
| address 172.16.0.2 | |
| netmask 255.255.255.255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment