<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have a Debian host running multiple VEs and seeing trouble with udp<br>
translations (masq or snat) when the interface ip of ppp0 changes.<br><br></blockquote><div><br></div><div>I didn&#39;t have time to read you entire message, but in my experience, OpenVZ&#39;s containers lose their network connectivity if anything happens to the host&#39;s IP.  To work around this, I have a script that does this to all running containers:</div>
<div><br></div><div>vzctl set ${NUMBER} --ipdel ${IP_OF_CONTAINER}  </div><div>vzctl set ${NUMBER} --ipadd ${IP_OF_CONTAINER}</div><div><br></div><div>This resolves these kinds of issues:</div><div><br></div><div>- Sam</div>
<div><br></div></div>