<p dir="ltr">Hi, i need help: this is not a commercial configuration but a testing config: i wrote on biz list because i hope here it would be the right place because of the use of openvz.</p>
<p dir="ltr">I'm moving 10+ PBX into one hardware node with 10+ openvz containers.</p>
<p dir="ltr">The configurations are all taken from working environments and are all ok, but i have a really strange bug to solve.</p>
<p dir="ltr">The scenario:</p>
<p dir="ltr">- every single home has it's own container<br>
- every single home has static ip<br>
- the outbound trunks with ITSP are on an other PBX </p>
<p dir="ltr">the problem:</p>
<p dir="ltr">When I try to call or receive a call, I get retransmission problem, even with 1 single conteiner with all traffic prerouted / postrouted to it.<br>
The strange thing is that if I run echo test, it works.</p>
<p dir="ltr">All the pbx / container are off the home.</p>
<p dir="ltr">The iptables conf is:</p>
<p dir="ltr">-A PREROUTING -s $IP_STATIC_FROM_BUSINESS -i vmbr0 -j DNAT --to-destination $IP_CONTAINER<br>
-A POSTROUTING -s $IP_CONTAINER_SUBNET -o vmbr0 -j SNAT --to-source $IP_HARDWARE_NODE</p>
<p dir="ltr">Because of the problem, I tried adding<br>
-A PREROUTING -s $IP_STATIC_FROM_TRUNKS_PBX -i vmbr0 -j DNAT --to-destination $IP_CONTAINER</p>
<p dir="ltr">without success.</p>
<p dir="ltr">Thanks for your support!</p>