Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Last active October 27, 2017 20:06
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 JoeyAndres/3d6e730c81b4003f4ca4983c0c0c9691 to your computer and use it in GitHub Desktop.
Save JoeyAndres/3d6e730c81b4003f4ca4983c0c0c9691 to your computer and use it in GitHub Desktop.
/etc/network/interfaces static ip setup
auto eth0
iface eth0 inet static
address 192.168.1.1
netmask 255.255.0.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment