Created
December 26, 2014 21:03
-
-
Save Depicus/2f1f1688075b7f4f1829 to your computer and use it in GitHub Desktop.
Network config for Ubuntu servers because I can never remember :)
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
# The primary network interface | |
auto eth0 | |
iface eth0 inet static | |
address 10.11.11.33 | |
netmask 255.255.0.0 | |
gateway 10.11.2.6 | |
dns-nameservers 10.11.1.24 8.8.8.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment