mapping between 2 adresses for iperf
hello,
my iperf server has 2 interfaces, also my iperf client has 2
interfaces. I want to test the effect of mapping betweeen these
interfaces. So i want that, for example, 10 datagrams are sent across
first interfaces (the server's first one with the client's first one) ,
next 10 datagrams are sent across second interfaces, next 10 datagrams
are sent across first interfaces, and so on.
How can i do this? i saw the -B option but i haven't found how to use it for my purpose.
Thank you