# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto venet0 lo
iface venet0 inet static
	address 127.0.0.1
	netmask 255.255.255.255
	broadcast 0.0.0.0
	up route add -net 191.255.255.1 netmask 255.255.255.255 dev venet0
	up route add default gw 191.255.255.1
iface lo inet loopback
#
#auto venet0:0
#iface venet0:0 inet static
#	address 10.0.0.55
#	netmask 255.255.255.255
#	broadcast 0.0.0.0
