tis 2010-06-22 klockan 12:29 -0400 skrev Anushan Rajakulasingam: > Hello, > I'm experimenting with squid to lower overall bandwidth usage for > about 500 users, I've implemented squid and squidguard and blocked > porn and warez sites successfully but I'm running into difficulties > with the local intranet websites, or any internal websites. ( note I > am testing this currently so no users are affected :P ) > Upon going to any internal websites I receive the following error > > > While trying to retrieve the URL: http://test/ That should be http://test.yourinternal.domain/ as published in your intranet DNS. Or alternatively (but not recommended) you can set "dns_defnames on" in squid.conf to have Squid search the DNS search path to find the host. But be warned that this may have negative impact on internet surfing performance. > I've configured my resolv.conf with the respective dns servers... What you mean by by "respective DNS servers"? The configured DNS servers all need to be able to resolve all names. It does not work having one DNS for external and one DNS for internal names. Regards Henrik