destination host unreachable
Hello all,
I recently did a fresh install across my LAN in order to upgrade to Slackware 10.1. Everything is running fine except for networking. I have 3 computers on my LAN. Two are perminantly connected to a switch and one is a laptop which I connect occasionally. All of these machines are set to static IP with no router or gateway in the way. I have an internet connection that uses PPP (dial-up). The ppp networking works fine. I am able to ping each card on the local machine but when I try any thing other than the local card I recieve a "destination host unreachable" error. I did install DHCP on two of the machines for future broadband usage but the DHCPD is not up. I checked with "ps -aux" and top. The hosts.allow and hosts.deny files are empty. If after reading the following anyone can recommend something else to try I would GREATLY appreciate it. Previously this network was running freebsd with the same configuration and worked right from the get go, so it should not be any type of hardware issue. Here is my /etc/hosts file.
127.0.0.1 localhost
192.168.1.3 nfs01
192.168.1.4 ws01
192.168.1.5 ws02
Ifconfig shows the following of course having a different IP (as above) for each card.
eth0 inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500
Route shows the following.
Destination Gateway Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
I have the following rc.d services on startup.
rc.cups
rc.inetd
rc.ip_forward
rc.pcmcia (on the laptop only)
rc.portmap (nfs will be established once networking is up)
rc.sendmail
|