Hello,

I'm trying to do a simple TCP connection using netcat between two containers 
both running on a different node. Here is my setup:

node1: containerA with nc -l 0.0.0.0 6379, host redirection: node1:6004 => 
containerA:6379

node2: containerB with nc node1.url 6004

I can reach my containerA from anywhere using "nc node1.url 6004", however I 
can't do it from inside my containerB. I'm using ubuntu 12.04 with the default 
lxc network configuration and use iptables for packet redirection.

Any idea where things could go wrong ?

Regards,
Robin
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to