DIR-130
I'd like to forward port 80 (HTTP) to an internal IP address, but restrict it to certain ip addresses. I don't want the entire internet to have access to the internal web server, just those that I specify. I find that if I set a port-forward rule, then all external ip addresses can access the server. If I then go into the firewall rules, I see that a rule has been created that allows 0.0.0.0 (entire internet) to access that internal web server. I can create a rule to deny a specific ip address, but if I create a rule to deny all ip addresses, then another rule to allow certain IP addresses then the DENY ALL takes precedence.
Is there any way to achieve what I want?