LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-24-2004, 08:55 PM   #1
ShaolinMassa
LQ Newbie
 
Registered: Mar 2004
Location: Bahamas
Posts: 9

Rep: Reputation: 0
Cant Connect...can Someone Please Help???


I just installed Linux on a system. It is the Red Hat Fedora version. It's pretty cool. I am trying to connect to the internet. I got my network installed correctly, and I went throught the internet connection wizard, but I am still unable to connect. I am totally lost as to how to connect to the net with Linux as this is my first time using Linux. Do I need to install certain protocols or is there some other stuff I need to do? I connect using a cable modem and my IP address is automatically assigned by my ISP. Can someone help me out. Thanks...
 
Old 03-24-2004, 10:19 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I am jealous.......

Would the Cable Modem providers HOWTO help?

# Red Hat links
Red Hat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
Red Hat 8.0 Tips & Tricks

# Red Hat 7.3 down configuration commands
setup leads to several configuration tools

# Red Hat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages
Red Hat Linux 8.0 Package Management Tool
Red Hat 9.0 Package Management Tool
Manage users
redhat-config-users

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

Last edited by fancypiper; 03-24-2004 at 10:23 PM.
 
Old 03-24-2004, 11:32 PM   #3
GoinEasy9
Member
 
Registered: Feb 2004
Location: Manorville, New York, USA
Distribution: siduction, openSUSE Tumbleweed
Posts: 379
Blog Entries: 1

Rep: Reputation: 47
do a thread search ... i typed in SB4200 .... and found all the help i need right here at LQ
 
Old 03-25-2004, 08:08 AM   #4
ShaolinMassa
LQ Newbie
 
Registered: Mar 2004
Location: Bahamas
Posts: 9

Original Poster
Rep: Reputation: 0
Yea, I did a lot of searching before I posted, but there were only two posts on here about my cable modem which is a Toshiba PCX2600. Both of those threads were dealing with e-mail problems.
 
Old 03-25-2004, 08:48 AM   #5
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
If youve just installed the router/cable modem, you need to det your router to obtain IP automatically, then unplug your cable modems power, and plug it back in for the router to get an ip/and or for the router to adjust to the new setting of network parameters.

Dont know if this will help, but thats with the ISP using DHCP, and your router obtaining an IP automatically, and your Linux machine using DCHP/BootP.

Unplug your modem, plug it back in, restart your computer, or re-bring up your eth0 either way.
 
Old 03-25-2004, 09:07 AM   #6
ShaolinMassa
LQ Newbie
 
Registered: Mar 2004
Location: Bahamas
Posts: 9

Original Poster
Rep: Reputation: 0
I tried unplugging it and then plugging it back in so that it could obtain a new address last night but that didn't work...

i will give it another shot...but if that doesn't work, do you think I should try a different ethernet card?
 
Old 03-25-2004, 09:10 AM   #7
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
are you sure that youve went to , http://192.168.1.1 or the address of your router and configured it correctly?

the ethernet card may be broken, I guess.

What does ifconfig show?
what about pinging your internal computers/external also www.google.com?

I would encapsulate the problem before trying a new eth card.


Last edited by AutOPSY; 03-25-2004 at 09:12 AM.
 
Old 03-25-2004, 09:26 AM   #8
ShaolinMassa
LQ Newbie
 
Registered: Mar 2004
Location: Bahamas
Posts: 9

Original Poster
Rep: Reputation: 0
I didn't do any configuration...I read the manual for my cable model and according to the manufacturer, if I am using the RJ45 connection to connect to the ethernet card in my PC and not the USB then the device works as a standalone device and I do not need to do any configuration or installation of drivers for the cable modem. This is what 'ifconfig etho' shows:

eth0
Link encap:Ethernet HWaddr 00:10B5:55:9FB
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3985 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collision:0 txqueuelen:1000
RX bytes:246961 (241.1Kb) TX bytes:1710 (1.6Kb)


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:4416 errors:0 dropped:0 overruns:0 frame:0
TX packets:4416 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3719006 (3.5Mb) TX bytes:3719006 (3.5Mb)
 
Old 03-25-2004, 01:06 PM   #9
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
you ran the "redhat-config-network" command in a console? and when you installed you selected "use DHCP" right?

not sure which DHCP client fedora uses - there are a few possible ones - try running

dhcpcd

pump

or

dhclient


in a terminal as root... (they may be in /sbin)
 
Old 03-25-2004, 02:35 PM   #10
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You could try recycling your ethernet conection if your dhcp client is set up:

/sbin/ifdown eth0
/sbin/ifup eth0
 
Old 03-25-2004, 07:50 PM   #11
ShaolinMassa
LQ Newbie
 
Registered: Mar 2004
Location: Bahamas
Posts: 9

Original Poster
Rep: Reputation: 0
It was the ethernet card, I am actually on my third card now, but when I put in this card and tried to connect it came up like magic...no configuration or anything...thank you guys for all your help...
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help to connect a squid proxy to connect to another squid proxy server bellerophon Linux - Newbie 1 02-07-2006 06:52 AM
can't connect wifi at home, but can connect everywhere else Javi2 SUSE / openSUSE 1 08-25-2005 06:49 PM
Samba: can't connect to my local linux machine but can connect to windows. Royle Linux - Networking 3 01-18-2005 05:32 PM
Problem withInternet, DHCP, connect with eth0 down work, connect with eth0 up not zowey Linux - Networking 1 03-12-2004 10:05 AM
Can connect broadband but can't connect Internet satimis Linux - Networking 4 01-31-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:46 PM.

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