Hello I am having trouble with setting up and using the wire client-server feature of packetdrill. I had no problems running packetdrill in the local mode. I am setting up the server in the Silicom CPE. The client is in a virtual machine running ubuntu. The client and server do the normal syns and acks but when the script starts the server sends reset. The client sends syn but the server doesnt send syn ack back. Im having trouble making the server communicate with the client. My test script is one of packetdrills script. I am also getting a malformed packet.
client side:
command: sudo ./packetdrill --wire_client --wire_server_ip=192.168.1.40 --wire_client_dev=ens33 --local_ip=10.0.0.1 --gateway_ip=10.0.0.5 --netmask_ip=255.255.255.0 --remote_ip=10.1.0.4 tests/linux/fast_retransmit/test1.pkt
network:

Server side :
command :sudo ./packetdrill --wire_server --wire_server_dev=enp4s0
network:
also when I run the server without server_dev(sudo ./packetdrill --wire_server) command I get this error in the cleint side.

I would really appreciate your help. Thank you.