View Single Post
  #2 (permalink)  
Old 02-10-2007, 19:12
flesso's Avatar
flesso flesso is offline
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,355
Default

Quote:
Originally Posted by Robin Patenall View Post
Can somebody make sure that I'm not being an idiot please ?

Basically, I currently have two registered domains, one (example.org.uk) with a company that just forwards all e-mail to my ISPs mailbox which I then process once it is downloaded, and one (example.org) with EUKHost which has a proper e-mail system . My plan was to get the new domain set up with real users (not a multidrop anymore, yeah!), then get example.org.uk to map to example.org so user@example.org.uk is the same as user@example.org and end up in the same mailbox. (Ideally, http://example.org.uk and http://example.org will be the same as will http://subdomain.example.org.uk and http://subdomain.example.org)

Now, to try and make the transition as smooth as possible I want to do it piece at a time. I've set up the new domain and the e-mail addresses and they work fine, new I need to get the two domains together. I don't currently want to change the tags on my old domain yet, mostly because I've heard about issues with some providers dropping service before the domain change is complete, so I want to reset the DNS entries with my old provider so it all works before working on the tag change. Now, I've set up example.org.uk as a parked domain and set up a 'Email Domain Forwarder' from example.org.uk to example.org.

I have this when I query UKHost4U nameservers:
Code:
www.example.org.uk.    14400   IN      CNAME   example.org.uk.
example.org.uk.        14400   IN      A       91.186.0.4
example.org.uk.        14400   IN      MX      0 example.org.uk.
example.org.uk.        86400   IN      NS      ns31.eukdns.com.
example.org.uk.        86400   IN      NS      ns32.eukdns.com.

and this when I query the real nameservers:
Code:
www.example.org.uk.    86307   IN      CNAME   fwd3.hosts.co.uk.
example.org.uk.        86311   IN      A       85.233.160.22 ;; (fwd3.hosts.co.uk.)
example.org.uk.        86260   IN      MX      30 fwd1.hosts.co.uk.
example.org.uk.        86260   IN      MX      30 fwd2.hosts.co.uk.
example.org.uk.        86260   IN      MX      30 fwd0.hosts.co.uk.
example.org.uk.        86245   IN      NS      ns0.phase8.net.
example.org.uk.        86245   IN      NS      ns1.phase8.net.
example.org.uk.        86245   IN      NS      ns2.phase8.net.

Now, as far as I can see, I need to turn on the scary "I Know What I'm Doing" advanced configuration option of my current provider, remove all the records (A,MX,NS and CNAME) an replace them with the A, MX and NS records from the EUKHost.

Does this sound right?

As far as I understand the A record tells everyone the IP address of example.org.uk, the MX record tells everyone how to e-mail somebody at example.org.uk and the NS records tell everybody how to resolve subdomain.example.org.uk, so as long as the NS records are set correctly the CNAME record doesn't need to be transferred as when trying to resolve www.example.org.uk we will get to my current host looking for example.org.uk and then get directed to either ns31.eukdns.com or ns32.eukdns.com which will contain the CNAME for www.example.org.uk.

Can anybody confirm this?

I will eventually sort out the domain properly, changing it's tag so EUKHost manages it but I want to get it working first.

Thanks.
I see what you have done; you think that the NS records are the nameservers, these are not. You have gone and changed all the host records, and not the domains nameservers. You will need to contact the registrar and ask ask them to set the nameservers for your domain to 'ns31.eukhost.com' and 'ns32.eukhost.com'.
__________________
Regards,
Josh Hold


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Over 1000 Computer Related Articles to Sink Your Teeth Into!



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Gig Listings for London


Super Moderator
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.

I don't bite, honest.
Reply With Quote