In short, I am trying to do a custom stress test machine like BPS( stress test machine) in linux os. Test machine has at least 3 interfaces, one for management, the other work in pairs, one as a server, the other as a client. the top may looks like this:
TEST_MACHINE:
|-eth0 ( manage interface)
|-eth1 ( a http server listening on it's ip-address )---------eth0_of_DEVICE_UNDER_TEST
|-eth2 ( a http client send request through this interface)---eth1_of_DEVICE_UNDER_TEST
The question is how to route package from eth1 to eth2? Is it related to sth about direct-route?
Apperciate for any suggestion.