Hi,
If your gateway performs as L3 gateway and your app replies s1-eth0 MAC,
you need to rewrite src MAC to s1-eth1 MAC and dst MAC to h2 MAC at your gateway
in order to communicate IP packets from h1 and h2, I guess.
If your gateway performs as L2 gateway, your app should reply h2 MAC for h1's
Hello everyone, I am trying to code a fake gateway to send packets
between h1(10.1.1.2) and h2(10.1.4.2) in mininet
My gateway has two interfaces, one in 10.1.1.0/24 (ip: 10.1.1.1) and one
in 10.1.4.0/24 (ip:10.1.4.1)
I am trying with h1 to download a video from apache webserver running on h2