Created
November 19, 2014 02:57
-
-
Save mmmpa/9d55d0bc9d9ee6a3ff15 to your computer and use it in GitHub Desktop.
This file contains 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 eth0 | |
iface eth0 inet static | |
address 192.168.249.128 | |
network 192.168.249.0 | |
netmask 255.255.255.0 | |
broadcast 192.168.249.255 | |
gateway 192.168.249.2 | |
dns-nameservers 192.168.249.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment