- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hostname resolution
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
тАО02-08-2002 05:19 AM
тАО02-08-2002 05:19 AM
hostname resolution
I have a primary DNS server which is my unix box.i have a problem in resolving NT hostnames.
I have a seperate NT DNS server for NT machines.
Is that possible I can make my unix DNS server as primary and NT DNS server as secondary from my unix workstation.
How to proceed?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2002 05:52 AM
тАО02-08-2002 05:52 AM
Re: hostname resolution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2002 05:55 AM
тАО02-08-2002 05:55 AM
Re: hostname resolution
How can I point my NT DNS server there.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2002 01:26 PM
тАО02-09-2002 01:26 PM
Re: hostname resolution
zone "Ntdomain.com" {
type slave;
file "db.Ntdomain.com";
masters { NT-DNS-IP; };
};
add Ntdomain.com to your search list in /etc/resolv.conf
Restart named, you should be able to resolve NT names now.
If the NT servers and Unix servers are in the same domain and are handled by different DNS(NT and Unix) then you have to manually add the hosts/IP info to /etc/hosts.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2002 05:31 AM
тАО02-10-2002 05:31 AM
Re: hostname resolution
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2002 10:23 PM
тАО02-10-2002 10:23 PM
Re: hostname resolution
I want a scenario where the client looks at the first nameserver,if it could not then it looks into the second entry and then the hosts file and then comes out.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2002 10:38 PM
тАО02-10-2002 10:38 PM
Re: hostname resolution
If yes your primary DNS server (your Unix server) has to resolv all addresses. Even of your NT boxes. This is what a primary DNS server is for.
The only thing that you can do (as Clay mentioned above), is something in the DNS server , e.g. relay some requests to other servers. But this is internal of the server. Anyway the server must be able to resolve all hostnames in its domain.
Hardy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2002 12:02 AM
тАО02-11-2002 12:02 AM
Re: hostname resolution
Something to add to this:
Suggest you have an updated copy of
the DNS downloaded from the NT
server regularly. You don't know
when these bad boys are not going
to be available.
Have your /etc/resolv.conf file
like this:
domain myname.com
nameserver 150.20.20.5
nameserver 175.54.20.5
Have your /etc/nsswitch.conf file
pointing to your hosts first, much
more efficient (see above about NT
servers being available) and then
look at DNS if not available. This
way you still have your primary DNS
on your NT server, but have a good
redundancy just in case. This is
how we do it and it works quite
well.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 03:33 AM
тАО02-12-2002 03:33 AM
Re: hostname resolution
My solution requires that if one of the DNs sevrer is not able to resolve the hostname,can it pass that on to the next dns server.
Is that the entries in the resolv.conf file for dns server is only for redundancy?
For example I have a DNS server for my unix machine and a DNs server for my NT machine.
Both are on the same domain.
But the problem is that I cannot resolv my NT hostnames as they are not in the hosts file.
I have around 1000 NT machines and I cannot enter all of them in my UNix Dns server hosts file.
So what I thought was if I am resolving my NT hostname from my unix machine,
1.First look at the unix dns server
if it cannot resolve,then
2.Look at the NT Dns for resolution.
Can it happen!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2002 05:47 AM
тАО02-12-2002 05:47 AM
Re: hostname resolution
forwarders nt-ip-addr
this will send any unresolved IP's to the other box for resolution