Where is Darran?

i’m somewhere around here

Squid Not Working After Reboot

Filed under: Status — Darran at 5:15 pm on Monday, November 23, 2009

If your squid proxy is not working after rebooting your PC it is possible that this is because the nameservers for your pc were not set before squid loaded. This leaves squid with no way to resolve the domains you are trying to access. For me, this behavior occured on a squid proxy I have installed in Ubuntu.

A temporary fix:

Execute in terminal

sudo /etc/init.d/squid restart

A permanent fix:

Edit squid.conf (probably at /etc/squid/squid.conf and specify the DNS servers for your connection by adding the following line)

dns_nameservers 10.5.0.1

Note: 10.5.0.1 is the IP of my DNS server it will most likely be different for your installation

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>