Why my server does not respond to client's [SYN]?
I have connected a Client ECU to my Server. I am trying to establish is a 3 way handshake. When I simulate my configuration the client ECU sends me the first message of 3 way handshake (SYN) message.
Client address: 00:18:23:11:xx:xx
Server address: 10:E7:C6:0C:xx:xx
Source Port (Client)= 49152
Destination Port (Server): 443
Client [Source]= fe80::xxx:xxxx:fe11:0
Server [Destination]=fe80::3c7b:72ca:xxxx:xxxx
I am not able to respond to the client with a SYN ACK. I am not sure what could be the issue. what are the possible solutions ? All the data is captured by me on wireshark on port443. I am not able to upload any file as of now.
From the posts I have read here, understood that it might be the firewall blocking my server from responding to the client. Still not sure what might be the problem.