Skip to content

Instantly share code, notes, and snippets.

@t3chguy
Created June 1, 2015 20:36
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 t3chguy/b0e092a6f0d9e1cbe6ef to your computer and use it in GitHub Desktop.
Save t3chguy/b0e092a6f0d9e1cbe6ef to your computer and use it in GitHub Desktop.
# This configuration file is auto-generated.
#
# WARNING: Do not edit this file, your changes will be lost.
# Please create/edit /etc/network/interfaces.head and
# /etc/network/interfaces.tail instead, their contents will be
# inserted at the beginning and at the end of this file, respectively.
#
# NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail
# will be at the very end of this file.
#
# Auto generated lo interface
auto lo
iface lo inet loopback
# Auto generated venet0 interface
auto venet0
iface venet0 inet manual
up ifconfig venet0 up
up ifconfig venet0 127.0.0.2
up route add default dev venet0
down route del default dev venet0
down ifconfig venet0 down
iface venet0 inet6 manual
up route -A inet6 add default dev venet0
down route -A inet6 del default dev venet0
auto venet0:0
iface venet0:0 inet static
address 31.187.70.84
netmask 255.255.255.255
auto venet0:1
iface venet0:1 inet static
address 31.187.70.85
netmask 255.255.255.255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment