0
Comments on this answer indicate, that the NAT is not consulted if the destination is in the same network. But what if the destination is the public IP of the router, not 192.168.x.x
or similar? I mean, the destination has to be rewritten, so why isn’t NAT done? Or doesn’t it even get routed in this case?
What I was doing:
ncat.exe -p 33333 84.x.x.x 55555
Which terminated after some seconds with:
Ncat: .
While I briefly saw:
TCP 192.168.178.36:33333 84.x.x.x:55555 SYN_GESENDET
[ncat.exe]
In the Netstat output. So far, kinda as expected. Then I fired up XAMPP with listening port on 33333
as quick as possible, opened the browser, entered: 84.x.x.x:33333
, but it timed out.
1@JakeGould Thanks for editing my question. Why is there a difference between "isn’t" and "isn't"? I do not even have the "’" on my keyboard. – Andi Cox – 2015-10-10T12:06:23.110