-1
I have been understanding why the X server responds to the TCP request of the Y client with the RST/ACK flag. I think the problem may be one of the 3 below.
- The port on the server side is closed;
- A package is sent with a problem and the server forces it to resend a new request;
- Have some Firewall blocking these requests.
After the above points, the question is:
How do I know that the port on the Server side is closed? I emphasize that there are times when the connection is successful...
How to know through Wireshak that the package is poorly formed?
The firewall bus is internal to the client network or on the server network?
Hello Joseph X, thank you for your hunch. In fact it is also what I suspect...
– Caetano