Open tmtuanctu opened 8 years ago
What is the physical configuration? Is the from eth0, to eth0 (eth0 in both) intended? I doubt your iperf packets are actually sended to the link if they have to come back to the same interface. Linux will hit a local routing table before going to the main one.
BTW use METHOD PCAP, should be faster. They rely on the same socket facility but PCAP uses PACKET_MMAP feature which makes it a little faster.
Hi all,
I am a newbie in Click. I have been conducting a simple experiment with Click elements in Mininet. I created a simple topology of 3 nodes:
iperf client ------ Click ----- iperf server
My problem is that when iperf client sent packets, it did not get any responses from iperf server. I already checked that the packets did arrive at the interface of the iperf server. It seems that the packets were not forwarded to iperf process. Do you have any ideas/suggestions?
Best regards, Tuan Thai
Here is my Click configuration