Why my TCP packets do not reach the destination?
I send http requests from one PC to another PC, both behind NAT:
- PC1 behind NAT1, runs Wireshark.
- PC2 behind NAT2, this one sends http requests.
To open access on NAT1 from outside, in the browser address of PC1 I enter IP_of_NAT2. I see those request going out to IP_of_NAT2 in Wireshark and I write down PORT numbers used for this session.
Then, in the browser address of PC2 I enter IP_of_NAT1:PORT, but no TCP packets reach PC1.