Created
February 20, 2015 07:36
-
-
Save hamaguchi/81f300fbcbaf8d261586 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 eth1 | |
iface eth1 inet static | |
address 172.16.1.1 | |
netmask 255.255.0.0 | |
network 172.16.0.1 | |
broadcast 172.16.255.255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment