Hacker News new | past | comments | ask | show | jobs | submit login

Cloudflares main day job is blocking malicious incoming packets used for RCE exploits on unpatched servers.



None of which get through a firewall with a `deny` rule.


and how do you enforce using that firewall rule on tens of thousands of devices, each now with several public and private ips and several thousand routes in and out of the network?


A stateful firewall is prerequisite for NAT implementations commonly deployed in most office and consumer settings due to the session tracking requirement. So you just stop doing the NAT part and the firewall continues to deny untracked ingress connections just like it did when NAT was running.


NAT is only needed if you want to transition from a private network to a public one.

ipv6 still needs nat configuring. nothing changes there.

The only thing that changes from a network administrator perspective is it becomes much harder to ensure devices that should only have a private ip address do not have a public one.

https://www.juniper.net/documentation/us/en/software/junos/n...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: