| Point to another Domain DNS I am trying to redirect a web address to a server outside our domain. I am using BIND. I thought I should just be able to make a line change in the domain name zone file but it is not working. I also tried to create a subdomain zone file with the same results.
This is what I am trying to do. In my mydomain.org.zone file add the line:
two IN CNAME machine.site.someotherdomain.com
What I need it to do is when someone type the web address two.mydomain.org it actually opens up the site at site.someotherdomain.com
I also tried the line in a subdomain two.mydomain.org.zone file
SOLVED!!
Should read:
two IN CNAME machine
machine IN CNAME site.someotherdomain.com.
Last edited by vern : 05-12-2008 at 03:57 PM.
Reason: Issue solved
|