Skip to content

Instantly share code, notes, and snippets.

@ivoscc
Created April 15, 2013 01:13
Show Gist options
  • Save ivoscc/5385001 to your computer and use it in GitHub Desktop.
Save ivoscc/5385001 to your computer and use it in GitHub Desktop.
#/etc/network.d/eth0
CONNECTION='ethernet'
DESCRIPTION='VPS eth0 connection'
INTERFACE='eth0'
IP='static'
ADDR='X.X.X.X'
GATEWAY='X.X.X.X'
DNS=('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