Re: Web page/DNS caching

Networking, Wireless Routers (802.11 a/b/g/n/ac/ax WiFi), NAT, LAN configuration, equipment, cabling, hubs, switches, and general network discussion
Post Reply
dmsmed
Advanced Member
Posts: 590
Joined: Fri May 05, 2000 12:00 am
Location: Chicago, IL

Re: Web page/DNS caching

Post by dmsmed »

Is there anyone out there who has proxy software they would recomend? I'm just looking to set up a proxy which will cache web pages and DNS addresses. I'm not interested in filtering.

Thank you.
User avatar
SRF01
Senior Member
Posts: 1347
Joined: Wed May 16, 2001 12:00 am
Location: Ottawa Ont.

Post by SRF01 »

Try www.analogx.com they have a pretty good proxy that's free and I'm not positive but I think it will do what your asking.

SRF
User avatar
Stef
Advanced Member
Posts: 712
Joined: Sun Apr 16, 2000 12:00 am
Location: Edmonton, Alberta, Canada

Post by Stef »

Just run BIND, the original and best DNS server and configure it to cache DNS addresses.

Then just use those IE registry tweaks.


Stef
dmsmed
Advanced Member
Posts: 590
Joined: Fri May 05, 2000 12:00 am
Location: Chicago, IL

Post by dmsmed »

Thanks, I'm hoping this will really speed up my surfing. It's not that I'm so impatient, I just like to cover a lot of ground and it seems like such a waste to have a high speed connection and then have to stand in line to get a DNS resolved.

I don't know if there is any truth to it but I heard that each time I click on a link in a given web page I have to wait to have the DNS resolved as well. Can anyone confirm or deny this?
User avatar
Stef
Advanced Member
Posts: 712
Joined: Sun Apr 16, 2000 12:00 am
Location: Edmonton, Alberta, Canada

Post by Stef »

Yeah, thats true. Resolving DNS queries causes a lot of upstream traffic.

When you set up BIND as a caching-only name server it contructs a local cache of DNS records.

Initially when you resolve a hostname, BIND will query your ISP's nameserver and find the result. After that it stores that information in a cache. From there all DNS queries to the same host will be handle from BIND's cache.

This reduces upstream traffic (since most queries will be awnsered from the localhost) and increase transfer efficientcy.

Stef
dmsmed
Advanced Member
Posts: 590
Joined: Fri May 05, 2000 12:00 am
Location: Chicago, IL

Post by dmsmed »

Blind looked like it was pretty involved or am I mistaken?
Post Reply