diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-01-19 10:06:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-19 10:06:14 +0000 |
commit | 78de0c6b53db31ae0d77aaa79de015a73e981895 (patch) | |
tree | 35e0e4a451d8bd3a4ca8b2857221955cb30424c1 /docs | |
parent | 3e4a1be91d487d4a73fc80f1c3f23ebf78c15953 (diff) | |
parent | 17a932044bd9924fc4ea041b217c1814148a5533 (diff) |
Merge "trex: Improve error handling"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/configguide/trafficgen.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/testing/user/configguide/trafficgen.rst b/docs/testing/user/configguide/trafficgen.rst index 029247f2..33824486 100644 --- a/docs/testing/user/configguide/trafficgen.rst +++ b/docs/testing/user/configguide/trafficgen.rst @@ -791,6 +791,10 @@ It is neccesary for proper connection between Trex server and VSPERF. cd trex-core/scripts/ ./t-rex-64 -i +**NOTE:** Please check your firewall settings at both DUT and T-Rex server. +Firewall must allow a connection from DUT (VSPERF) to the T-Rex server running +at TCP port 4501. + For additional information about Trex stateless mode see Trex stateless documentation: https://trex-tgn.cisco.com/trex/doc/trex_stateless.html |