LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-06-2003, 11:14 PM   #1
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Rep: Reputation: 15
Unhappy Cable Modem Problem PLEASE HELP!!!


OK I Am A Linux Newbie But I Like What I See Very Much...
i have aquainted myself ok with it all but no matter what i try i cannot get my Rogers High-Speed Internet working on my RedHat 8...
Any Help Is Greatly Appreciated...
Thanks In Advance,
Mike
 
Old 07-06-2003, 11:21 PM   #2
ikw38
Member
 
Registered: Nov 2002
Location: Dallas
Distribution: RedHat 8
Posts: 270

Rep: Reputation: 30
First of all tell us a bit about your setup.
Do you have a router or NIC to connect it up? USB?
Static or DHCP for IP.
Some service require a log on is this possible with yours?
 
Old 07-06-2003, 11:28 PM   #3
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
I Have Rogers high speed cable internet this box has an NIC and i am connected to the modem through a linksys switch. the connection is supposed to be always on and there is no logon
hel is appreciated
 
Old 07-06-2003, 11:35 PM   #4
bax
Member
 
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492

Rep: Reputation: 30
You will have to be a bit more detailed than that. Try running ifconfig -a and posting the results. Also, do you remember what networking options you selected during install? You can help us help you by helping yourself. Like how about telling us if you have a static or dynamic address? If you don't know, you need to find out because I won't waste my time explaining something you can find in 30 seconds on Google.com
 
Old 07-07-2003, 01:28 PM   #5
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
when i setup linux networking i chose DHCP and i had eth0 active on boot the host name was automatic and all misc options were greyed out i used default firewall settings on medium (these are exact settings as i wrote them down
when i type ifconfig in terminal i get this:

[mike@localhost mike]$ ifconfig -a
bash: ifconfig: command not found
[mike@localhost mike]$

please help me
 
Old 07-07-2003, 06:30 PM   #6
bax
Member
 
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492

Rep: Reputation: 30
ifconfig is in the /sbin directory in Redhat. If you'e looking for a command an can't find it, look in the sbin directory or /usr/sbin. For example, you could list everything in /sbin that begins w/ "if" w/ the ls comand and a * wildcard marker after the if. Like this:

[bax@morbo bax]$ ls /sbin/if*
/sbin/ifcfg /sbin/ifdown /sbin/ifport /sbin/ifuser
/sbin/ifconfig /sbin/ifenslave /sbin/ifup

"please help me" We are already.

Last edited by bax; 07-07-2003 at 07:16 PM.
 
Old 07-07-2003, 07:52 PM   #7
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
good point sorry about that ifconfig -a reads out:

eth0 Link encap: Ethernet HWaddr: 00:03:FF:F5:FF:FF
inet addr: 192.168.131.74 BCast: 192.168.131.255 Mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 METRIC:1
RX Packets: 3 Errors:0 Dropped:0 Overruns:0 Frame:0
TX Packets: 3 Errors:0 Dropped:0 Overruns:0 Carrier:0
Collisions:0 Txqueuelen:100

lo Link encap: Local Loopback
inet addr: 127.0.0.1 Mask: 255.0.0.0
UP LOOPBACK RUNNING MTU:16436 METRIC:1
RX Packets: 72 Errors:0 Dropped:0 Overruns:0 Frame:0
TX Packets: 72 Errors:0 Dropped:0 Overruns:0 Carrier:0
Collisions:0 Txqueuelen:0

RX Bytes: 4964 TX Bytes: 4694
 
Old 07-07-2003, 08:33 PM   #8
bax
Member
 
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492

Rep: Reputation: 30
Where do you get your connectivity from? By that,I mean do you plug into a router or switch or directly into the cable modem?
 
Old 07-07-2003, 10:30 PM   #9
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
A Linksys EtherFast 5 Port Switch
 
Old 07-07-2003, 10:56 PM   #10
bax
Member
 
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492

Rep: Reputation: 30
So is it like this:
cable modem---Linksys switch---your computer

Sure sounds like a router is somewhere in the mix. What happens when you run dig? Do you have any idea what your DNS and default gateway are supposed to be?
 
Old 07-08-2003, 01:15 AM   #11
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
it is like what you said (modem----switch-----computer) and there is no router i am just clueless as to what information i will need to set up my ROGERS INTERNET On RedHat 8 so since rogers does not offer support i turn to the community for help (thank you for it) thus once knowing what information i need and how to implement it i can go to the company to find the information but they will not tell me how to set up for linux hence returning to the original question. thank you for your help so far bax i really appreciate it.
 
Old 07-08-2003, 02:33 AM   #12
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
What's the output of $ netstat -rn
?
 
Old 07-08-2003, 11:25 AM   #13
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
Kernel IP Routing Table


Destination Gateway Gen Mask Flags MSS Window Irtt Iface

192.168.131.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0

127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo

0.0.0.0 192.168.131.254 0.0.0.0 UG 40 0 0 eth0


Last edited by mikey_man380; 07-08-2003 at 11:33 AM.
 
Old 07-08-2003, 11:37 AM   #14
Snabber
Member
 
Registered: Dec 2002
Posts: 76

Rep: Reputation: 15
Is it just your RedHat 9.0 computer on the network or are there more? Also, is your Linksys a router or just a hub? What I mean by that is does it have a DHCP server? It will say on the box. Try connecting directly from linux box to cable modem, like this:
linux box---------cable modem.
Use the cable that currently connects between your Linksys WAN port and your cable modem for that, if you can. Cycle power on the cable modem and restart the linux box, IN THAT ORDER. Then run ifconfig -a and post it's output. If I've been unclear in any way, please let me know!
 
Old 07-08-2003, 11:52 AM   #15
mikey_man380
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0
Posts: 29

Original Poster
Rep: Reputation: 15
there are 2 other xp machines and this one is a dual boot xp and redhat 8.0 i huess that it does have a dhcp server because all xp machines work perfect including the xp side of the dual boot box
 
  


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
Cable modem problem Amuro-Ray2020 Linux - Hardware 0 06-01-2005 01:44 AM
cable modem problem usman88 Linux - Newbie 3 04-08-2005 02:39 PM
problem with cable modem fatcatis Linux - Networking 0 05-04-2004 10:48 PM
cable modem problem figadiablo Slackware 1 11-14-2002 11:31 PM
cable modem problem mrcracky Linux - Networking 0 01-02-2002 06:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:44 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