On Thu, 06 Oct 2005 22:28:09 -0700, boston_code_monkey wrote:
> Due to the limited traffic I receive, I assumed I could use my dsl
> connection and win2k server to host my site.
There's really no obstacle to setting up a web server on a dsl connection,
even if you don't have a fixed ip and port 80 is blocked. You seem to
have figured most of it out already, but you'll make your life easier if
you get your own domain name. I had a look at no-ip.com,
they seem to have everything you need, but
have a look at zoneedit.com, they're dns service is free for up to five
domain names.
What you want to do is:
1. Get a domain name.
2. Use dynamic dns to update it. no-ip.com and zoneedit.com will do this
for you.
3. Have your web server listen on a different port and have your
dns service forward requests for port 80 to that port. (which you've
already set up). zoneedit or no-ip can do this for you.
Have a look at
www.dannelson.net/LSH/domain.html for info on getting a
domain name.
And zoneedit.com has some info on setting up dynamic dns.
Also, if you seriously want a web site that's secure, has the best
software, is flexible, easy to administer, then throw away your win2k
server and get a linux box.
Dan