
January 31st, 2004, 02:13 AM
|
 |
Retired Moderator
|
|
Join Date: Jan 2004
Location: London, UK
|
|
Hi,
Do you use a router to connect to the Internet? If you do, you need to create a port forwarding rule in the router to redirect all requests on port 80 (the port used for web pages) to the internal server (10.0.0.3). On the internal web server, you can leave the website hosting on the IP address of 10.0.0.2 - there is no need to change this.
If you don't use a router, but instead use a computer to share the Internet, the firewall on the computer should have similar options to forward all requests on port 80 to the internal server.
When someone then types 203.xxx.xxx.xxx from outside your network, they are sent to the external interface of the router (or internet-connection sharing computer). They are then forwarded to your web server.
If you only want to access your website using an IP address (by typing in http://203.xxx.xxx.xxx) you do not have to use DNS. If you want to access your website by using something like www.mydomain.com you will need to look at DNS. Check out http://www.zoneedit.com for free DNS for up to five domains.
HTH,
Edwin
|