Posted by Adam Behnke on Feb 22
A new write up at InfoSec Institute on circumventing NAT. The process worksin the following way. We assume that both the systems A and B know the IP
address of C.
a) Both A and B send UDP packets to the host C. As the packets pass through
their NAT's, the NAT's rewrite the source IP address to its globally
reachable IP address. It may also rewrite the source port number, in which
case UDP hole punching would be almost impossible.
b)...