Markus Laux wrote:
> Adrian Hodgson schrieb:
> >
> > Have a look at Firewall settings on the XP box, I found that an issue here.
> >
> > Adrian
>
> i have disabled the firewall for a test, it didn't respond anyway.
Which should mean that _if_ the ping echo requests are arriving, then a
reply should be generated. You can confirm this with ethereal by
watching the packets on the wire.
> but what surprises me most is that the console does not even show the
> lost packages until i ctrl-c...
No packets returned so there is nothing to report till you CTRL-C.
That is standard behavior. Btw, on Linux without the -c option, you
will continually ping at one second intervals till you do CTRL-C.
Since your pings from XP return properly, we can presume that Linux and
network devices know how to send packets from Linux to XP (and vice
versa). Be sure to ping IP addresses and not hostnames.
You can :
-- run ethereal on both boxes to capture the packets for clues
-- methodically ping from Linux to localhost, the Linux ethX IP(s),
Linux gateway to XP, Linux default gateway, then to XP in that order to
see where it fails.
Someone is failing to generate packets or is dropping them. Have you
tried traceroute?
good luck,
prg
|