Skip to content

Instantly share code, notes, and snippets.

@Depicus
Created December 26, 2014 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Depicus/2f1f1688075b7f4f1829 to your computer and use it in GitHub Desktop.
Save Depicus/2f1f1688075b7f4f1829 to your computer and use it in GitHub Desktop.
Network config for Ubuntu servers because I can never remember :)
# 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