Post by Gary HestonHello,
I am experiencing a partial network failure on my network which consists
of several SGI's, PC's, FreeBSD's and Mac's, but only the SGI's are
affected. They cannot ping or be pinged in the LAN. On a reboot they are
operable for about 15 minutes before going down.
Hope someone with a solution sees this
Once the problem occurs, can they ping each other?
No they can't
Usually => "No route to host" but PC's and FreeBSD can ping each other
Post by Gary HestonCan you be mre descriptive about the topology--is this a switched LAN,
several LANs routed, are the SGIs on their own network, is there anything
else on the LAN with them?
Topology - DSL ==> Modem ==> Router ===> 16 port Hub/Switch
Gateway is configured in Router as 192.168.2.1
Switched
Single LAN
Mixed network 2 SGI's, 1 FreeBSD, 1 Mac and 3 PC's
Post by Gary HestonHave you compared ARP tables before/after the problem occurs? That could
show a "rogue gateway" with the same address as the real one.
I've run
into that before; causes wierd problems.
Weird indeed, the fact that you have experienced this before is a bit
reassuring to me, in that I am no longer doubting my sanity
mach2 4% arp -n mach1
mach1 (192.168.2.5 --no entry
mach2 5% arp -n mach2
mach2 (192.168.2.14 --no entry
Post by Gary HestonAre network configurations static or via DHCP?
Static IP
mach2 9% traceroute mach1
traceroute to mach1 (192.168.2.5), 30 hops max, 60 byte packets
1 traceroute: send_ipv4: sendto: No route to host
mach2 10%
From mach1
traceroute to mach2 (192.168.2.14), 30 hops max, 40 byte packets
sendto: No route to host
rup => shows machines on network
ifconfig -a output
machtwo ==>
ifconfig -a
ef0:
flags=8415c43<UP,BROADCAST,RUNNING,FILTMULTI,MULTICAST,CKSUM,DRVRLOCK,LINK0,IPALIAS,IPV6>
inet 192.168.2.14 netmask 0xffffff00 broadcast 192.168.2.255
lo0: flags=8001849<UP,LOOPBACK,RUNNING,MULTICAST,CKSUM,IPV6>
inet 127.0.0.1 netmask 0xff000000
machone ==>
ifconfig -a
ef0: flags=400c43<UP,BROADCAST,RUNNING,FILTMULTI,MULTICAST,IPALIAS>
inet 192.168.2.5 netmask 0xffffff00 broadcast 192.168.2.255
lo0: flags=1849<UP,LOOPBACK,RUNNING,MULTICAST,CKSUM>
inet 127.0.0.1 netmask 0xff000000
Thanks!