- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Domain names....
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-10-2002 06:06 AM
04-10-2002 06:06 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 06:12 AM
04-10-2002 06:12 AM
Re: Domain names....
From the server's point of view, in /etc/resolv.conf, you can only specify one single domain.
From the client's point of view, you can have multiple aliases pointing to the same IP address in your /etc/hosts or in the DNS server resource records.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 06:30 AM
04-10-2002 06:30 AM
Re: Domain names....
proxy.abc.def.com and I wanted it to also host the domain name abc.org all I would need to do is put this in the host file as an alias? But then would the user have to access this server as abc.org.abc.def.com? I am still unsure how this would resolve to just abc.org? Ir if that gets the system to resolve to that name. Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 08:13 AM
04-10-2002 08:13 AM
SolutionFor example
you are on
system1.def.com and run nslookup for tic. And
tic.def.com has ip 10.20.1.1
You will gets the correct ip, easy.
Now if you are on system2.abc.com# > nslookup tic.def.com will gets ip no problem. If you want tic.abc.com to point to same ip you will have to set CNAME record on DNS
tic CNAME tic.dif.com
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 04:17 PM
04-10-2002 04:17 PM
Re: Domain names....
The answer depends on the context of the domain name resolution you envision.
Wherever the DNS records for abc.org will reside, they will have to point to the IP address of the box that will represent it.
The box can have multiple addresses and aliases of course, just need to be careful to associate the apropriate addresses with the domain name it needs to use.
best regards.
Mark