- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS 'A" record format question
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
10-09-2002 10:28 AM
10-09-2002 10:28 AM
Does anyone know if this is a valid entry?
machinename 0 IN A nnn.nnn.nnn.nnn
I have 3 entries in one zone that have a "0" after the machine name.
I've never seen that format before, should I remove the "0" or is it used for something?
TIA,
Sean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:31 AM
10-09-2002 10:31 AM
Re: DNS 'A" record format question
I've never seen that.
Does it resolve properly now?
Test it w/o the 0 - does it resolve properly then?
If not, just put it back.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:34 AM
10-09-2002 10:34 AM
Re: DNS 'A" record format question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 11:24 AM
10-09-2002 11:24 AM
SolutionThat zero is the optional TTL for the record and dictates for how long a client will keep the record in cache. A value of zero means never cache it and does not work with some older BIND versions. If absent, it defaults to the TTL of the zone (defined in the SOA or with $TTL at the top of the zone file).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 07:51 PM
10-09-2002 07:51 PM
Re: DNS 'A" record format question
I am using the syntax with zero TTL like this
for DNS failover (Round-robin) .
www 0 IN A 201.1.1.1
www 0 IN A 201.0.2.1
www 0 IN A 203.0.0.0
The zero TTL here prevents the nameserver's caching the above Address records so that the failover will be fast.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 07:56 PM
10-09-2002 07:56 PM
Re: DNS 'A" record format question
Wait I'm home already.......
Thanks Jordan...that's why I hang out here. You'll always learn something!
Sean..that's a tenner!
Jeff