Tool/software: Code Composer Studio
Hi,
I have an application on tm4c1294 running a tcp server. For both static IP configuration and DHCP it works completely fine on the same subnet. When the client tries to establish socket connection from different subnet it fails. There is no frame with ACK flag in the response to SYN flag. I see that it fails to do the handshake (I use wire shark). I have doubled check the subnet and gateway settings, also if I use DHCP from what I have read in documentation of LWIP library gateway and subnet should be assigned with dynamic IP.
The ICMP frames of ping command reach correctly on both LAN and in the case of different subnets. It suggests that gateway settings should be correct... Is there any smart way to investigate that? Checking if any firewall on my way blocks?
Thank you.