Hi everyone, I have created following topology in mininet:
h1-----s1------h2-------s2------h3-----s3-----h4 I want to ping h4 from h1 but I want every packet between h1 <---> h4 to pass through h2 and h3 such that a packet coming from h1 is encapsulated in L2 and L3 packet of h2 and then forward this modified packet to s2, s2 should forward the encapsulated packet to h3, h3 should remove l2/l3 headers appended by h2 and forward this decapsulated packet to s3 which in turn should be forwarded to h4 by s3. How can I make this thing happen in mininet and pox? Any suggestion/tip/link or help is welcomed. Thanks and Regards, David