Networking Forums

Networking Forums > Computer Networking > Linux Networking > Ping fails despite apparently good hardware and configuration

Reply
Thread Tools Display Modes

Ping fails despite apparently good hardware and configuration

 
 
James Madison
Guest
Posts: n/a

 
      07-18-2003, 07:07 PM
Issue:

My Redhat Linux 8 computer cannot communicate with other
computers on my LAN.


Key facts:


1. THERE IS NOTHING WRONG WITH THE HARDWARE

If I put in a Linux bootable CD and boot the basic Linux using the
same IP address and subnet mask I use when booting full Linux from
the hard drive, the computer communicates with the other two computers
on my LAN with no problem. Further, it worked fine when it was a
Windows 9x device.



2. IT'S NOT AN ADDRESS OR SUBNET MASK ISSUE

Per the above, I use the same address and subnet mask on the bootable
CD as the full PC, so it can't be that.



3. THE IFCONFIG RETURNS THE FOLLOWING

eth0 Link encap:Ethernet HWaddr 00:50A:6D:CF:39
inet addr:192.168.123.10 Bcast:192.168.123.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:67 errors:0 dropped:0 overruns:0 frame:0
TX packets:139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:9125 (8.9 Kb) TX bytes:9252 (9.0 Kb)
Interrupt:10 Base address:0xd800

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:332 errors:0 dropped:0 overruns:0 frame:0
TX packets:332 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27288 (26.6 Kb) TX bytes:27288 (26.6 Kb)

This looks quite normal to me. Also, it looks the same as what I
get from the ifconfig command when I'm on the bootable CD which works.



4. MY ETC/HOSTS FILE IS

127.0.0.1 localhost.localdomain localhost
192.168.123.10 pc99.localdomain pc99
192.168.123.11 pc03.localdomain pc03
192.168.123.12 lt03.localdomain lt03



5. YET, PING RETURNS THE FOLLOWING

PING pc03.localdomain (192.168.123.11) from 192.168.123.10 : 56(84) bytes of
data.
From pc99.localdomain (192.168.123.10) icmp_seq=1 Destination Host
Unreachable
From pc99.localdomain (192.168.123.10) icmp_seq=2 Destination Host
Unreachable
From pc99.localdomain (192.168.123.10) icmp_seq=3 Destination Host
Unreachable
From pc99.localdomain (192.168.123.10) icmp_seq=4 Destination Host
Unreachable
From pc99.localdomain (192.168.123.10) icmp_seq=5 Destination Host
Unreachable

--- pc03.localdomain ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% loss, time 4026ms, pipe 3



6. OTHER DEVICES CANNOT PING THE LINUX DEVICE

On my LAN are two Windows XP machines which communicate with each other just
fine, but neither of them can ping the Linux device.



Any assistance is greatly appreciated!

James


 
Reply With Quote
 
 
 
 
/dev/rob0
Guest
Posts: n/a

 
      07-18-2003, 08:07 PM
In article <bf9gig$fuq$(E-Mail Removed)>, James Madison wrote:
> My Redhat Linux 8 computer cannot communicate with other
> computers on my LAN.


Probably yet another one of the millions of firewall issues. You said
"yes" when you were asked in the setup if you wanted a firewall, right?

> 1. THERE IS NOTHING WRONG WITH THE HARDWARE
> 2. IT'S NOT AN ADDRESS OR SUBNET MASK ISSUE
> 3. THE IFCONFIG RETURNS THE FOLLOWING
>
> eth0 Link encap:Ethernet HWaddr 00:50A:6D:CF:39
> inet addr:192.168.123.10 Bcast:192.168.123.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:67 errors:0 dropped:0 overruns:0 frame:0
> TX packets:139 errors:0 dropped:0 overruns:0 carrier:0


Packets are being received and transmitted. What does "/sbin/route -n"
say?

> 4. MY ETC/HOSTS FILE IS
> 5. YET, PING RETURNS THE FOLLOWING


You can ping OUT without problems, right?

> 6. OTHER DEVICES CANNOT PING THE LINUX DEVICE
>
> Any assistance is greatly appreciated!


"service iptables stop" and ping away. "man chkconfig" to make the
firewall go away. http://www.netfilter.org/ and see Rusty's Unreliable
Guides if you want to know how to make a useful firewall.
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply
 
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Help me in VPN Setup and a good VPN hardware recommendation as400tips@lycos.com Windows Networking 1 12-10-2006 02:24 PM
A <= ping => B => OK A <= TCP => B => FAILS stefan.oedenkoven@gmx.de Linux Networking 9 01-11-2006 03:20 PM
Need a good hardware cluster solution Clayton Sutton Windows Networking 34 12-29-2004 04:08 PM
ping fails; traceroute is OK Alex Krowitz Linux Networking 8 01-14-2004 02:17 PM
dig fails but ping works piggy Linux Networking 5 12-08-2003 05:10 PM



1 2 3 4 5 6 7 8 9 10 11