On Wed, 24 Feb 2010 17:35:22 +0200, Sergiu Tătar <casper87@xxxxxxxxx> wrote: >> Hello my friends. I using squid v3.0.stable24 as transparent proxy >> server compiled with: >> >> ./configure '--enable-cache-digests' '--disable-icmp' >> '--disable-delay-pools' '--disable-internal-dns' '--disable-snmp' >> '--enable-storeio=ufs,aufs' '--enable-async-io' >> '--enable-follow-x-forwarded-for' '--enable-poll' >> '--disable-ident-lookups' '--with-filedescriptors=8192' >> '--prefix=/squid2' >> >> Sometimes proxy won't resolve corect address and i am redirected to >> EUNOC.net. My local DNS server it's configured corectly and without Squid >> site's loading fine. When i using squid and i when to load some adress ( >> ex. www.bursatransport.ro ) it's loading www.eunoc.net with message "Site >> under maintenance". >> >> Can help me with this problem? Thanks >> >> Sergiu T. I would guess your cache has been poisoned. www.bursatransport.ro or their network supplier www.eunoc.net probably went down for some short planned alteration. Your proxy may be using one of the many proxies configured to store DNS results long after they are obsolete (positive_dns_ttl/negative_dns_ttl) or to ignore the superior information sent by webmasters about this kind of thing (negative_ttl or refresh_pattern + override-*). Amos