Hi all,

I am creating a topology something like this diagram:

h1 --- s1-----s2 ----h2
         |        |
         |        |
         s3----s4

my links in mininet is:

s1.linkTo(s2)
s2.linkTo(s3)
s2.linkTo(s4)
s4.linkTo(s3)

i have run the mininet and the nox controller but somehow when i tried to
ping all, the connection cant get through (its like in the infinite loop),
how can i resolve this? Thanks.

Regards,
Anthony

Reply via email to