<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok, I just figured out what's going on.. The network 192.168.1.0 doesn't
 have a route to known the hosts in the network 192.168.5.0. <br><br>Is it possible to NAT all the lxc network to route to the 192.168.1.0?<br></blockquote></div><br>You can create iptables NAT postrouting for the internal (192.168.5.0) 
addresses to use the "public" address of the physical host 
(192.168.1.x).<br>
See <a href="http://www.centos.org/docs/4/4.5/System_Administration_Guide/postrouting-ipmasquerading.html" target="_blank">http://www.centos.org/docs/4/4.5/System_Administration_Guide/postrouting-ipmasquerading.html</a><br>
<br>- sorry, forgot to CC lxc-users<br>