On Wed, Jan 09, 2002 at 05:55:05PM +1100, Minh Van Le wrote:

> I'm experiencing difficulty getting an ISA 3Com509 NIC to communicate to
> the rest of my LAN. I can't see any reason for it not to work as I've
> checked ifconfig, route and ipchains. /proc's IRQ/IO and module seems to
> be aware of the 3Com509. The ping error is "Destination Host
> Unreachable".

Long shot, but try adding a direct route to the host, i.e.:

    # route add -host 192.168.0.1

If that doesn't work, check the ARP table to see if there's any
communication at all:

    # arp -a

Also try hardcoding the ARP address:

    # arp -s 192.168.0.1 de:ad:ca:fe:ba:be

None of these are good long-term solutions, but hey, it might
just work.  Maybe they'll help to track down the problem.


-- 
#ozone/algorithm <[EMAIL PROTECTED]>          - trust.in.love.to.save
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to