Results 1 to 4 of 4

Thread: How to associate my static IP to a domain

  1. #1
    Join Date
    May 2007
    Beans
    80

    How to associate my static IP to a domain

    I want to host my site on my server. I've already registered the domain. Also I've an static IP and enabled port forwarding for the Web. So my website is reachable through the IP address. How to do so that instead of entering the IP, the user enters the domain name.

    Sorry in advance if this is a stupid question as this is my first experience on publishing a website.

    Regards

  2. #2
    Join Date
    Nov 2011
    Beans
    7

    Re: How to associate my static IP to a domain

    You have to configure your dns server. This must be done through the dns server of your domain register. hopefully this helps.

  3. #3
    Join Date
    May 2007
    Beans
    80

    Re: How to associate my static IP to a domain

    Thank you for your reply. So I went to the domain panel, dns settings. In the first line (green brush) I replaced the initial IP address with my IP address. This how I should do it? How much should I wait this to take effect?



    Regards

  4. #4
    Join Date
    Sep 2011
    Location
    London
    Beans
    384

    Re: How to associate my static IP to a domain

    Quote Originally Posted by aliov_85 View Post
    I want to host my site on my server. I've already registered the domain. Also I've an static IP and enabled port forwarding for the Web. So my website is reachable through the IP address. How to do so that instead of entering the IP, the user enters the domain name.

    Sorry in advance if this is a stupid question as this is my first experience on publishing a website.

    Regards
    Hi Aliov

    You need to add a record which looks like this (but with your IP address):
    Code:
    www A 1.2.3.4
    It typically takes 5 minutes with a lot of modern domain hosting firms; sometimes it takes place in seconds, sometimes it can take hours.

    You test your DNS entries by looking on any DNS lookup page on the web (http://www.mxtoolbox.com/DNSLookup.aspx is one of many). Or alternatively from your command line you can check it at one of Google's DNS servers:
    Code:
    dig @8.8.8.8 www.yourdomain.com a
    Hope that helps.

    Kind regards,
    Jonathan.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •