Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.