<div dir="ltr">Hi, myself and Justin Kilpatrick have done a lot of this kind of stuff, and Docker is kind of a distraction IMO. You're better off using raw network namespaces. Here's a script we made to generate virtual networks with configurable packet loss and latency from a json config format:<div><br></div><div><a href="https://github.com/sudomesh/network-lab">https://github.com/sudomesh/network-lab</a></div><div><br></div><div>You can try using this, or just read through it to learn how to make your own.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 16, 2017 at 9:09 AM, Juliusz Chroboczek <span dir="ltr"><<a href="mailto:jch@irif.fr" target="_blank">jch@irif.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I am trying to run babeld inside docker here:<br>
<br>
> <a href="https://github.com/zoobab/babeld-in-docker" rel="noreferrer" target="_blank">https://github.com/zoobab/<wbr>babeld-in-docker</a><br>
<br>
> I can't get 2 containers to see each other, and I can't figure out why<br>
> (multicast or any ipv6 option might not be enabled by default).<br>
<br>
> If someone can help...<br>
<br>
</span>Is the filesystem shared between the containers?  If it is, careful with<br>
not sharing state files (check the -S option in the manual page).<br>
<br>
What's the tunnelling technology?  Does it carry IPv6?  Is there<br>
a link-local address on the interfaces?<br>
<br>
What does tcpdump say?<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Juliusz<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Babel-users mailing list<br>
<a href="mailto:Babel-users@lists.alioth.debian.org">Babel-users@lists.alioth.<wbr>debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users" rel="noreferrer" target="_blank">http://lists.alioth.debian.<wbr>org/cgi-bin/mailman/listinfo/<wbr>babel-users</a><br>
</div></div></blockquote></div><br></div>