How to enable and setup URL Custom filter in RouteFinder version 3.25 ===================================================================== Make sure your RouteFinder is running version 3.25 and above. Create network subnets ====================== Create LAN subnet access group: 1) Click on Network & Services 2) Click on Add, and define name SubnetAllowAll = 192.168.2.32 / 255.255.255.224 3) Click on Add, and define name SubnetLimitAccess = 192.168.2.64 / 255.255.255.224 Enable HTTP proxy ================= 1) click on Proxy and in HTTP proxy 1) enable HTTP proxy status 2) enable transparent mode 3) set LAN to Allowed in Networks (Allowed / Denied) Create Customer Filters ======================= 1) click on Proxy --> Customer Filters 2) set default Action to Deny 3) create a URL list name and call it AllowALL 4) edit the AllowALL list name and Add URL *.* and *.*.* and Save 5) create a URL list name and call it LimitAccess 6) edit the LimitAccess list name and add URL www.fedex.com and www.ups.com and save. 7) Create custom Access Rule for the AllowALL list - SubnetAllowALL -- AllowAll -- Allow 8) Create custom Access Rule for the LimitAccess list - SubnetLimitAccess -- LimitAccess -- Allow Explanation for the above setup =============================== With the above setup, No one on the LAN will able to access the internet except for the following: 1) IP addresses 192.168.2.32 to 192.168.2.63 will have FULL access 2) IP addresses 192.168.2.64 to 192.168.2.95 will have LIMITED access (i.e www.fedex.com and www.ups.com) 3) IP addresses outside of 1 and 2 will have no access.