<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: No loopback device in OpenVZ/Virtuozzo servers</title>
	<link>http://www.chengfu.net/2007/11/no-loopback-device-in-openvzvirtuozzo-servers/</link>
	<description>Coding for fun</description>
	<pubDate>Thu, 29 Jul 2010 12:17:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Robert Poehler</title>
		<link>http://www.chengfu.net/2007/11/no-loopback-device-in-openvzvirtuozzo-servers/#comment-10623</link>
		<author>Robert Poehler</author>
		<pubDate>Tue, 26 May 2009 07:32:02 +0000</pubDate>
		<guid>http://www.chengfu.net/2007/11/no-loopback-device-in-openvzvirtuozzo-servers/#comment-10623</guid>
		<description>vi /etc/vz/dists/scripts/debian-add_ip.sh

LOOPBACK=lo   #add if missing

remove #

auto ${LOOPBACK}                    #add
auto ${VENET_DEV}                   
iface ${LOOPBACK} inet loopback     #add
iface ${VENET_DEV} inet static
 address 127.0.0.1
 netmask 255.255.255.255
 broadcast 0.0.0.0

done 

:)</description>
		<content:encoded><![CDATA[<p>vi /etc/vz/dists/scripts/debian-add_ip.sh</p>
<p>LOOPBACK=lo   #add if missing</p>
<p>remove #</p>
<p>auto ${LOOPBACK}                    #add<br />
auto ${VENET_DEV}<br />
iface ${LOOPBACK} inet loopback     #add<br />
iface ${VENET_DEV} inet static<br />
 address 127.0.0.1<br />
 netmask 255.255.255.255<br />
 broadcast 0.0.0.0</p>
<p>done </p>
<p> <img src='http://www.chengfu.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daffy</title>
		<link>http://www.chengfu.net/2007/11/no-loopback-device-in-openvzvirtuozzo-servers/#comment-10598</link>
		<author>daffy</author>
		<pubDate>Tue, 05 May 2009 09:29:33 +0000</pubDate>
		<guid>http://www.chengfu.net/2007/11/no-loopback-device-in-openvzvirtuozzo-servers/#comment-10598</guid>
		<description>hi!

I'm looking for doing exactly the same thing. (DRBD on Virtuozzo containers). 

Did you find another solution to solved the problem ?

Do you know if there is a solution to add another virtual hard drive (vzfs) to a virtuozzo container ?

Thanks

Daffy</description>
		<content:encoded><![CDATA[<p>hi!</p>
<p>I&#8217;m looking for doing exactly the same thing. (DRBD on Virtuozzo containers). </p>
<p>Did you find another solution to solved the problem ?</p>
<p>Do you know if there is a solution to add another virtual hard drive (vzfs) to a virtuozzo container ?</p>
<p>Thanks</p>
<p>Daffy</p>
]]></content:encoded>
	</item>
</channel>
</rss>
