Skip to content

Instantly share code, notes, and snippets.

@greyhoundforty
Created August 31, 2015 00:32
Show Gist options
  • Save greyhoundforty/5df2f9a65bae3d4b029c to your computer and use it in GitHub Desktop.
Save greyhoundforty/5df2f9a65bae3d4b029c to your computer and use it in GitHub Desktop.
Softlayer eth0 Ubuntu
# eth0
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 10.x.x.x
netmask 255.255.255.x
post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.x.x.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment