Howdy.
I've tried everything I could find, and still have not been able to
get a working network. I've spent the last few days trying suggestions
from this and other newgroups, documentation, etc., all to no avail.
First, some background:
1) The gateway, nameserver, netmask, etc., work with Win95 running on
the same box
2) I get "No route to host" using telnet, etc.
3) I get errors shown in the output of 'ifconfig'
4) Configuration seems to be correct (from what I can tell). Details
follow.
I don't know what else to do. Hopefully it is something simple, but
given the history of this box I'm guessing some subtle hardware problem
is preventing this from working.
In any case, thanks for any assistance.
Cheers,
Tom McConnell
------------------------
Output of 'ifconfig':
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:840 errors:12 dropped:0 overruns:0
TX packets:0 errors:840 dropped:12 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 00:40:05:4A:E3:1A
inet addr:IP.IP.IP.MyIP Bcast:IP.IP.255.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:11 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
Interrupt:9 Base address:0x320
--
Output of 'route -n':
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use
Iface
IP.IP.IP.0 * 255.255.255.0 U 1500 0 0
eth0
default IP.IP.IP.1 * UG 1500 0 0
eth0
--
'/etc/host.conf':
order hosts, bind
multi on
--
'/etc/hosts/':
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
# should NEVER be named with the name of the machine. It causes
problems
# for some (stupid) programs, irc and reputedly talk. :^)
#
# For loopbacking.
127.0.0.1 localhost
IP.IP.IP.MyIP MyName.MySubSub.MySub.MyDom MyName
# End of hosts.
--
'/etc/networks':
#
# networks This file describes a number of netname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
#
loopback 127.0.0.0
localnet IP.IP.IP.0
# End of networks.
--
'/etc/resolv.conf':
domain MySubSub.MySub.MyDom
search MySubSub.MySub.MyDom MySub.MyDom
nameserver IP.IP.NameServerSub.NameServer1
nameserver IP.IP.NameServerSub.NameServer2
--