I am running Slackware 1.1.1--0.99pl14--with an SMC Ultra Elite 16 ethernet
card. The kernel can detect my card at the correct IRQ and hex address, but
about the time it gets to going through the rc.inet* stuff, it spews out
"SIOCADDRT: Network unreachable"; of course, I can't access the net--even
pinging my own machine gets 100% unreturned packets.
I've been through the NET-2-HOWTO and tried everything they suggested, but
to no avail. Any ideas?
netstat -r gives:
Destination net/address Gateway address Flags RefCnt Use Iface
default 128.135.108.1 UGN 0 0 eth0
128.135.108.0 * UN 0 1 eth0
ifconfig shows:
lo IP ADDR 127.0.01 BCAST 127.255.255.255 NETMASK 255.0.0.0
MTU 2000 METRIC 0 POINT-TO-POINT ADDR 0.0.0.0
FLAGS: 0x0049 (UP LOOPBACK RUNNING)
eth0 IP ADDR 128.135.108.67 BCAST 128.135.108.255 NETMASK 255.255.255.0
MTU 1500 METRIC 0 POINT-TO-POINT ADDR 0.0.0.0
FLAGS: 0x0043 (UP BROADCAST RUNNING)
...all of which seems to agree with the settings from my rc.inet1
IPADDR="128.135.108.67"
NETMASK="255.255.255.0"
BROADCAST="128.135.108.255"
GATEWAY="128.135.108.1"
here.
Thanks!
--Bryan Schulte