LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Hooking up with Comcast/cable modem service? (https://www.linuxquestions.org/questions/linux-networking-3/hooking-up-with-comcast-cable-modem-service-178520/)

shultzc 05-08-2004 11:45 PM

Good advice, NetAX.

If you don't have YaST, netconfig will allow you to do the same. You may also need to find out what DNS servers XP is using (and potentially a Gateway as well), and input them into Linux if you are doing static configuration.

-Conrad

cprogrck 05-24-2004 12:13 AM

i can help u
 
right no i'm working ion the same problem. the tech support offered me no support, but i assume that your running an operating system other than linux because your able to post here. Anyway, in whatever operating system your using look for your ip settings, assuming that your other conection uses comcast. If you don't have a way to conect to comcast using a different os i can't really help, beacuse we probally live in different place etc. thu the netwrok data will be wrong. I duel boot linux and windows xp so under xp i looked up the details on my internet connection. the info you find SHOULD be enough to conect using linux. Good luck! and if i can evr get my connection running right i'll run a site or somthing for othe comcast-linux users

shultzc 05-24-2004 03:38 AM

I recently set up Comcast on another machine, and learned a few things that might help people...

After hooking up the cable modem and plugging it into the ethernet card, I had no network connectivity even though the modem had its Data and Link lights flashing. This is unsurprising, since the modem needs to be "registered" with Comcast.

I happened to have a Windoze XP laptop handy and tried using the "Comcast Self-Install Kit" I obtained from the local office (I had previously arranged to buy service by calling up their 800 number and tacking it onto my cable TV bill). However, for reasons I still don't understand, the software failed to connect to the registration server.

I then called Comcast tech support, read him the message, and - get this - he inadvertantly was helpful AND gave me instructions that would work in Linux!

He directed me to configure "Internet Explorer" (read: Mozilla on Linux) to use sas.r1.attbi.com (perhaps specific to my area) as a proxy server, and connect to it directly. At the server was a web-based configurator which registered my cable modem and got my connection working. No Windoze required!

So, if you are having problems, I suggest calling Comcast tech support, telling them that you need to do the proxied web-based setup of your cable modem service, and you can probably get all the details you need.

Good luck!

-Conrad

comcastuser 06-03-2004 04:41 AM

Hi, I'm back... went on vacation for a while.

I keep getting this error in Linux:
/sbin/dhclient-script: line 58: need_config: command not found

what the heck???

My Linux can't even see other computers on the lan (behind the router)...

esher2292 06-03-2004 03:56 PM

Hi,
I've been emailed many websites about comcast w/linux. I don't have the websites with me, but I will let you know them soon!

comcastuser 06-03-2004 05:36 PM

Quote:

Originally posted by esher2292
Hi,
I've been emailed many websites about comcast w/linux. I don't have the websites with me, but I will let you know them soon!

I just can't believe it's so incredibly difficult to get Linux to see another system that's peer to it behind a router.

In Windows XP I can do this in 1 minute flat if I count the time to go take a leak. In XP my systems are so well networked I'm burning DVDs on one machine using a program on another!

This is totally not right.

comcastuser 06-03-2004 05:42 PM

OH yes and my PC IPs are
192.168.0.100
*.101
*.102

and the router is
192.168.0.1

esher2292 06-03-2004 06:36 PM

Hi,
Here is my list of websites for comcast with linux. I got this list because the person who gave them to me thought that my problem was because of comcast.

http://my.brandeis.edu/bboard/q-and-...ical%20Support

http://www.comcastusers.org/

http://micha.bloki.com/index.jsp?nam...&folderId=3021

http://www.astro.umd.edu/~teuben/linux/comcast.html

http://help-site.com/LDP/HOWTO/Cable...roduction.html

asb 06-03-2004 08:24 PM

shoulda mentioned the router sooner. Things are different with a router. Is your router set up for dhcp server to the lan and client to comcast? Or is there no firewall active on it? if the computer can see eth0, can you ping the other computers on the lan? internet?

Don't know what your error message means, but I would take it as something is missing. It can't find the command (or can't find the config file?). I would try reinstalling the dhclient program.

Don't know what the problem is. I use comcast and I plugged in the wire and it had no problems at all getting to the internet. The comcast CD in not necessary, at least not after you made an initial connection. Had it on a windows computer, reinstalled the OS without reinstalling the comcast stuff and have had no problems getting online with either computer. If you can connect with windows from home, I doubt it is the comcast CD.

comcastuser 06-04-2004 03:18 PM

Quote:

Originally posted by asb
shoulda mentioned the router sooner. Things are different with a router. Is your router set up for dhcp server to the lan and client to comcast? Or is there no firewall active on it? if the computer can see eth0, can you ping the other computers on the lan? internet?
I'm not sure if it's set up for dhcp server.. how would I know? I'm using a D-Link DI-604 Broadband Ethernet Router.

In Windows I can ping the LAN and the internet, in Linux, nada.

Quote:

Don't know what your error message means, but I would take it as something is missing. It can't find the command (or can't find the config file?). I would try reinstalling the dhclient program.
Darn, I always leave out something in my posts. I reinstalled dhclient and dhcpd and several other programs before I posted this. I can't find any reference anywhere to "need_config".

Quote:

Don't know what the problem is. I use comcast and I plugged in the wire and it had no problems at all getting to the internet. The comcast CD in not necessary, at least not after you made an initial connection. Had it on a windows computer, reinstalled the OS without reinstalling the comcast stuff and have had no problems getting online with either computer. If you can connect with windows from home, I doubt it is the comcast CD.
I'll reinstall Linux from scratch and come back and post an ifconfig readout... maybe that'll get rid of the need_config problem.

asb 06-04-2004 04:16 PM

another thing, with a router and multiple computers, you can see if the router can find your linux box. Read the manual (you can download it) and see how you access its menu - probably by typing the router IP in your browsers address bar. From there, you should be able to check to see what IP allocation the router has for your lan. So, turn on the linux box, and from a different computer, go to the router menu and check if the router sees your linux computer. Oh, and from here you would set up a lan dhcp server, which you have with IPs of 192.168.x.x.

I doubt that your router will see your linux box, you are getting that command not found error. Whenever I ran dhclient on my computer, I never had the -script part of the command, what does that do?

This won't help me, we are getting out of my league, but it may help someone else, what flavor of linux are you using?

comcastuser 06-05-2004 12:06 PM

Well it seems that installing Fedora Core 2 test 3 (I'm going to get the full DVD version of core 2 in a little while) did the trick.. I can see the Internet from here behind my router. I really wish I knew how the system did this. When I get another linux box up I'm going to go back at setting up a network from scratch. I'd REALLY like to make a web page simplifying this so others don't have to go through the llama stage that I'm going through :(

Now for the next big question, how do I access my other peer computer behind this firewall?

This computer is 192.168.0.101 aka something (I'd like to have it known as foo) running FC2 Test 3
The other comp is 192.168.0.100 aka bar, running Windows XP SP1

How do I give this computer a name that a windows XP machine can find on the workgroup, give the machine named 'bar' permission to browse this machine, and actually browse the windows XP machine with this one?

Thanks... and also thanks for your patience :)

esher2292 06-05-2004 12:13 PM

I think you need samba--

Here is what a google linux search turned out
http://www.google.com/linux?sourceid...=utf-8&q=samba

that's the search page

Oh yeah--It says moz client because I am using mozilla

asb 06-05-2004 11:22 PM

you do need samba to access windows over the network. www.samba.org


All times are GMT -5. The time now is 07:45 AM.