Thank you! That's exactly what I needed.<div><br></div><div>Ken<br><br><div class="gmail_quote">On Thu, Sep 6, 2012 at 2:05 PM, Stéphane Graber <span dir="ltr"><<a href="mailto:stgraber@ubuntu.com" target="_blank">stgraber@ubuntu.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On 12-09-06 04:55 PM, Ken Elkabany wrote:<br>
> Hi,<br>
><br>
> We're trying to find the ports that a container is currently listening<br>
> on. This information is available from /proc/net/tcp and /proc/net/udp.<br>
> However, as far as I can tell, the host cannot view a container's /proc<br>
> mount due to namespacing. We would prefer to view those files from the<br>
> host, rather than connecting to the container's tty, and viewing it from<br>
> within the container.<br>
><br>
> As an aside, we do not want to use port scanning.<br>
><br>
> Best,<br>
> Ken<br>
<br>
</div></div>The net entries can be accessed using /proc/<pid on host>/net/{udp|tcp},<br>
no need to actual access the /proc of the container.<br>
<br>
lxc-netstat -n <container> may also help you get what you want.<br>
<span><font color="#888888"><br>
<br>
--<br>
Stéphane Graber<br>
Ubuntu developer<br>
<a href="http://www.ubuntu.com" target="_blank">http://www.ubuntu.com</a><br>
<br>
</font></span></blockquote></div><br></div>