So I have a single server behind my firewall that runs a web application. Right now it's setup with Port Forwarding at the router level AND IPTABLES to further restrict the traffic.
With as rock solid as IPTABLES is, my question is should I even bother with the port forwards? Or should I just assign the server as DMZ and use IPTABLES by itself for traffic inspection / handling?
I've always it done it the current way but thought maybe it's unnecessary.