logoalt Hacker News

apiyesterday at 9:02 PM1 replyview on HN

Reading the comments:

Why do so many people still think NAT equals firewall when they're not directly related?

I guess it's because they're normally packaged together for practical reasons. They're both packet handling functions often performed in the same place. But they are NOT the same and you can have either one without the other. Most IPv6 networks have firewalls, and it's possible to have NAT that liberally passes anything.

I wonder how much this misconception has delayed V6 adoption? "But I'll be wide open without NAT!" No, you can have a firewall. Most IPv6 routers have stateful firewalls on by default.


Replies

unethical_banyesterday at 9:11 PM

You are correct.

The reason NAT is seen as security on home networks is that, absent a firewall, it acts as a default deny to inbound traffic.