DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old February 23rd, 2004, 12:38 PM
amatlis amatlis is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 2 amatlis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can I connect to my home computer with Adelphia Cable?

Hi, I'm totally new to this so excuse me if I sound retarded.

I have apache2.0 running on my windows xp computer. I have registered the domain URL and I'm trying to connect it to my computer's ip address [67.20.63.161]. URL works fine on my computer and so does URL. But when I try URL or URL from work, it can't connect.

I did a WHOIS search on DNSstuff.com and this is what it gave me:
---------------------------------------------------------
WHOIS results for 67.20.63.161
Generated by URL
Country: UNITED STATES

NOTE: More information appears to be available at NET-67-20-32-0-1.

Using cached answer (or, you can get fresh results).

Adelphia Cable Communications ADELPHIA-CABLE-5 (NET-67-20-0-0-1)
67.20.0.0 - 67.23.255.255
Adelphia 6720320-Z5 (NET-67-20-32-0-1)
67.20.32.0 - 67.20.63.255

# ARIN WHOIS database, last updated 2004-02-22 19:15
# Enter ? for additional hints on searching ARIN's WHOIS database.
---------------------------------------------------------

Any ideas? Do I have to listen to a different port? Do I need to add something to hosts? Or is it just impossible to run my web page from home using a cable internet provider?

Thanks,
Anthony

Reply With Quote
  #2  
Old February 23rd, 2004, 01:24 PM
web_boy_ web_boy_ is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 4 web_boy_ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Cable Modem

I run a web server on and off through my cable modem. The trick for me was to do port forwarding ( or like dlink calls it virtual ports) on my router. Oh I also setup dynamic dns with zone edit and enabled it on my router as well.

Inside my network I could do just about everything you could but I could not get to it from the outside. Then I enabled my virtual port for the port I was running my webserver on and I was all set.

Granted I was using a linux box with RH 9 and apache 2 (I don't remember the exact version) but it still should work. I have the dlink 614+ router too if that helps.

Reply With Quote
  #3  
Old February 23rd, 2004, 01:45 PM
skiloup skiloup is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 15 skiloup User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to skiloup
Adelphia blocks tcp 80 which is most likely the port that your apache web server is running on. The first step to making sure that your page works is that you can access it from the outside (your work) at least using the IP address.

So ONE way you can access your apache server is if you configure it to run on a different tcp port, say 1441. That was just a random number. You might find another port number more appealing. Look around on the internet and see which port numbers are designated for corresponding services and pick a 'free' one. Once you do that you should at least be able to get to your page using http://67.20.63.161:1441
where 1441 is the port you chose and configured.

I agree it isn't too handy.

Reply With Quote
  #4  
Old February 23rd, 2004, 02:17 PM
amatlis amatlis is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 2 amatlis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by skiloup
Look around on the internet and see which port numbers are designated for corresponding services and pick a 'free' one. Once you do that you should at least be able to get to your page using URL
where 1441 is the port you chose and configured.


Ok, this sounds doable. I'm not 100% sure what you mean by "corresponding services". I guess you mean something like http vs ftp... And also, are you implying that Adelphia will have posted which ports are free for use? That would seem to defeat their purpose of blocking people from using their computers as servers. So, I guess you're saying I can't just use any port number I like? I need to find one that is free? Or maybe you're saying other people (i.e. not Adelphia) have posted this information based on trial-and-error experience?

To the first guy who replied: I pretty much didn't understand much of what you were talking about. As I said, I'm pretty retarded in this area, so if you could break it down as you might to a child or your wife , that would be helpful...

Thanks!

Reply With Quote
  #5  
Old February 23rd, 2004, 02:59 PM
skiloup skiloup is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 15 skiloup User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to skiloup
Yeah... I guess that wasn't too clear what I said. I mean certain ports are designated for certain services. For example typically 80 is for web servers, 21 for ftp, udp 53 for dns, tcp 25 and 110 with mail serversand the list goes on. I was just saying you should avoid using any of these port numbers as the port you set your apache web server to listen to.
Adelphia has supposedly blocked ports 80,25, & 110. They don't want people hosting standard web sites or mail servers.

Websites may eat up bandwidth if the traffic to the site becomes large, and mail servers can be used/abused by spammers. They try and allow as much bandwidth as possible to be utilized by everyday internet users.

Reply With Quote
  #6  
Old February 23rd, 2004, 06:30 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
After you setup your webserver on a different port as skiloup guided you to do, then you can setup URL forwarding on another service. URL forwarding is typically free. Your domain will point to the URL forwarder service webserver and their server will redirect clients to your server on your custom port so that people won't have to remember it.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Can I connect to my home computer with Adelphia Cable?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway