|
Help | Articles - Tutorials - How To's | ||||||||||||||
How to address your computer on the internet with a Static IP Address
You can form a URL (Uniform Resource Locator) to access your computer over the internet needing nothing more than your computers IP Address. What your address is depends on how your network is setup. If your connecting thru an internet service provider you are most likely using something called DHCP to dynamically assign you a unique IP address each time you connect to the internet. If your very lucky your internet service provided you with a unique static IP address that never changes each time you connect to the internet. An Unique IP Address allows you to be singled out from the other enumerous Internet users. Once you know the unique IP address of your computer you can easily form a URL to access your computer over the internet. URL's in this form might look like this http://113.47.18.7 where 13.47.18.77 is the unique IP Address of your computer on the internet. If you are the only one that is going to connect to your computer running MyWebServer that might be OK. You can see what the address is when you start MyWebServer and you can then use that address from anywhere on the internet to access your computer. You can determine your IP address by looking at the MyWebServer Control panel or by simply moving the cursor over the MyWebServer icon in the lower right of your screen in the windows task bar. A Tool Tip will pop up in a few seconds displaying your current IP Address. Dynamic IP Addressing - Musical Chairs Click Here for an article on How to address your computer on the internet with a Dynamic IP Address URL Static IP Addressing Named Internet Addressing http://www.YourISP.com/YourEmailAddress where http://www.YourISP.com/YourEmailAddress is an web space provided by your ISP. If you have a Static IP address and you want to have a named internet address for your computer here is one way to do it. Most ISP's provide a free web site for your use. You can place a redirector page on your free web site that points every one to your computer when they access your free web site. When MyWebServer is running on your computer all requests for the redirector page on your free web site are handled by MyWebServer and your MyWebServer Home page is sent instead. Here are 2 example redirector pages you can use either one.
Instructions 1. Select all the text and then use the copy command in your Web Browser. Open a text editor like Notepad and paste the text into it using the Paste command. 2. Replace the 'Place Your Static IP Address Here' with your Static IP address address to completely form the URL. 3. Save it in a file named index.html 4. Place the file on your Free Web Site. That is all there is to it. When ever someone accesses the redirector page they will be redirected to the MyWebServer program running on your computer instead. If you have a Static IP address you can also use MyWebServers built in Virtual DNS feature to automatically publish redirector pages for you when ever you start and stop MyWebServer. Click Here for an article on How to address your computer on the internet with a static named URL for more information.. |
||||||||||||||
How to address your computer on the internet with a static named URL