- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS issue
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 08:56 AM
10-09-2002 08:56 AM
DNS issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 08:59 AM
10-09-2002 08:59 AM
Re: DNS issue
Seems to me that whomever is hosting your website should also be handling your internal DNS requests from the website.
They need to set their DNS server to point to yours when resolving your internal domain.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 09:09 AM
10-09-2002 09:09 AM
Re: DNS issue
I made a change last week that caused this issue, I deleted the "." zone. I think that if I change the root domain of DNS (which is the website name) to something else that would also stop the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 10:19 AM
10-09-2002 10:19 AM
Re: DNS issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 11:34 AM
10-09-2002 11:34 AM
Re: DNS issue
Never delete the "." zone (type hint) from recursive name servers that are used for general resolution. It defines the root servers that queries will follow for non-local information. This "root domain" is the absolute top level parent of all .com, .net, etc. It does not define the root of you site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 11:41 AM
10-09-2002 11:41 AM
Re: DNS issue
If you say never delete the "." zone and I already did, how do I get it back???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 11:45 AM
10-09-2002 11:45 AM
Re: DNS issue
zone "." {
type hint;
file "hint";
};
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 12:05 PM
10-09-2002 12:05 PM
Re: DNS issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 12:08 PM
10-09-2002 12:08 PM
Re: DNS issue
Where did you add that stuff in on the internal DNS server???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 12:17 PM
10-09-2002 12:17 PM
Re: DNS issue
Yes, the hint zone can be added back like any other zone.
The only time you don't need that zone is if the name server is non-recursive, expected only to respond with local zone data.
But if your clients rely on the name server to resolve everything, then it must be recursive and this zone must be defined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 12:30 PM
10-09-2002 12:30 PM
Re: DNS issue
The senario that John describes is typically called "split DNS" and is quite common, if not standard. It means that a domain name resolves differently from either side [of a firewall].
This can be accomplished using two name servers (an external one that should be non-recursive, and an internal one that must be recursive).
Or it can be handled by a single single server running two instances of BIND8, or a single instance of BIND9 using views.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 12:35 PM
10-09-2002 12:35 PM
Re: DNS issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 01:20 PM
10-09-2002 01:20 PM
Re: DNS issue
I'm confused. What do mean when you say "in DNS the root domain is called the same as the external website"? I can't adivse on changing the domain name while I'm confused.
In DNS, an A record can be defined for the domain (zone) and "www" can be a cname record to the domain. For example:
@ SOA ...
@ IN A 1.2.3.4
@ IN NS 1.2.3.5
@ IN NS 1.2.3.6
www IN CNAME @
@ refers to the zone name and is literal.
This way, domain.com and www.domain.com both resolve to 1.2.3.4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 01:48 PM
10-09-2002 01:48 PM
Re: DNS issue
I got rid of the "." zone and then added the forwarders into the mycompany.com forward lookup zone, which was alredy there. So from DHCP the clients get the local IP for the primary DNS and the 2 from our ISP as the secondaries. The only problem exists when they type our website into the internet browser, everything else resolves fine. It works by IP, just not by name. I think that it's taking the www.mycompany.com and taking it to the local machine because our domain is called mycompany.com and so is our forward lookup zone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 03:15 PM
10-09-2002 03:15 PM
Re: DNS issue
Ah, you're using forwarders which are used to resolve non-local queries. If forwarding fails, then the hint zone is referenced to continue trying. If configured to only forward, then the hint zone is never referenced (and can be deleted) and the query drops dead. In either case the name server still responds to local queries for which it is authoritative (eg mycompany.com).
Still drilling... Okay, your primary and secondary (not slave) servers all have the mycompany.com zone defined, right? We know that www.mycompany.com works from the outside, which means it is defined in the secondaries. However, I have to ask, is it also defined in the primary server's zone? If not, the query will fail because the primary is authoritative for that domain and will not forward. If so, is it correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 05:42 AM
10-10-2002 05:42 AM
Re: DNS issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 08:18 AM
10-10-2002 08:18 AM
Re: DNS issue
In the zone file for mycompany.com add a A record for www and incremement the serial number in the SOA record (1st # in paranthesis). For example:
@ IN SOA ns1.mycompany.com. hostmaster.mycompany.com. (
@ IN NS ns1.mycompany.com.
@ IN NS ns2.mycompany.com.
@ IN MX 0 mx1.mycompany.com.
@ IN MX 0 mx2.mycompany.com.
ns1 IN A 1.2.3.2
ns2 IN A 1.2.4.2
mx1 IN A 1.2.3.3
mx2 IN A 1.2.4.3
www IN A 1.2.3.4
Also, you most likely want reverse resolution, so do likewise for the reverse lookup zone (ie 2.1.in-addr.arpa.). For example:
@ IN SOA ns1.mycompany.com. hostmaster.mycompany.com. (
@ IN NS ns1.mycompany.com.
@ IN NS ns2.mycompany.com.
3.2 IN PTR ns1.mycompany.com.
4.2 IN PTR ns2.mycompany.com.
3.3 IN PTR mx1.mycompany.com.
4.3 IN PTR mx2.mycompany.com.
3.4 IN PTR www.mycompany.com.
These two examples show zone authority delegated to two name servers, ns1 and ns2, where one is primary and the other is a slave. I recommend having two redundant name servers if at all possible. Do not include your ISP's name servers unless they are configured to be slaves to your's (meaning they mirror your zone data). Also, two mail exchangers have been defined for mycompany.com, but are not needed for the reverse lookup zone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 08:26 AM
10-10-2002 08:26 AM