This is a discussion on Re: [squid-users] transparent proxy problem again within the Squid Users forums, part of the Web Server and Related Forums category; Payal Rathod wrote: > On Thu, Jul 31, 2003 at 09:52:22PM +0200, Henrik Nordstrom wrote: >=20 >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Payal Rathod wrote:
> On Thu, Jul 31, 2003 at 09:52:22PM +0200, Henrik Nordstrom wrote: >=20 >>>I ran from 127.0.0.1 itself. >>>Shall I try it from other browser? >>>I mean from any other machine? >> >>Your interception rule in iptables only applies to traffic forwarded,=20 >>not traffic originating from the box itself. >=20 >=20 > Thanks a lot Henrik, it is working now. But it is slow. The page gets > loaded in say 30 secs instead of usual 8-10 secs. >=20 > What must be the problem with this? Is it dnsserver problem? I have made > no changes to that sectin at all. Also, I have my own name server on the > Linux (squid) box. >=20 > With warm regards, > -Payal >=20 >=20 Hi Payal, If its a DNS problem you should take a look at the Cache Manager in=20 general runtime information there is a section called =A8Median Service=20 Times=A8 if your DNS lookups are taking a long time you should see it here = , for example below: Median Service Times (seconds) 5 min 60 min: HTTP Requests (All): 0.02317 0.02899 Cache Misses: 0.28853 0.25890 Cache Hits: 0.00379 0.00379 Near Hits: 0.24524 0.18699 Not-Modified Replies: 0.00286 0.00379 DNS Lookups: 0.00094 0.00094 ICP Queries: 0.00085 0.00096 In some cases we have seen the DNS lookups @ 1.00032 or something like=20 that and its usually been a local problem with named, either way the=20 cache manager might be able to give you some other informaton that will=20 help you find where your problem is, ive found it very usefull at times. Hope this helps. Regards, Richard |