Hi Frank, Thanks for your inputs.
Apologies, i do not understand about enabling dual stack and DUT?
Let me Rephrase the question, I would like to run trex in interactive mode, ./_t-rex-64-0 -i, on an IPv6-only network, but it seems like it's not accepting IPv6 connections. Am i missing something or whether TRex interactive-mode is not IPv6-ready.
Do we need to give TRex a special option to listen on the IPv6 address?
$ nc -zvv -6 2001:420:27c1:b02:5054:ff:fe01:d54a 4500
nc: connectx to 2001:420:27c1:b02:5054:ff:fe01:d54a port 4500 (tcp) failed: Connection refused
trex-01:/# nc -zvv 127.0.0.1 4500
127.0.0.1 (
127.0.0.1:4500) open
sent 0, rcvd 0
trex-01:/# nc -zvv 0:0:0:0:0:0:0:1 4500
nc: 0:0:0:0:0:0:0:1 ([::1]:4500): Connection refused
sent 0, rcvd 0
Regards,