- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS entry updated but external DNS servers show ol...
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
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
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
тАО05-04-2005 09:06 PM
тАО05-04-2005 09:06 PM
DNS entry updated but external DNS servers show old IP address
I updated an entry in my DNS server database:
IP adress of "xxx.my.com" was X.X.X.10 and now is X.X.X.20.
Now, any nslookup from my intranet solves fine the new IP, but nslookup from outer (any other node in Internet) shows OLD IP dir.
The update was done 4 days ago.
New IP address is not propagate to other DNS servers.
How can I check if my DNS server is propagating properly my changes ?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 10:21 PM
тАО05-04-2005 10:21 PM
Re: DNS entry updated but external DNS servers show old IP address
Can you specify the exact domain name and ip addresses .
You can use dnsstuff.com or dnsreport.com to check whether any one from outside is getting the correct dns answers.
Rgds
Bejoy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 10:59 PM
тАО05-04-2005 10:59 PM
Re: DNS entry updated but external DNS servers show old IP address
An example:
Dartanan:/etc/named.data> more db.sate2.com
$TTL 10d
sate2.com. IN SOA dartanan.sate2.com. root.dartanan.sate2.com. (
2005041301 ; Serial
10800 ; Refresh every 3 hours
3600 ; Retry every hour
604800 ; Expire after a week
86400 ) ; Negative Caching TTL
It is very tipical to use the date of the day in inverse way to build this number
2005050601.... Year,month,day,release
Restarting your slave DNS server you can force the refresh...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2005 07:29 PM
тАО05-05-2005 07:29 PM
Re: DNS entry updated but external DNS servers show old IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2005 03:32 AM
тАО05-06-2005 03:32 AM
Re: DNS entry updated but external DNS servers show old IP address
TTL/Refresh of zone is very high
Connectivity to authoritative NS
authoritative NS doesn't consider himself authoritative
Serial number not increased (this shouldn't be the issue, as You see the right data)
But external servers might still have cached data on You from earlier queries for the duration of Your TTL.