Beware that, because you have a laptop, you need to change your host file
each time you connect to the internet somewhere else then from home.
If you would connect from, for example, an internet cafe using your own
laptop, then it would also connect to 192.0.0.3 (based on the host file),
which will clearly not work from that location.
I know that there are routers that actually do support it. Check whether you
can configure the router to show the configuration pages on a different
port. When you connect to it now it's HTTP on port 80 (the routers internal
web server), the same port you actually want forwarded to your web server.
So if you can configure the router to use a different port than 80, it might
then actually start forwarding port 80 to your webserver.
If this doesn't work, the only solution (beside the host file) is to run
your own FTP server (which is quite a hassle)
grtz
Tieske
"Gordowey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
PeterD wrote:
> On 22 Sep 2006 07:57:49 -0700, "Gordowey" <(E-Mail Removed)>
> wrote:
>
>
> >
> >I think that if i put in my "host." file (i am using XP) an entry like
> >this
> >
> >192.0.0.3 www.mysite.com
> >
> >it works the way I need.
>
> OK, if it works, you've solved your problem
>
> >
> >But last question,.., isnīt there a way to config this in the router?
>
> It isn't a router problem, it is a DNS problem. You have no DNS of
> your own, so you must use the HOST file.
ok I understand, thanks !