944,126 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 88144
  • Networking RSS
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Nov 6th, 2003
0

Re: Optimum Online Web Hosting.

Quote originally posted by rffffffff ...
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?
Team Colleague
Reputation Points: 262
Solved Threads: 18
a.k.a inscissor
samaru is offline Offline
1,227 posts
since Feb 2002
Dec 30th, 2003
0

Re: Optimum Online Web Hosting.

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*
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Dec 30th, 2003
1

Re: Optimum Online Web Hosting.

Quote originally posted by TheOgre ...
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 ;-)?
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Jan 4th, 2004
0

Re: Optimum Online Web Hosting.

Quote originally posted by inscissor ...
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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
carscadden is offline Offline
1 posts
since Jan 2004
Jan 4th, 2004
0

Re: Optimum Online Web Hosting.

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.
Reputation Points: 13
Solved Threads: 5
Light Poster
Venjense is offline Offline
31 posts
since Oct 2003
Jan 5th, 2004
1

Re: Optimum Online Web Hosting.

Quote originally posted by carscadden ...
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.
Team Colleague
Reputation Points: 262
Solved Threads: 18
a.k.a inscissor
samaru is offline Offline
1,227 posts
since Feb 2002
Feb 7th, 2004
0

Re: Optimum Online Web Hosting.

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...
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Mar 9th, 2004
0

Re: Optimum Online Web Hosting.

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
profvonnostrum is offline Offline
3 posts
since Mar 2004
Mar 9th, 2004
0

Re: Optimum Online Web Hosting.

Sorry, don't know anything about Bittorent ... but TheOgre, doesn't OptOnline block port 21 as well?
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 163
The Queen of DaniWeb
cscgal is online now Online
13,646 posts
since Feb 2002
Mar 9th, 2004
0

Re: Optimum Online Web Hosting.

Quote originally posted by cscgal ...
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.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Hamachi and ICS for remote PC
Next Thread in Networking Forum Timeline: Ummm, Don't know what's going on !!





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC