|
|
|
|
|
by Dagger2
990 days ago
|
|
It's not actually secure; your router will route inbound packets to whatever IP is in the packet's destination header, and that can be a machine on your LAN. This remains true whether or not you're applying NAT to your outbound connections. If anything, NAT makes you less secure by tricking you into a false sense of security. (It's also worse if you're deliberately running servers, because it catastrophically reduces the search space needed for a hostile actor to find those servers via network scanning. At least, it does on v6 -- on v4 the search space is already too small to be a relevant factor.) |
|
The dst is going to be the router's address, not one of the LAN's private IPs.