[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is NAT can provide some kind of protection?




On 1/12/2011 2:13 PM, Scott Helms wrote:
> Until someone makes an effort to create either a DMZ entry or starts
> doing port forwarding all (AFAIK) of the common routers will drop
> packets that they don't know where to forward them.

This can be easily implemented in stateful firewalls for home routers. 
The code is almost identical to NAT, just no address mangling. I suspect 
that v4 NAT and v6 stateful inspection will actually use the same code 
in many cases.

Not to say NAT doesn't have other uses, but they generally are useful 
for enterprise networks or sometimes service providers, not home routers.


Jack