Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue May 19, 2009 8:52 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Hi,
I just finished to configure my VPS
with webservices and email (POP/SMTP) without any DNS server...

Now I want to transfer my old domain name to GoDaddy and tell to
GoDaddy to point my existing domain name to your VPS...

Is there a guide on how to do that?
Please help me...


Top
   
 Post subject:
PostPosted: Tue May 19, 2009 11:58 am 
Offline
Senior Newbie

Joined: Sun May 10, 2009 5:30 am
Posts: 6
Website: http://seoulbox.com
Yahoo Messenger: ramil.sususco
Location: Manila, Philippines
if no dns server then use Linode's free DNS service.

On your Linode Account, point to DNS manager,
Click "Add a new domain zone" on the lower right portion.

Then on the Domain Field, type in your domain, choose "Master" on the type. then click continue.

Leave everything on default except for the SOA. just enter your email address. then click save.

after that, Login to Godaddy. Click Domain Manager on the left portion, then on the page, choose and click the domain.

click nameservers then a css popup will show up choose custom namservers.

then on the Nameservers field, just enter

ns1.linode.com
ns2.linode.com
ns3.linode.com
ns4.linode.com


after that, you just wait. Propagation time differs between 4-48 hours after you entered the nameservers.


Top
   
 Post subject:
PostPosted: Tue May 19, 2009 12:06 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Hi,
really thanks for your good reply...

I also need to configure
mail.mydomain.org

and a subdomain like
wap.subdomain.org

what I need to do to configure mail and a subdomain in the linode dns manager?
thanks!


Top
   
 Post subject:
PostPosted: Wed May 20, 2009 2:09 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
sblantipodi wrote:
Hi,
really thanks for your good reply...

I also need to configure
mail.mydomain.org

and a subdomain like
wap.subdomain.org

what I need to do to configure mail and a subdomain in the linode dns manager?
thanks!


bump question, please help...
really thanks for your patience.


Top
   
 Post subject:
PostPosted: Wed May 20, 2009 2:41 pm 
Offline
Senior Member

Joined: Sat Mar 28, 2009 4:23 pm
Posts: 415
Website: http://jedsmith.org/
Location: Out of his depth and job-hopping without a clue about network security fundamentals
sblantipodi wrote:
what I need to do to configure mail and a subdomain in the linode dns manager?
thanks!

Add A records and an MX record. Here's how I did it (using an example zone, and starting from scratch). Note that we have an entirely blank slate in the DNS manager. Click "add new A/AAAA record". This is where we set up the record that says "snarfexample.com" is 1.2.3.4.

Image

For the first A record, the one for the main domain, do not fill in anything except "IP address". Set the record to the IP address of your Linode. This will make "snarfexample.com" point to 192.168.1.85. Click Save.

Image

Repeat the process of adding A records for all subdomains that you want. Here, I've set up a "mail" subdomain (notice I only used "mail", and not "mail.snarfexample.com"). Also set these to the IP of your Linode, or, if you are using a creative hosting setup, any IP address that you wish. Here I've used 192.168.1.85 again.

Image

In order for outside computers to recognize that, indeed, mail.snarfexample.com handles incoming e-mail for @snarfexample.com e-mail addresses, we also need an MX record. After you've created an A record for mail, click Add an MX record.

Image

Here, we use the full hostname (as the server that handles mail for joe@snarfexample.com may not necessarily be part of the domain). Fill in the full hostname of your mail subdomain. The lower the "priority" number, the higher the priority of that mailserver -- this only matters when multiple servers are in use, so you can leave it at 10 for now. Leave the rest blank and click Save.

Image

I've created other records here, including an IPv6 version of mail as well as IPv4/IPv6 records for "wap" using the same exact procedure as I did in step 2 above. I also added an SPF record under TXT records -- this allows some mailservers that recognize SPF to make sure your domain isn't spamming. See the OpenSPF website for the lowdown on that (it's not important at all).

Image

That's it! Now, in about 15 minutes, Linode should pick up the change. Give all of your changes (since you just changed GoDaddy's nameservers) about 24 hours to propagate through the Internet and everything should be working fine.


Top
   
 Post subject:
PostPosted: Wed May 20, 2009 7:23 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
jed wrote:
sblantipodi wrote:
what I need to do to configure mail and a subdomain in the linode dns manager?
thanks!

Add A records and an MX record. Here's how I did it (using an example zone, and starting from scratch). Note that we have an entirely blank slate in the DNS manager. Click "add new A/AAAA record". This is where we set up the record that says "snarfexample.com" is 1.2.3.4.

Image

For the first A record, the one for the main domain, do not fill in anything except "IP address". Set the record to the IP address of your Linode. This will make "snarfexample.com" point to 192.168.1.85. Click Save.

Image

Repeat the process of adding A records for all subdomains that you want. Here, I've set up a "mail" subdomain (notice I only used "mail", and not "mail.snarfexample.com"). Also set these to the IP of your Linode, or, if you are using a creative hosting setup, any IP address that you wish. Here I've used 192.168.1.85 again.

Image

In order for outside computers to recognize that, indeed, mail.snarfexample.com handles incoming e-mail for @snarfexample.com e-mail addresses, we also need an MX record. After you've created an A record for mail, click Add an MX record.

Image

Here, we use the full hostname (as the server that handles mail for joe@snarfexample.com may not necessarily be part of the domain). Fill in the full hostname of your mail subdomain. The lower the "priority" number, the higher the priority of that mailserver -- this only matters when multiple servers are in use, so you can leave it at 10 for now. Leave the rest blank and click Save.

Image

I've created other records here, including an IPv6 version of mail as well as IPv4/IPv6 records for "wap" using the same exact procedure as I did in step 2 above. I also added an SPF record under TXT records -- this allows some mailservers that recognize SPF to make sure your domain isn't spamming. See the OpenSPF website for the lowdown on that (it's not important at all).

Image

That's it! Now, in about 15 minutes, Linode should pick up the change. Give all of your changes (since you just changed GoDaddy's nameservers) about 24 hours to propagate through the Internet and everything should be working fine.


you are definitive.
really thanks for the excellent post, it is so good that it should be included in the linode wiki...
I have another question if possible, what I need to setup in the dns manager of godaddy?
Can I copy this settings also on godaddy dns manager?

Thanks for your patience.


Top
   
 Post subject:
PostPosted: Wed May 20, 2009 8:15 pm 
Offline
Junior Member

Joined: Wed Jan 23, 2008 9:49 pm
Posts: 34
If you have set your DNS servers to be used as ns1.linode.com, ns2.linode.com, etc at GoDaddy, you dont need to specify any other DNS information over there as Linode will be handling the DNS for your domain, not GoDaddy.


Top
   
 Post subject:
PostPosted: Thu May 21, 2009 6:30 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
atourino wrote:
If you have set your DNS servers to be used as ns1.linode.com, ns2.linode.com, etc at GoDaddy, you dont need to specify any other DNS information over there as Linode will be handling the DNS for your domain, not GoDaddy.


So in godaddy I need to setup only NameServer,
ns1.linode.com to ns4.linode.com
right?


Top
   
 Post subject:
PostPosted: Thu May 21, 2009 3:40 pm 
Offline
Junior Member

Joined: Wed Jan 23, 2008 9:49 pm
Posts: 34
correct.


Top
   
 Post subject:
PostPosted: Thu May 21, 2009 3:45 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
thanks to all...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 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

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group