LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-09-2004, 09:07 PM   #1
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Rep: Reputation: 32
Question ComCast Cable modem networking


I just got Cable high-speed internet from ComCast (www.comcast.com). I am renting a cable modem from comcast, so right now the hardware is linked like: Cable->Modem->My computer

My problem is this. I have a Cable/DSL router, and I want to setup a home network with static IPs. The guy who installed the cable said that the service from ComCast uses DHCP, so my address is always changing.

So how do I go to: Cable->Modem->Router(now IPs are static)->Computers?

Any help would be grateful. I mostly need some explaining on how Cable modems work and how to get from dynamic to static. Thanks in advance.

P.S. The biggest reson I am asking these silly questions is becase the guy who installed the cable also installed software on my computer. He said "it makes it all work", but I have problems with this:
(1): I mostly use Linux, and of course ComCast doesn't have software for that.
(2): The guy said that it is a "backdoor", and I belive him. It disturbes me to say the least.

So, please help me get this software OFF my computer, and help me setup my network so that I don't need any "backdoors", I can use linux, and I don't always have to lookup my address every time I need to use it. Thanks again!
 
Old 08-09-2004, 10:04 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,347

Rep: Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146
The router is probably configured for a dynamic IP (DHCP) already. It is also probably setup as a DHCP server on the internal network. The router will be assigned a dynamic IP address from the comcast for its WAN side. A static IP address might be available but it cost extra. What you do on the internal LAN side is up to you. You can configure for static or dynamic IP addresses. These are called local or private IP addresses.

1. Power down the modem in case it remembers your PCs ethernet MAC.
2. With the power off of the router plug the cable modem cable into the WAN 3. connector of the router.
4. Plug the PCs into the router LAN side.
5. Power up the modem.
6. Power up the router.
7. Check the router's manual to determine its LAN IP address. Configure your PCs IP address for the same subnet etc.
8 You should be able to ping the router's IP address and access its configuration web pages.
9. Disable the internal DHCP server if desired.
10. Set the PC gateway to your router's IP address.
11. Since you desired to use static IP addresses you will not have any nameserver info. You can manually enter the info in the resolv.conf file for each PC or setup a DNS server. You can get the namesever info from the router or from the network settings on the PC connected directly to the modem as it is presently connected.

Now after I type this all in... does your modem have an ethernet connecter or is it just USB.
 
Old 08-09-2004, 10:07 PM   #3
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Rep: Reputation: 33
If you get a D-Link router, you can configure static IP's or DHCP on the router.
 
Old 08-09-2004, 10:22 PM   #4
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Original Poster
Rep: Reputation: 32
Ok! I'll try that out michaelk. Thanks for the response. In the mean time, is there any hope in me ever setting up my server again?
 
Old 08-10-2004, 12:17 AM   #5
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
"P.S. The biggest reson I am asking these silly questions is becase the guy who installed the cable also installed software on my computer. He said "it makes it all work", but I have problems with this:
(1): I mostly use Linux, and of course ComCast doesn't have software for that.
(2): The guy said that it is a "backdoor", and I belive him. It disturbes me to say the least."


I guess you're talking about the software that the guy installed on Windows?
They have software to get you signed up (connects to their proxy and what not)
then they leave some kind of help center or something on there. It does
connect to the internet if you don't block it but I really don't know what it does.
I have comcast that I installed myself and I didn't install the thing. You should
be able to remove it with the "add/remove programs" thing. Once your signed
up you don't need anything from them.
 
Old 08-10-2004, 05:20 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,347

Rep: Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146
Quote:
Originally posted by The_Nerd
Ok! I'll try that out michaelk. Thanks for the response. In the mean time, is there any hope in me ever setting up my server again?
There is always hope

Sure, you will need to configure the router to foward port 80 to the IP address of your server.
 
Old 08-12-2004, 12:21 PM   #7
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by michaelk
There is always hope

Sure, you will need to configure the router to foward port 80 to the IP address of your server.
How will a DNS know what IP address to assign to my servers name? What if I want to connect to my server from the outside world? What happens when I am running a game server and my IP changes, then the "master server" wont see me any more!

Right?
 
Old 08-12-2004, 04:05 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,347

Rep: Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146
There are free dynamic ip services like www.noip.com. A client program runs on your PC that updates the nameservers.
 
Old 08-12-2004, 05:45 PM   #9
LoK
Member
 
Registered: May 2004
Location: Detroit MI
Distribution: RHE & FC
Posts: 31

Rep: Reputation: 15
Most routers also have built in clients for many of the free dns providers. This way when your ip changes it will automatically update your dns for you.

As for a gaming server, you don't need to worry about that. The next time your server sends a heartbeat after the up change the masterserver will have the updated ip.
 
Old 08-16-2004, 12:03 PM   #10
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Original Poster
Rep: Reputation: 32
Ok! Thanks for all your help guys! I have the static network behind the router setup now. I am getting my server setup and it all works from the inside... Now for DNS...

I looked over "no-ip.com" and it looks like it will work fine. But it sounds to me like you pick the name of your website from their site. What if I already have a registered DNS and I want to use it on "no-ip.com" can I do that?
 
Old 08-16-2004, 12:46 PM   #11
VanZero
LQ Newbie
 
Registered: Oct 2003
Location: Illinois, USA
Distribution: Fedora Core 2.0
Posts: 12

Rep: Reputation: 0
Be careful. I don't think Comcast allows servers in their TOS.
 
Old 08-16-2004, 01:48 PM   #12
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by VanZero
Be careful. I don't think Comcast allows servers in their TOS.
I already asked that and they said they don't care.

I found out that I can transfer my domain name "restorides" from godaddy.com to no-ip.com... The only problem is that no-ip.com is $20 a year and go-daddy.com is 7$. Is there any cheeper dynamic-ip place?

Thanks again.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Networking with motoral cable modem sb5100 xiste Linux - Networking 7 03-19-2005 08:49 AM
Hooking up with Comcast/cable modem service? comcastuser Linux - Networking 28 06-06-2004 12:22 AM
Problems with DHCP and Comcast cable modem Internet access tomdkat Linux - Networking 2 07-23-2003 02:17 PM
Networking with Redhat and a USB cable modem? BruceLeroy Linux - Networking 0 01-10-2002 01:48 PM
Comcast cable modem problems lancesykes Linux - Networking 2 07-03-2001 07:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration