- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS and TTL
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 03:13 AM
08-17-2004 03:13 AM
I'm still new to hp-ux . Current concern is below .
Changed clients from Win2000 to XP (I know many similar questions on net) .
While troubleshooting , I'm aware cache of BIND 9.2 has gone soon because a lot of Web site's TTL is set around 10 minutes . I'm wondering such short TTL causes lots root name server accesses and we have to wait for a while until resolving when accessing outer hosts .
Could anybody tell me about the solution ?
Thank you .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 03:26 AM
08-17-2004 03:26 AM
SolutionYou can control the TTL for the entries in your DNS server. By default it is 1 day.
I know some of the websites do it so to load balance the client connections. If you connect once to IP1, the next time you connect to the webserver, it will return the IP2 and so on in a round robin fashion.
Its even better with some of the load balancing routers with builtin DNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 04:06 AM
08-17-2004 04:06 AM
Re: DNS and TTL
Sundar is right, ou cannot control the TTL of remote DNS server but, if you have this problem it means you are accessing same server many times, so why don't you install a proxy server inside your network? this will cause the frequently accessed pages to be cached locally, avoiding the need to load them from outside.
There is a very nice proxy free and working on HPUX too, squid
see the links:
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/squid-2.5.STABLE2/
and
http://www.squid-cache.org/
hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 04:55 AM
08-17-2004 04:55 AM
Re: DNS and TTL
Thank you Sundar , Cesare .
I knew load balancing method and special router for it .
Proxy server sounds nice . At squid-cache.org they seems to say we need another small machine for it . But I heared a custommer who use WEB , DNS , file , proxy in just one linux box . I'd like to check the way .
And I'm going to ask Microsoft why W2000 resolves URL and XP doesn't . I bet it .
Thanks again .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 11:52 PM
08-19-2004 11:52 PM
Re: DNS and TTL
Migrosoft didn't answer useful solution .
An RC engineer suggested me to use forwarders option in named.conf . Works well .
Thank you .