Thanks for your email Hanoch.
Yes I'm using eth0 for SSH and eth1 for TRex data traffic.
Sounds too basic but am using TRex for the first time and I would like to confirm my understanding
TRex client on AWS VM -----> Router------>TRex server on Azure VM
TRex is running on two different VM machines. Based on documentation I used ASTF client/server mode.
Should I use below,
Server:
./t-rex-64 -i --astf --cfg /etc/trex_cfg.yaml --astf-server-only
Client:
./t-rex-64 -i --astf --cfg /etc/trex_cfg.yaml --astf-client-mask 0x1
Server Cgf file:
interfaces : ["dummy", "eth1"]
port_info : # Port IPs. Change to suit your needs. In case of loopback, you can leave as is.
- ip : 192.168.12.78
default_gw : 192.168.12.65
Client Cfg file:
interfaces : ["eth1","dummy"]
port_info : # Port IPs. Change to suit your needs. In case of loopback, you can leave as is.
- ip : 192.168.12.40
default_gw : 192.168.12.33
Is my port configuration correct? with the reversal of port in server mode?
Just to understand, "trex-console" can be used in both client and server machines to see the state in detailed manner