- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS Problem
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
04-24-2009 05:03 AM
04-24-2009 05:03 AM
DNS Problem
I have a two unix servers that act as a primary and a secondary dns server. For the past few days, I have had problems gettig to msn.com or hotmail.com. All other sites work without any problems.
Any idea what is going on ?
Thanks
A/A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 05:38 AM
04-24-2009 05:38 AM
Re: DNS Problem
It may not be your DNS server issue. Normaly hosts outside your network will be resolved by caching domain server.
Name resolution works this way. The
resolver forwards all host name resolution queries to the domain name server. The name server looks into its own data files for a match. If a match is found, the query is answered straight away. If no match is found, the name server contacts a root name server on the Internet. The root name
server provides the address of another DNS that can resolve the host name. Your name server then contacts the name server address provided by the root name server. When it receives the IP address of the host, it relays the address back to the querying machine.
Here Primary DNS or Secondary DNS cannot do anything if clients are not able to resolve msn.com or hotmail.com
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 05:43 AM
04-24-2009 05:43 AM
Re: DNS Problem
dig command has diagnostic tools built in.
Use those tools to run verbose lookups on the servers themselves.
dig @server name type
See the man page for more information.
This problem is probably not the HP-UX Server, more likely a problem at your ISP.
Seeing error codes would help.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 05:45 AM
04-24-2009 05:45 AM
Re: DNS Problem
I am not sure where to start to get this resolved...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 05:54 AM
04-24-2009 05:54 AM
Re: DNS Problem
Try looking up msn.com and hotmail.com via each forwarder in your list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:10 AM
04-24-2009 06:10 AM
Re: DNS Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:19 AM
04-24-2009 06:19 AM
Re: DNS Problem
Do you have a section in the primary named.conf that looks like:
include "forwarders.conf";
perhaps with some path to the forwarders.conf file?
The should be something there that tells DNS what to do with requests for servers it doesn't have records for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:21 AM
04-24-2009 06:21 AM
Re: DNS Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:25 AM
04-24-2009 06:25 AM
Re: DNS Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 06:33 AM
04-24-2009 06:33 AM
Re: DNS Problem
this is how it looks like
directory /etc/named.data ; running directory for named
version 4.9.7
cache . db.cache
primary "domain Name" db.nfpc
primary 'Ip address'
secondary "domain Name" 192.1.1.16 db.nfpc
primary 'IP address"
db.127.0.0