|
|
|
|
|
by cbhl
4713 days ago
|
|
Carrier NAT has lots of bad consequences. It means that NAT-punching may stop working (because there may be two or three levels of it). It makes fraud detection harder. Plus, it's error prone -- once in a while, you'll get data that happens to look like your IP address, and you'll find that you can't send that precise sequence of bits in a packet ever because it'll get mangled by the NAT. |
|
How so? Those bits should only matter to the NAT logic if they are found in their expected position in the IP header, not in the payload portion of the datagram.