On 2008-04-30 01:25:42, Ed in Calif wrote:
> OK. So Tomorrow then I'm going to open the full range of ports, 0 to 65536
> for 192.169.1.102.
Your web server only responds on one port (typically but not necessarily
port 80), and that's the only one you need to (should) forward (or "open").
Opening more than needed is for the ones who really know what they are
doing (and they probably don't either

.
> But what do I tell my users to use as an http:// address to get to me?
> They can't use the NAT address can they, every Linksys Router uses those
> addresses.
The local addresses (e.g. 192.168.x.x) are just that, local addresses. You
have to use the IP address you get from your ISP (it's probably shown in
one of the admin pages of your router). If this address is reasonably
stable, you may be able to use it as-is, that is, connect to
http://123.45.67.89 (if that's it

.
Or you can sign up with one of the dynamic IP services (search for "dynamic
IP") and get a domain name that "follows" your changing IP address. You
need a piece of software that runs on your server that updates that service
every time your IP address changes.
Gerhard