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 o...
Topic Options
#137464 - 04/01/0401:16 AMHow to bypass a blocked port::80
Tomay
addict
Registered: 10/09/01
Posts: 530
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.
#137467 - 04/01/0403:11 AMRe: How to bypass a blocked port::80
jmmijo
veteran
Registered: 05/29/02
Posts: 1486
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 :portnumber after the URL.
Using a router wouldn't help here as your ISP will drop *all* packets with a port request under 1024
#137470 - 04/01/0403:39 AMRe: How to bypass a blocked port::80
clutch
Carpal Tunnel
Registered: 03/29/00
Posts: 3859
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.
#137489 - 04/01/0404:12 PMRe: How to bypass a blocked port::80
etexter
newbie
Registered: 08/16/99
Posts: 33
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.