05-01-2019 03:23 PM
Hello, I wanted to know how to create IP Firewalls Policies to block everything on a certain profile execpt 1 website and RDP to certain host. I create my object for both the IP of the website and the Hostname of the host, put my rules as PERMIT and did a DENY to any. It's seems to only block everything and I cannot connect to the RDP.
Thank you
05-01-2019 08:02 PM
You'll want to move the last rule shown in that screen shot up above the any-any-deny rule. These rules are applied in top down order, so if you leave the rules in the order they are in now, all traffic would be denied before the last rule was implemented. Otherwise, I would recommend setting the default action to Deny as well, and that coupled with these firewall rules you've built should do the trick.