<p>LXC Containers are configured with their own networking, so require a bridging device like what Michael describes. If you wanted to share networking with the Host you could setup a chroot instead.</p>
<p>Port(and IP) Forwarding should be enabled, but that by itself is typically insufficient.</p>
<p>After you have your networking configured properly, you should then verify your FW isn't blocking and in some cases also verify the transparent bridge filters are disabled, typically at</p>
<p>/proc/sys/net/bridge</p>
<p>Which might all need to be set to zero, on my machine I configured in the sysctl.conf instead of writing directly to the /proc files.</p>
<p>Tony</p>
<div class="gmail_quote">On Aug 12, 2013 10:26 PM, "Dan Kegel" <<a href="mailto:dank@kegel.com">dank@kegel.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Aug 12, 2013 at 10:14 PM, Michael Fox <<a href="mailto:michaelf@heimic.net">michaelf@heimic.net</a>> wrote:<br>
> Not sure it will help. But below is my notes on how I do it on Ubuntu 12.04<br>
> and use a bridge interface for my containers.<br>
><br>
> <a href="http://heimic.net/2013/08/07/ubuntu-12-04-2-lts-and-lxc-continued/" target="_blank">http://heimic.net/2013/08/07/ubuntu-12-04-2-lts-and-lxc-continued/</a><br>
<br>
Thanks, I may try bridging if I can't get simple port forwarding to work.<br>
</blockquote></div>