How to bypass a blocked port::80

I'm trying to run a simple web page from my home computer. I'm running tinyweb server (I tried other server software too), but none worked until I found out that my ISP is blocking all ports below 1024.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar28.webp

530 Posts
Location -
Joined 2001-10-09
I'm trying to run a simple web page from my home computer. I'm running tinyweb server (I tried other server software too), but none worked until I found out that my ISP is blocking all ports below 1024. My previous ISP didn't do that, but I'm out of college so no way of getting it back. Changing the ISP is also no option cos there is only one ISP in our cable network.
 
I'm curently running my test page on port 8080 an alernative HTTP port http://tomay.no-ip.com:8080/ it loads without a problem, but if I just enter http://tomay.no-ip.com it times out.
 
Is there a way to bypass this blocking?
Please help!

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar01.webp

1547 Posts
Location -
Joined 2002-05-29
I do believe this is by design as a web browser will expect the pages to be served on port 80 by default. The only way I know how to access web pages on some other port is to use the :stuck_out_tongue:ortnumber after the URL.
 
Using a router wouldn't help here as your ISP will drop *all* packets with a port request under 1024

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Check to see if the no-ip.com people have a proxy option. TZO.com can redirect incoming port 80 traffic to any port you want, so all clients can come in on their normal port.

data/avatar/default/avatar33.webp

35 Posts
Location -
Joined 1999-08-16
Run your webserver on port 8080 or something if you don't want to use another service.
 
People would just have to do http://blah.com:8080 to get to it. Any of the other services would require you do to the same thing, they would just redirect port 80 to port 8080 for example on your home machine.