For troubleshooting a TCP Server problem, I connected two Windows PCs directly with an Ethernet cable. I want one PC to act as a server, the other as a client. I am using the Hercules utility.
I have configured the Ethernet adapters as follows:
IP 192.168.100.100 Subnet 255.255.0.0
IP 192.168.100.200 Subnet 255.255.0.0
PC 1 listens for a connection on port 4000. I can connect locally. But PC 2 fails to connect to 192.168.100.100 even though both should be in the same network. I have tried different ports too, which does not solve the problem.
What am I missing?