I am attempting to run a test between two machines running windows 7 connected to an access point (isolated from any other network).
I need to split traffic from a traffic generator like Iperf3 between 2 Network Interfaces (WIFI) connected to the same AP. I am attempting to split the traffic using Dispatch Proxy. I have set this up with a socks proxy on localhost:1080
All devices have fixed IP's:
AP: 192.168.1.10
Device One: - Client
NIC 1: 192.168.1.3
NIC 2: 192.168.1.4
Device Two: - Server: 192.168.1.5
So far I have managed to get iperf to generate data from Device 1 to Device 2, however traffic is not split between the two NIC's, it is only sent via one. Any help or suggestions would be useful.
Thanks Gui