I'm trying to open my web server to the internet and I cant seem to
get it to work. I've opened port 8080 on my router and in Windows XP
firewall and I've set the TCP port in IIS also to 8080. I can access
the website ok from within the network but outside it just seems to
timeout.

According to my ISP's help they do not block port 8080 so I just don't
understand why I cant see the website using my IP.

The address is http://80.229.15.67:8080/

Thanks.

SuzyB

Re: Cannot access web server from internet by Dave

Dave
Tue Feb 20 12:35:50 CST 2007

On 2/20/2007 12:08 PM, suzanne.boyle@gmail.com wrote:
> I'm trying to open my web server to the internet and I cant seem to
> get it to work. I've opened port 8080 on my router and in Windows XP
> firewall and I've set the TCP port in IIS also to 8080. I can access
> the website ok from within the network but outside it just seems to
> timeout.
>
> According to my ISP's help they do not block port 8080 so I just don't
> understand why I cant see the website using my IP.
>
> The address is http://80.229.15.67:8080/
>
> Thanks.
>
> SuzyB
>
It works from here. -Dave Pyles

Re: Cannot access web server from internet by Patrick

Patrick
Tue Feb 20 15:31:54 CST 2007

Works fine for me too.


"Dave Pyles" <dnpyles@acousticmusic.com> wrote in message
news:erff26$1cbo$1@pyrite.mv.net...
> On 2/20/2007 12:08 PM, suzanne.boyle@gmail.com wrote:
>> I'm trying to open my web server to the internet and I cant seem to
>> get it to work. I've opened port 8080 on my router and in Windows XP
>> firewall and I've set the TCP port in IIS also to 8080. I can access
>> the website ok from within the network but outside it just seems to
>> timeout.
>>
>> According to my ISP's help they do not block port 8080 so I just don't
>> understand why I cant see the website using my IP.
>>
>> The address is http://80.229.15.67:8080/
>>
>> Thanks.
>>
>> SuzyB
>>
> It works from here. -Dave Pyles



Re: Cannot access web server from internet by suzanne

suzanne
Tue Feb 20 16:00:29 CST 2007

On Feb 20, 9:31 pm, "Patrick" <nos...@nowhere.com> wrote:
> Works fine for me too.
>
> "Dave Pyles" <dnpy...@acousticmusic.com> wrote in message
>
> news:erff26$1cbo$1@pyrite.mv.net...
>
> > On 2/20/2007 12:08 PM, suzanne.bo...@gmail.com wrote:
> >> I'm trying to open my web server to the internet and I cant seem to
> >> get it to work. I've opened port 8080 on my router and in Windows XP
> >> firewall and I've set the TCP port in IIS also to 8080. I can access
> >> the website ok from within the network but outside it just seems to
> >> timeout.
>
> >> According to my ISP's help they do not block port 8080 so I just don't
> >> understand why I cant see the website using my IP.
>
> >> The address ishttp://80.229.15.67:8080/
>
> >> Thanks.
>
> >> SuzyB
>
> > It works from here. -Dave Pyles

So it just seems to be from inside my network that I cant access it.
Handy.

Thanks for your help guys.


Re: Cannot access web server from internet by Andrew

Andrew
Wed Feb 21 04:51:54 CST 2007

suzanne.boyle@gmail.com wrote:
>>>> According to my ISP's help they do not block port 8080 so I just
>>>> don't understand why I cant see the website using my IP.
>>
>>>> The address ishttp://80.229.15.67:8080/
>>
>>
>>> It works from here. -Dave Pyles
>
> So it just seems to be from inside my network that I cant access it.
> Handy.

Presumably you have NAT between the Internet and your internal network, so
it's because your router isn't sending it back into your network. Just use
the IP address of the computer you see from using "ipconfig" at a command
prompt.

Andrew