Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question About Pointing a Host

Status
Not open for further replies.

obryant32

IS-IT--Management
Feb 20, 2003
66
US
Currently we have multiple forward lookup zones in our internal DNS server. We're trying to somehow point a host record inside of one lookup zone to point to a host inside another forward lookup zone. (eg.) We have host#1 "www" inside of lookup zone "lendiastaging.com" When someone types that into their browser, we want them to be redirected to host#2 "staging" inside of lookup zone "lendialogix.com". I know we could do that with a redirect web page but we'd like to know if it can be done through DNS, if so...HOW?
Thanks
Matt
 
In DNS you could only point the conneciton to another server, ie.

CNAME staging.lendialogix.com

Then on the server that staging.lendialogix.com resolves to you would obviously need a virtual host to answer requets for
Chris.


**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top