I can't seem to ping Linux from my Windows machine. My Linux machine however pings Windows fine.
My machines are:
- 192.168.0.50 another Windows box
- 192.168.0.51 Windows box I'm trying this on
- 192.168.0.52 Linux box
From Linux:
Code:
# uname -a
Linux elijah 2.6.22-1-mepis-smp #1 SMP PREEMPT Sun Dec 2 19:15:40 EST 2007 i686 GNU/Linux
# ifconfig ath0
ath0 Link encap:Ethernet HWaddr 00:1D:92:CD:BA:A7
inet addr:192.168.0.52 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80:21d:92ff:fecd:baa7/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:13743 errors:0 dropped:12446 overruns:0 frame:0
TY packets:12197 errors:0 dropped:0 overrruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14947376 (14.2 MiB) TX bytes:830356 (810.8 KiB)
Interrupt:17 Memory:f8858000-f8858100
# ping -c 1 192.168.0.51
PING 192.168.0.51 (192.168.0.51) 56(84) bytes of data.
64 bytes from 192.168.0.51: icmp_seq=1 ttl=128 time=1.36 ms
--- 192.168.0.51 ping statistics ---
1 packet transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.366/1.366/1.366/0.000 ms
From Windows:
Code:
C:\>ping 192.168.0.52
Pinging 192.168.0.52 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.0.52:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\>ping 192.168.0.50
Pinging 192.168.0.50 with 32 bytes of data:
Reply from 192.168.0.50: bytes=32 time=40ms TTL=128
Reply from 192.168.0.50: bytes=32 time=4ms TTL=128
Reply from 192.168.0.50: bytes=32 time=4ms TTL=128
Reply from 192.168.0.50: bytes=32 time=4ms TTL=128
Ping statistics for 192.168.0.50:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 4ms, Maximum = 40ms, Average = 13ms
Yet at the same time, Windows happily connects to Samba on my Linux box.
Any idea what could be going on here?
Thanks,
- Mab