How to point a domain name from Name.com to my home web server?

3

1

I have a fully working home web server on Fedora 15 at http://24.109.247.176/

I want to have my domain which is on Name.com to be used for my home web server.
How can I accomplish this?

Qasim

Posted 2011-08-08T22:59:47.757

Reputation: 193

Answers

3

You need to register the domain and then change the DNS records to point to that ip address. Is it static or dynamic?

Free alternative: open an account with dyndns.org and you can select from ~20 domains and have a your domain.theirdomain.com

For Example: In GoDaddy, I have a domain.me. I want to point this to my home IP address 74.x.x.x. I registered my domain.me address and now I can edit the DNS to point www.domain.me to 74.x.x.x

enter image description here

kobaltz

Posted 2011-08-08T22:59:47.757

Reputation: 14 361

You will also want to make sure that your ISP allows web servers with their home plan. You can usually get away with port 80 (http) but most often they will crack down on ssh, FTP, smtp, etc. – kobaltz – 2011-08-08T23:03:50.073

in my experience port 80 is more often blocked. also, most mail providers reject e mails from home/dynamic ips – Journeyman Geek – 2011-08-08T23:23:58.410

I already have my home web server running, I just need a domain on it so people dont have to type my IP – Qasim – 2011-08-09T00:55:51.887

3

If your ip address is static, its a simple matter of going to your registrar's config page and setting an A record for your ip address.

If its a dynamic ip address, and your provider dosen't support dynamic dns, i'd suggest using zoneedit to handle your dns - its free for up to two DNS zones, and allows you to use dynamic dns clients.

Journeyman Geek

Posted 2011-08-08T22:59:47.757

Reputation: 119 122

Could you explain how to do that? I'm really noob when it comes to this stuff:P My IP is Dynamic, but it can also be set to static. – Qasim – 2011-08-09T00:50:34.217