(E-Mail Removed) wrote:
> On Apr 10, 12:31 am, Allen McIntosh <nos...@mouse-potato.com> wrote:
> I couldn't ping other hosts on the subnet 192.168.5.0/24 when the box
> lost connectivity. However, I could ping hosts on the subnet
> 192.168.11.0/24. I also could ping the gateway 192.168.5.2 which is a
> switch/router. I don't understand what you mean by the gateway is not
> set up right.
Partly my mistake. You told us the gateway to 192.168.11.0 was
192.168.5.1. I assumed that it was the default gateway also. Since you
didn't send us the output of "route -n", it was a reasonable assumption
IMHO :-). The GATEWAY= line is correct if 192.168.5.2 is the default
gateway.
Is your box connected directly to the switch/router? What I'm wondering
is if the traffic to the rest of 192.168.5.0/24 must go through the switch.
> I ran tcpdump but this is post fact and there was a lot of traffic.
See last comment
> Currently the interfaces are up.
I'm not clear on why you should care if eth1 is up, or if that's what
you mean.
> When the system was incommunicado the
> eth1 interface was down, eth0 was up.
In your shoes, assuming that the switch is responsible for getting
packets from 192.168.5.152 to .150 and .151, my initial hypothesis would
be that the switch was screwing up somehow. If you have access to the
machines, then next time this happens start up tcpdump -n on all three
and then run "ping -c 3" from .152 to .150. You should at least see an
ARP and a reply at both ends. (It might be good to do this while things
are working and save the output so you can see what "normal" behavior is.)