Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!emory!utkcs2!ornl.gov!aib From: aib@ornl.gov (Buddy Bland) Newsgroups: comp.unix.aux Subject: Re: trouble with telnet Keywords: telnet, internet, communications Message-ID: <1991May17.122036.10011@cs.utk.edu> Date: 17 May 91 12:20:36 GMT References: <2831DDC4.5567@orion.oac.uci.edu> Sender: usenet@cs.utk.edu (USENET News Poster) Reply-To: aib@ornl.gov Organization: Oak Ridge National Lab Lines: 26 In article <2831DDC4.5567@orion.oac.uci.edu>, rprohask@orion.oac.uci.edu (Robert Prohaska) writes: > >What causes telnet and ftp to announce "connect...host is unreachable"? > >An Asante ethernet card was installed without incident, and telnet >worked the first time it was tried but the session froze, forcing >a reboot. Ping works on the local subnet reliably as does a loopback >test. Subsequent attempts to use telnet and ftp produce the "host >is unreachable" message. > >Any ideas? > >bob prohaska Generally this is caused by not having a route defined to the network you are trying to reach. If the host you are trying to reach is not on the same network or subnet, you must define a route with the "route add" command. You may need to define a default route where you send all packets which are not on your local network. This router will then forward the packets to the proper destination. Look in Chapter 7 of the "A/UX Network System Admin" manual and at the man page for the route command for more information. -Buddy Bland -Oak Ridge National Lab -(615) 576-6727