LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 05-26-2006, 10:27 PM   #1
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Rep: Reputation: 0
can't fix classic problem: internet connection


I've recently installed FC5 on my computer and have great difficulty connecting to the internet. I've searched every possible thread but am so overwhelmed by what to do. I need to know how to connect to the internet.

Here is some more info:
Dell Dimension 4400
Ethernet card: Davicom Semiconductor
D-Link DI-514 Wireless router
Motorola cable modem

Here's what happens when I run ifconfig eth0

Code:
eth0 
Link encap: Ethernet HWaddr 00:08:A1:02:0A:67
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask: 255.255.255.0
inet6 addr:fe80::208:a1ff:fe02:a67/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:18 erros:327 dropped:0 overruns:0 frame:0
TX packets:0 errors:6 dropped:0 overruns:0 carrier:6
collisions:0 txqueuelen:1000
RX bytes:2263(2.2 KiB) TX bytes(0.0 b)
Interrupt:17 Base Adress:0x6c00
when I type ifup eth0 i get
Code:
determining IP information for eth0...failed
when I type rpm -q dhclient I get
Code:
dhclient-3.0.3-26
when I ping yahoo.com I get (intentionally left out www.)
Code:
ping: unknown host yahoo.com
when I ping my wireless router IP address I get
Code:
From 192.168.0.102 icmp_seq=1 Destination Host unreachable
From 192.168.0.102 icmp_seq=2 Destination Host unreachable
From 192.168.0.102 icmp_seq=3 Destination Host unreachable
From 192.168.0.102 icmp_seq=4 Destination Host unreachable
...
I've tried stopping kudzu with no luck. When I go to my "Network Configurations" Panel is says that eth0 is active.

I don't know what to do now. Thanks in advance.

Last edited by c_323_h; 05-26-2006 at 11:34 PM.
 
Old 05-26-2006, 10:59 PM   #2
javaroast
Member
 
Registered: Apr 2005
Posts: 131

Rep: Reputation: 19
I'm not exactly sure what you have going on, but there is something funky with your broadcast address Bcast:192168.0.25 it's missing a dot after the first octet (192.168.0.25) Where are you picking that address from? That doesn't make sense for the IP address. It probably should be 192.168.0.255.
 
Old 05-26-2006, 11:31 PM   #3
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by javaroast
I'm not exactly sure what you have going on, but there is something funky with your broadcast address Bcast:192168.0.25 it's missing a dot after the first octet (192.168.0.25) Where are you picking that address from? That doesn't make sense for the IP address. It probably should be 192.168.0.255.
yes you're correct. i accidently left out a period. thanks for catching that. any idea what might me wrong with my internet connection?
 
Old 05-27-2006, 09:26 AM   #4
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Two questions:

1. Is the driver for your network card listed in the output of the "lsmod" command?

2. What happens when you issue "dhclient eth0" ?
 
Old 05-27-2006, 03:26 PM   #5
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rkelsen
Two questions:

1. Is the driver for your network card listed in the output of the "lsmod" command?

2. What happens when you issue "dhclient eth0" ?
When I type dhclient eth0...it pauses for around 15 seconds or so then it outputs [root@localhost~]# waiting for more input.

I don't know which is my network card when I type lsmod.
 
Old 05-27-2006, 03:47 PM   #6
Juki
LQ Newbie
 
Registered: Jun 2003
Location: Finland
Distribution: Gentoo
Posts: 4

Rep: Reputation: 0
silly question,
can you ping for an example google with ip ?
so that we can count out dns problems?

Code:
# ping 64.233.183.103
 
Old 05-27-2006, 04:29 PM   #7
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Juki
silly question,
can you ping for an example google with ip ?
so that we can count out dns problems?

Code:
# ping 64.233.183.103
Hi, thanks for the reply. No I can't ping websites.
 
Old 05-27-2006, 05:34 PM   #8
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
try pining yourself... i know it sounds silly but if you cant then there is somthing wrong with your networking support possably a kernal fault, you should allways be able to ping yorself!

(ping <your IP adress> )
then try a loopback ping
(ping 127.0.0.1)
 
Old 05-27-2006, 06:40 PM   #9
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by c_323_h
When I type dhclient eth0...it pauses for around 15 seconds or so then it outputs [root@localhost~]# waiting for more input.
Are you connected at that point? Because the "dhclient" command should connect you.
Quote:
Originally Posted by c_323_h
I don't know which is my network card when I type lsmod.
Post the output of "lsmod" please.

Last edited by rkelsen; 05-27-2006 at 06:41 PM.
 
Old 05-27-2006, 08:29 PM   #10
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by dasy2k1
try pining yourself... i know it sounds silly but if you cant then there is somthing wrong with your networking support possably a kernal fault, you should allways be able to ping yorself!

(ping <your IP adress> )
then try a loopback ping
(ping 127.0.0.1)
Yes, I can ping myself and my loopback address.

When I ping Google's IP address it outputs:
Code:
From 192.168.0.102 icmp_seq=1 Destination Host Unreachable
From 192.168.0.102 icmp_seq=2 Destination Host Unreachable
From 192.168.0.102 icmp_seq=3 Destination Host Unreachable
From 192.168.0.102 icmp_seq=4 Destination Host Unreachable
...
Notice the counter icmp_seq...it keeps incrementing until I close the terminal. So my computer is sending signals but not receiving them?

However when I ping www.google.com it says
Code:
ping: unknown host www.google.com
rkelsen, no it "dhclient eth0" doesn't connect me. I've posted pictures of the output for "Ismod" and "ifconfig" on fedoraforum.org since I can't post pictures here. Here's the link

http://forums.fedoraforum.org/showth...928#post537928
 
Old 05-27-2006, 09:27 PM   #11
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by c_323_h
no it "dhclient eth0" doesn't connect me.
Well according to your lsmod output, the driver for your NIC is loaded.

Dumb question: Is your router properly configured for DHCP?
 
Old 05-27-2006, 10:09 PM   #12
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rkelsen
Well according to your lsmod output, the driver for your NIC is loaded.

Dumb question: Is your router properly configured for DHCP?
Yes, I believe so...I am typing to you from a laptop on the same network, except it's wireless. My laptop's internet configuration says that the IP was assigned by DHCP...so since my Dell on the same network, I guess it configured correctly.
 
Old 05-29-2006, 03:12 PM   #13
c_323_h
LQ Newbie
 
Registered: May 2006
Posts: 7

Original Poster
Rep: Reputation: 0
ok...i completely reinstalled FC5 again and I am able to connect to the internet, but only when I unplug my ethernet cable and plug it back it, and it only stays connected for around one minute and I can't reach sites anymore...then when I unplug my ethernet cable and plug it back again, I am connected again but only for that minute. What could the problem be?
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
I reinstalled mandriva, thinking it would fix internet problem....help please! mr_coffee Linux - Newbie 17 02-20-2006 09:33 PM
internet connection problem DRagonRage Debian 1 09-17-2005 02:07 AM
Internet connection problem sntnlz Linux - Networking 1 07-14-2005 10:41 AM
all attempts to fix the problem failed... can someone help me fix partition space? foreverdita Linux - Enterprise 2 05-11-2005 09:02 AM
internet connection problem slobo Linux - Networking 4 09-10-2001 09:46 PM

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

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