kennethjiang / YANS

Yet Another Network Simulator
MIT License
25 stars 6 forks source link

Topology structure #3

Open rllf opened 7 years ago

rllf commented 7 years ago

Dear Kenneth,

I played a little bit with your docker based network emulator, well done. So I have a question regrading the topology structure. Therefore I formed this setup. My understanding is that I create 5 different nodes connected to 5 different bridges but the bridges are not linked together correct? But why can the nodes reach each others?

2017-08-08 17_37_49-ubuntu-1704 wird ausgefuhrt - oracle vm virtualbox

it seems so that all containers are connected to the docker0 bridge

regards Reinhard

kennethjiang commented 7 years ago

Hi @rllf thank you for submitting an issue.

Yes the idea is that if separate links are created they shouldn't be connected. By looking at your screenshot I suspect docker0, which supposedly is created automatically by docker, eventually link all other links together.

Unfortunately I'm super busy these days. Won't have time to find the root cause or fix it. If it's not urgent, I will get back to it in a few days/weeks. Otherwise you can take a stab at this problem and keep me posted with what you find out!