LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-08-2003, 06:31 AM   #1
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
I can't ping anything on my network


Hi, I've recently installed Mandrake 9.1.I used netwrok connection to go into internet (using a dsl router)

Everything was installed fine (i thought) but network didn't work I only can ping myself.

I've got an D-Link DFE538TX card using 8139too drivers (mandrake config detected it successfully) but i can't get out of my pc.

anybody can help me?

thanks
 
Old 04-08-2003, 09:13 AM   #2
bentz
Member
 
Registered: Mar 2003
Distribution: Fedora, Mac OSX
Posts: 362

Rep: Reputation: 30
What does 'ifconfig' say?
 
Old 04-08-2003, 12:10 PM   #3
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
and post the 'route' results also
 
Old 04-09-2003, 03:49 AM   #4
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Original Poster
Rep: Reputation: 15
ifconfig results:

Code:
eth0    Link encap:Ethernet    HWaddr 00:50:BA:A9:25:9A
           inet addr:192.168.0.38   Bcast:192.168.0.255 Mask:255.255.255.0
           UP BROADCAST RUNNING MULTICAST  MTU:1500 Metric:1
           RX packets:0  errors:0  dropped:0  overruns:0  frame:0
           TX packets:0  errors:0  dropped:0  overruns:0  carrier:0
           collisions:0  txqueuelen:100
           RX bytes:0 (0.0 b)   TX bytes:0 (0.0 b)
           Interrupt:18  Base address:0xa000

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:477  errors:0  dropped:0  overruns:0  frame:0
           TX packets:477  errors:0  dropped:0  overruns:0  carrier:0
           collisions:0  txqueuelen:100
           RX bytes:35504 (34.6 Kb)   TX bytes:35504 (34.6 Kb)
route results:

Code:
Kernel IP routing table
Destination    Gateway   Genmask      Flags  Metric   Ref  Use  Iface
192.168.0.0   *           255.255.255.0   U     0           0     0     eth0  
127.0.0.0       *           255.0.0.0           U     0           0     0      lo
default        192.168.0.1  0.0.0.0          UG   0           0     0     eth0
the gateway must be 192.168.0.1 'cause it's router address (internet)
thanks
 
Old 04-09-2003, 10:54 AM   #5
bentz
Member
 
Registered: Mar 2003
Distribution: Fedora, Mac OSX
Posts: 362

Rep: Reputation: 30
Looks like it's unplugged, by the way absolutely no information (0 packets, 0 packets, 0 packets) have been recieved by the NIC.
 
Old 04-09-2003, 11:56 AM   #6
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Original Poster
Rep: Reputation: 15
I know, but It's plugged and the cable it's ok (i've tested with other computer and it works)
 
Old 04-09-2003, 12:19 PM   #7
fweaver
LQ Newbie
 
Registered: Dec 2002
Location: Post Falls, Idaho
Distribution: Mandrake 8.1, Red Hat 7.0
Posts: 14

Rep: Reputation: 0
I assume you can ping loopback (127.0.0.1) and I assume you can ping your ip (192.168.0.38). Can you ping the Gateway (192.168.0.1)? Are you reaching the Net through your machine or are you using some other machine to posts here? Is there a switch or hub between you and your network? If so you could have a bad port on Hub or Switch.
 
Old 04-09-2003, 12:52 PM   #8
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
ifconfig and route output looks ok.
check your firewall or just post
 
Old 04-09-2003, 02:32 PM   #9
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by fweaver
I assume you can ping loopback (127.0.0.1) and I assume you can ping your ip (192.168.0.38). Can you ping the Gateway (192.168.0.1)? Are you reaching the Net through your machine or are you using some other machine to posts here? Is there a switch or hub between you and your network? If so you could have a bad port on Hub or Switch.
Yes,I can ping myself (loopback and my ip) but I canīt ping my router or others computers in my network.
I'm using a hub and it works fine 'cause I have windows2000 in the same computer and I can use the network with it.
I'm posting using the same computer but with windows2000

Quote:
Originally posted by dorian33
ifconfig and route output looks ok.
check your firewall or just post
I'm not behind a firewall
 
Old 04-09-2003, 02:41 PM   #10
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
If you cannot ping 192.168.0.1 under linux whereas when the same machine it is possible I am almost sure it is a matter your own firewall.
post the result iptables -L and ipchains -L (I don't know which one is setup on Mandrake)
 
Old 04-09-2003, 02:52 PM   #11
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Original Poster
Rep: Reputation: 15
but it's strange 'cause i have not configured any firewall
 
Old 04-10-2003, 12:25 AM   #12
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
you are using standard distro so a firewall was created
 
Old 04-10-2003, 01:13 AM   #13
Magueta
LQ Newbie
 
Registered: Apr 2003
Location: Toronto, Ontario, Canada
Distribution: Red Hat
Posts: 29

Rep: Reputation: 15
Fostiator, please post the results of ipchains -L and iptables -L.

Joe
 
Old 04-10-2003, 03:24 AM   #14
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Original Poster
Rep: Reputation: 15
#iptables -L

command not found

#ipchains -L

command not found
 
Old 04-10-2003, 04:28 AM   #15
bentz
Member
 
Registered: Mar 2003
Distribution: Fedora, Mac OSX
Posts: 362

Rep: Reputation: 30
I don't know if this path everyone is following is the dead-blow solution, but the iptables probably does exist on your system. Did you run the above as root?

As root, execute 'iptables -L'.

Mandrake 9.1 is going to have kernel 2.4.x, implying iptables.
 
  


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
Strange Ping Issue - Can't ping localhost but can ping others on LAN code_slinger Linux - Networking 15 03-30-2015 02:39 PM
can ping network computer, cannot ping google.com (help needed) ben_build#2.1.0 Linux - Wireless Networking 23 11-07-2010 12:55 PM
Can't PING to outside Network dibakar5173 Linux - Networking 2 09-16-2005 08:23 AM
Can ping network but can't ping any internet ip when I hard set the ip Streme Linux - Wireless Networking 4 04-13-2004 09:18 AM
Can't ping network rarezoo Linux - Networking 2 08-15-2003 08:12 PM

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

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