How can I host my own website

topless

I have bought a domain lets say it example.com, I also own an Ubuntu 10.04 machine which I would like to use it to serve my personal website. I have deployed the website on my local machine and its set with a static IP address which I can access like http://xx.xx.xx.xx

What I would like to do is connect my domain name example.com so it points to my ip in order to serve the page.

Thomas Ward

Start by modifying your domain's DNS settings in the registrar's control panel and provide the nameserver as the static IP you claim to have. Doing this (then waiting approximately 24 hours for DNS to update worldwide) should then allow you to type in the domain and get to your site under the following conditions:
(a) The system is web facing, and your firewall has been configured to allow port 80 traffic to reach your system, or
(b) Port 80 (the normal HTTP port) has been opened in the NAT'd gateway that may exist between your system and the actual internet connection (for example, a router that forwards port 80 to your machine), and the same port has also been allowed in your computer's firewall.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I host my own website

From Dev

how can I spider my own website

From Dev

How do I host Nuget Gallery in my own Azure website?

From Dev

Host my own chrome extension in my website

From Dev

How can I host my own Parse Server on Heroku using MongoDB?

From Dev

How can I manage the DNS records of my website, which I host at home?

From Dev

How can I host a website in a virtual machine?

From Java

Can I use pagespeed insights for my local host website or offline?

From Dev

Can I host customized Ubuntu ISO on my website?

From Dev

How can I generate my own ScalaSig?

From Dev

How can I return my own promise?

From Dev

How can I customize my own Observable?

From Dev

How do I make a website not count my own hits?

From Dev

How can I run markdown on my website?

From Dev

How can i upload my website?

From Dev

How can I view a part of an other website on my website?

From Dev

How can I view a part of an other website on my website?

From Dev

How can I connect to a website hosting my website via socket?

From Dev

How can i limit my blogs per page on my website?

From Dev

How to implement .SCSS on my own website?

From Dev

How to implement .SCSS on my own website?

From Dev

How to download/ save my own website FOR A NOOB

From Dev

How can I create my own custom Hint for a specific control?

From Java

How can I set up Encrypted SNI on my own servers?

From Java

How can I make my own base image for Docker?

From Dev

How can I implement my own generic collection in java?

From Dev

How can I implement the miniplayer in Apple Music in my own app?

From Java

How can I pass my class into its own constructor?

From Dev

Is there a 'variable_get' method? If not, how can I create my own?

Related Related

HotTag

Archive