<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Hi Fajar,</div><div> </div><div>thanks for your reply.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div></div><div>I'm pretty sure EC2 only allows one IP address, so you can't arbitrarily use another one, even on the same segment.</div></div>


</div></div></div></blockquote><div> </div><div>The idea is to expose a number of ports, which the clients can use to establish TCP connections with the individual containers. So, having individual IP addresses exposed to the outer world shouldn't represent a problem.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div><br></div></div><div>In your case however, I'd examine the output of "netstat -nr" and "brctl show". The ping packets should've been sent from 10.0.3.1 (the bridge), so it's odd that 10.0.67.72 complains about "Destination Host Unreachable". At first glance that indicates routing or interface setup error on your bridge.</div>

</div></div></div></blockquote><div><br></div><div style>Output from `netstat`:</div><div style><br></div><div>$ netstat -nr</div><div>Kernel IP routing table</div><div>Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface</div>

<div>0.0.0.0         10.0.0.1        0.0.0.0         UG        0 0          0 eth0</div><div>10.0.0.0        0.0.0.0         255.255.0.0     U         0 0          0 eth0</div><div>10.0.0.0        0.0.0.0         255.255.0.0     U         0 0          0 br0</div>

<div><br></div><div style>Output from `brctl`:</div><div style><br></div><div>$ brctl show</div><div>bridge name<span class="" style="white-space:pre">     </span>bridge id<span class="" style="white-space:pre">         </span>STP enabled<span class="" style="white-space:pre">       </span>interfaces</div>

<div style>br0<span class="" style="white-space:pre">           </span>8000.162bae072982<span class="" style="white-space:pre"> </span>no<span class="" style="white-space:pre">                </span>eth1 </div><div style><br></div><div style>---</div>

<div style>Roberto</div></div>
</div></div>