DNS & MX Records, what record to change?

  • -->gm<--
  • Student
  • Student
  • User avatar
  • Joined: Mar 19, 2004
  • Posts: 68
  • Status: Offline

Post November 20th, 2007, 5:40 am

Hi everyone,

I am redesigning a website that is already registered with another hosting company.
I am going to be hosting the new website/db myself but I will not be managing the email accounts.

Is there any record I can change to just point any requests for http://www.thedomain.com to my webserver, but leave the DNS settings and MX records as they are?

Thanks
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 20th, 2007, 5:40 am

  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8926
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post November 20th, 2007, 8:25 am

Yes, just tell them to change their A record for both the domain and www domain to point to your server's ip address. They would leave the rest of the records alone. For example:

Code: [ Select ]
$TTL 14400
@    86400  IN   SOA   nameserver1.domain.com. hostmaster.domain.com.  (
                    2006082901
                    3600
                    7200
                    2419200
                    86400
                    )

domain.com.          86400  IN   NS   nameserver1.domain.com.
domain.com.          86400  IN   NS   nameserver2.domain.com.

domain.com.          86400  IN   A    123.123.123.123

localhost.domain.com.   14400  IN   A    127.0.0.1

domain.com.          86400  IN   MX   10    mail.domain.com.

mail                 86400  IN    A    222.222.222.222
www                86400  IN   A    123.123.123.123
nameserver1          86400  IN   A    55.55.55.55
nameserver2          86400  IN   A    55.55.56.55
domain.com.          86400  IN   TXT   "v=spf1 a mx a:mail.otherdomain.com ~all"
  1. $TTL 14400
  2. @    86400  IN   SOA   nameserver1.domain.com. hostmaster.domain.com.  (
  3.                     2006082901
  4.                     3600
  5.                     7200
  6.                     2419200
  7.                     86400
  8.                     )
  9. domain.com.          86400  IN   NS   nameserver1.domain.com.
  10. domain.com.          86400  IN   NS   nameserver2.domain.com.
  11. domain.com.          86400  IN   A    123.123.123.123
  12. localhost.domain.com.   14400  IN   A    127.0.0.1
  13. domain.com.          86400  IN   MX   10    mail.domain.com.
  14. mail                 86400  IN    A    222.222.222.222
  15. www                86400  IN   A    123.123.123.123
  16. nameserver1          86400  IN   A    55.55.55.55
  17. nameserver2          86400  IN   A    55.55.56.55
  18. domain.com.          86400  IN   TXT   "v=spf1 a mx a:mail.otherdomain.com ~all"


So the part you would change would be:

Code: [ Select ]
domain.com.          86400  IN   A    123.123.123.123


and

Code: [ Select ]
www                86400  IN   A    123.123.123.123


To point to your server's ip address.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • -->gm<--
  • Student
  • Student
  • User avatar
  • Joined: Mar 19, 2004
  • Posts: 68
  • Status: Offline

Post November 22nd, 2007, 4:11 am

Thanks Bigwebmaster,

Is there any website where I can type in a domain name and see all the info that you listed in your post?

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 35 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.