I installed safesquid and it's working properly, but cannot make access restriction on web interface.
I want to let all users access without authentication, and allow just IP 10.1.1.2 to login to config web interface
The problem that if I try to open"http://safesquid.cfg/" from machine which has IP 10.1.1.2 ( Access Denied) error happened, Is I missed any thing?
Access Denied at Web Interface
Re: Access Denied at Web Interface
You have not specified any IP in the first rule. That means it will be applicable to all the IP, even 10.1.1.2. You will never reach the second policy.
Always keep IP based policies on top of all policies. Those users whose IP is not included in the IP based policy will jump to the second policy with no IP, which will be applicable to them.
Just move the IP based policy above the other polcy and your problem will be solved.
Regards.
Always keep IP based policies on top of all policies. Those users whose IP is not included in the IP based policy will jump to the second policy with no IP, which will be applicable to them.
Just move the IP based policy above the other polcy and your problem will be solved.
Regards.
Re: Access Denied at Web Interface
Thanks it's working properly now.