Skip to content

Instantly share code, notes, and snippets.

@f-akazawa
Last active August 29, 2015 14:10
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 f-akazawa/d160f4b824cb8dce3e61 to your computer and use it in GitHub Desktop.
Save f-akazawa/d160f4b824cb8dce3e61 to your computer and use it in GitHub Desktop.
#start on (local-filesystems
# and started dbus
# and static-network-up)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.xxx.xxx
netmask 255.255.255.0
gateway 192.168.1.1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment