Re: Can't ping local computers
From: Allen Kistler (ackistler_at_oohay.moc)
Date: 07/17/04
- Next message: Raqueeb Hassan: "Re: Newbie help - DHCP"
- Previous message: Abdullah Ramazanoglu: "Re: kppp works wvdial doesn't for pppd (logs included)"
- In reply to: Jerry Smiley: "Re: Can't ping local computers"
- Next in thread: Raqueeb Hassan: "Re: Can't ping local computers"
- Reply: Raqueeb Hassan: "Re: Can't ping local computers"
- Reply: Tron Thomas: "Re: Can't ping local computers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 17 Jul 2004 17:02:59 GMT
Jerry Smiley wrote:
> Tron Thomas wrote:
>
>>Yes the network works in general. Both computers can access the
>>Internet without any problems via a router connected to a DSL modem.
>>Also both computers can ping the router. They cannot ping each other.
>
> Check to make that each Linux box does not have a firewall setup that blocks
> the icmp ping..
It _is_ possible that you allow outgoing echo requests and incoming
replies on both boxes (ping works to the router), but block incoming
requests or outgoing replies (ping fails to each other).
That's not likely for Windows unless you purchased a firewall or are
testing SP2, since Windows only filters by tcp/udp port and ip protocol.
The fact that both can talk to the router rules out wiring or netmask
problems.
If you have arping (only works on local networks), you can try that from
the Linux box. arping uses arp packets instead of icmp packets.
tcpdump comes with most Linux distributions. If you run it on the Linux
box when you try to ping one way or the other, it will provide you with
a little more info.
tcpdump -ni eth0 [... or something similar. It's really flexible.]
1. Do you get a successful arp (who-has and is-at packets)?
2. Does the icmp echo request go out? Is there an icmp reply?
- Next message: Raqueeb Hassan: "Re: Newbie help - DHCP"
- Previous message: Abdullah Ramazanoglu: "Re: kppp works wvdial doesn't for pppd (logs included)"
- In reply to: Jerry Smiley: "Re: Can't ping local computers"
- Next in thread: Raqueeb Hassan: "Re: Can't ping local computers"
- Reply: Raqueeb Hassan: "Re: Can't ping local computers"
- Reply: Tron Thomas: "Re: Can't ping local computers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|