From owner-freebsd-questions Wed Jun 18 08:40:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA22967 for questions-outgoing; Wed, 18 Jun 1997 08:40:39 -0700 (PDT) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22962 for ; Wed, 18 Jun 1997 08:40:37 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.8.2/8.8.2) id KAA10579; Wed, 18 Jun 1997 10:39:40 -0500 (CDT) Message-ID: <19970618103940.45824@dan.emsphone.com> Date: Wed, 18 Jun 1997 10:39:40 -0500 From: Dan Nelson To: Joshua Fielden Cc: Steve Howe , freebsd-questions Subject: Re: telnetting to RedHat4 References: <33A7C076.D3E27042@concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74e In-Reply-To: <33A7C076.D3E27042@concentric.net>; from "Joshua Fielden" on Wed, Jun 18, 1997 at 05:03:18AM -0600 X-OS: FreeBSD 2.2.1-RELEASE Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the last episode (Jun 18), Joshua Fielden said: > Steve Howe wrote: > > i can get a telnet login prompt to my ISPs server (RedHat4.0) with > > an Xterm, but not from a ttyv? ... > > > > how does this make sense? > > > > from a ttyv?, i get "Connection closed by foreign host". i can > > however get a prompt from a ttyv? when trying their nameserver. > > What worked for me in the same situation, telnetting to a friend's BSD box then telnetting to RedHat, *brand-new* > install> was to set my term type to vt100. i.e: NOT > cons25. If this does work, please post the finale, as I am interested to > see. There's something in their /bin/login that dies when your terminal type is not in /etc/termcap. My solution was to copy the cons25 termcap entries over to the Linux machine. A better solution would be to fix RedHat's /bin/login. -Dan Nelson dnelson@emsphone.com