954,174 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Optimum Online Web Hosting.

I am trying to make my home machine a webserver for a project I am working on. Here is my configuration

Windows XP Professional
Linksys Router

I set up my IIS server 5.1 to listen the default web browser on port 200. I have also tried 1000 8000 9000 2333 etc.... When I type the url http://192.168.1.20:200/index.asp from my computer or any computer inside my network everything works fine and page is served up. When I try to do it outside my network it does not work. PLEASE NOTE I AM USING MY IP that is assigned to me from Optimum Online when I try from the outside. I also use the WAN IP on the inside and it works as well. I have tried everything.

DOES CABLEVISION block all web traffic on any port from home servers?

Am I doing something incorrectly?

I even removed my linksys router from the equation and tried without it. Still nothing.

The error I receive is "Page cannot be displayed"


Is there a log somewhere that would tell me if the request is actually reaching IIS at all?

Any help would be appreciated.

Regards
Anthony

mirage00
Newbie Poster
4 posts since Mar 2003
Reputation Points: 10
Solved Threads: 0
 

I know that OptOnline definitely blocks port 80. I think they might block all http: server requests on all ports, but not exactly sure.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

Oh, one more thing ... you have to set up port fowarding on your router. I know the Linksys ones (at least the one I have) support this feature.

Go to 192.168.1.1 to the router config panel, then to advanced, then to port fowarding. And make sure you have access from port 200 on the outside gets forwarded to 192.168.1.20 port 200 on the inside of your LAN.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

Thanks for the info regarding the router. I already have port forwarding set already.

Does anyone know for sure if Cablevision is blocking all HTTP requests?

mirage00
Newbie Poster
4 posts since Mar 2003
Reputation Points: 10
Solved Threads: 0
 

Nope, Cablevision is not blocking HTTP requests from home servers. Do you have a firewall set? Have you tried pinging yourself from the external IP? Also, have someone else ping you just to be sure.

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

I can ping myself and I can ping my IP without a problem from outside my network. I dont have a firewall set and I using a linksys router with WAN blocking disabled. I'm a techie and this thing is really starting to annoy me.

mirage00
Newbie Poster
4 posts since Mar 2003
Reputation Points: 10
Solved Threads: 0
 

try setting yourself as the DMZ host?

theQube
Light Poster
35 posts since Feb 2003
Reputation Points: 10
Solved Threads: 3
 

just to reconfirm what u've said, is that u can access ur url internally via "http://192.168.1.20:200/index.asp," but when you access the site externally via "http://(ur.ip.addy.here)//index.asp" it is inaccessible?

aeinstein
Team Member - aka kaynine
Team Colleague
645 posts since May 2002
Reputation Points: 186
Solved Threads: 8
 

I am having the same exact problem. Somebody informed me earlier that Optimum Online does block the ports from home servers but he wasn't entirely sure. If anybody has Optimum online with a Linksys router and knows how to get the server up and running, then please post a reply to this thread.
Thank you very much in advance!

DeAdPaCe
Newbie Poster
2 posts since Oct 2003
Reputation Points: 10
Solved Threads: 1
 

I have gotten my website up using my ip address:8000, but it did not work at :80. As soon as I changed it in iis, it went immediately. Also, I am using a linksys befsr41. The forwarding is necessary, as is, according to linksys, making your server static from the router.

Now a question... is there anyway to have people that go to my domain name automatically get to a different port than 80?

rffffffff
Newbie Poster
1 post since Nov 2003
Reputation Points: 10
Solved Threads: 0
 
Now a question... is there anyway to have people that go to my domain name automatically get to a different port than 80?

Some people have told me it's possible but I've never tried on ports other than 80. Just watch out for Cablevision. I've already gotten two phone calls from them on how I can't run any servers. Yes, that's right, ANY. No Web, FTP, Mail, File Sharing. Ridiculous, eh?

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

OptOnline BLOCKS port 80 from outside your node. I run an FTP server which doesn't get hit very much, and sofar haven't had any problems with them. They also block 25 and 110, but if you have someone nmap your IP, it shows *everything* under the sun open and waiting. I think it's their filters, but I'm not sure.

Anyway, you can sign up for a free DynDNS service and run your httpd on any port you want, and have it redirected from the DynDNS service so it appears as though your server isn't being run from the back of your car so to speak.

I've also setup DNS to resolve one of my domains using their DNS servers to my local web/FTP servers, and sofar it doesn't work. *sigh*

TheOgre
Posting Whiz
393 posts since Aug 2003
Reputation Points: 128
Solved Threads: 9
 
They also block 25 and 110

Not true. OptOnline only blocks incoming TCP port 80.

What does that mean? You can not run a web server on the standard port.

Many protocols have default ports, HTTP is 80, FTP is 21, POP3 is 110, etc. In your web browser, when you type http://whatever.com , it connects to whatever.com's servers on port 80. The only way to modify this behavior is to append a :portno to the url, so http://whatever.com:240 would connect to whatever.com's servers on port 240.

A new type or redirector service which was refered to above, runs on an internet connection with an unblocked port 80 and puts your page in a frame in the browser (that fills the screen).

Here is an example: You run a webserver at 24.12.21.36 (made up IP addr) on port 81. You setup this special forwarding at a DNS provider (not all support this, because this is not a standard thing for DNS, its actually extra) to forward the url http://testsite.no-ip.com to http://24.12.21.36:81 . When you go to http://testsite.no-ip.com , the dns provider (in this case, No-IP) sends you a page from their webserver with a frame taking up 100% of the page to the url of your site.

While this is useful, in many cases it has a lot of disadvantages. the actual domain does not resolve to your IP address - it resolves to your DNS providers. Also, all links contained on the site will not change the "Address" bar - it will always read your domain name only.

Anyone need any other help ;-)?

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 
Nope, Cablevision is not blocking HTTP requests from home servers. Do you have a firewall set? Have you tried pinging yourself from the external IP? Also, have someone else ping you just to be sure.


They certainly do filter. I called Tech support today and the engineer at Cablevision confirmed they filter 80, 8080, and others. So a web server is out of the question. I am looking into DNS port forwarding in hopes of getting around this. Then I could route http requests (on some other port) to my Linksys, then forward back to 80.

carscadden
Newbie Poster
1 post since Jan 2004
Reputation Points: 10
Solved Threads: 0
 

They do block. I have changed my ports and use a dns service to get around this.

Lets say you changed the port of your web server to 11111.

Set your linksys router to port forward 11111 to that machine. In the newer versions, you can use the UPnP to redirect 80 to 11111, but since 80 is blocked, this does nothing.

All you have to do now is create a webforward on your dns provider. Be sure that it is cloaked so the name stays the same.

Venjense
Light Poster
31 posts since Oct 2003
Reputation Points: 13
Solved Threads: 5
 
So a web server is out of the question.

Cablevision is not blocking HTTP requests from home servers on ports except for 80. That I know for a fact. I've heard from other people that they've even gotten calls from running servers on non-default ports.

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

OK, got HTTP (Apache) working on port 5906 and mail (qmail) running normally on 25. I'm routing external requests for 5906 to internal port 80 (via my FreeBSD firewall/router), and it's been working fine for over 2 weeks now. I've also added SquirrelMail, which makes checking e-mail on the road a snap. I've had FTP running normally on port 21 for over 2 years now, and I'm hoping the additional bandwidth isn't going to draw any attention to OptOnline anytime soon...

TheOgre
Posting Whiz
393 posts since Aug 2003
Reputation Points: 128
Solved Threads: 9
 

On a similar note, does anyone know if optonline blocks hte bittorrent ports (i.e. 6881-6889, 6969)? I was going crazy trying to get BT working with my router. I tried all different combos of port forwarding, special apps, finally put my pc IP in the DMZ, not luck. Then I bypassed my router all together and it still appeared to me that I was not getting any BT traffic that I didn't initiate (e.g. no peers were connecting to me, but I was connecting to peers).

THis is driving me nuts.

Thanks.:sad:

profvonnostrum
Newbie Poster
3 posts since Mar 2004
Reputation Points: 10
Solved Threads: 0
 

Sorry, don't know anything about Bittorent ... but TheOgre, doesn't OptOnline block port 21 as well?

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 
Sorry, don't know anything about Bittorent ... but TheOgre, doesn't OptOnline block port 21 as well?


Nope. My FTP server has been online for over 2 years without a problem, running on port 21.

I don't know too much about BT, as I haven't had the chance to play with it yet. As far as I know, OptOnline only blocks port 80.

TheOgre
Posting Whiz
393 posts since Aug 2003
Reputation Points: 128
Solved Threads: 9
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You