FAQ tagged as:

squid configuration

Q. How do I block any website accessing the Internet using squid proxy server?
A. You can simply use squid ACL to block access to any web site. There are 3 steps:
#1. Create a text file with blocked domain name list such as baddomain1.com, mail.yahoo.com, gmail.com and so on
#2. Define Acl
#3. Restart squid
First, create a file [...]

{ 6 comments }

Q. How do I configure squid for NTLM authentication?
A. You need to use squid ntlm_auth helper tool. It o allow external access to Winbind’s NTLM authentication function. ntlm_auth uses winbind to access the user and authentication data for a domain.
Make sure winbindd is working
winbindd is a daemon that provides a [...]

{ 15 comments }

How do I deny a user accessing particular website? For example deny access to a website called foo.com.

{ 16 comments }

nixCraft FAQ PDF Collection Now Available To All