Hi all,
I'm hoping you can help me set up a http block ALL rule that will ONLY allow access to a specific domain to clients connected on a specific VLAN interface.
Here is my brief config:
ip urlfilter MulticFilter http
ip urlfilter exclusive-domain permit "*factoryfour.com"
interface gigabit-eth 0/1.5
vlan-id 5
ip address 10.5.0.254 255.255.255.0
ip access-policy Private
ip urlfilter MulticFilter in
no shutdown
However, I can still browse on the internet without restrictions.
I followed the guide on here: Configuring Top Website Reporting and URL Filtering in AOS
still can't get it to filter all URLs
Thanks