I've created a firewall rule on my web server that is set to allow port 80, 443 and 999. The rule works and I can successfully log in from a client computer. I then want to limit to only certain IPs so that only specific clients can connect.
On the scope tab, under Remote IP address, I've chosen the These IP addresses option, added the client IPs, and applied. Now connections fail. I used netstat to confirm that the incoming request (foreign address) was correct and that the local
port was 80. Any idea why the firewall is blocking ALL connections when I set an IP specific filter?
↧