From owner-freebsd-questions Sun Mar 24 21:28:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA20037 for questions-outgoing; Sun, 24 Mar 1996 21:28:08 -0800 (PST) Received: from central.cis.upenn.edu (CENTRAL.CIS.UPENN.EDU [158.130.12.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA20032 for ; Sun, 24 Mar 1996 21:28:03 -0800 (PST) Received: from gradin.cis.upenn.edu (GRADIN.CIS.UPENN.EDU [158.130.4.4]) by central.cis.upenn.edu (8.6.12/UPenn 1.4) with ESMTP id AAA13163 for ; Mon, 25 Mar 1996 00:28:02 -0500 Received: by gradin.cis.upenn.edu id AAA21470; Mon, 25 Mar 1996 00:28:02 -0500 From: dherbst@gradient.cis.upenn.edu (Darrel Herbst) Posted-Date: Mon, 25 Mar 1996 00:28:02 -0500 Message-Id: <199603250528.AAA21470@gradin.cis.upenn.edu> Subject: telnet hangs over slip to freebsd boxes? To: questions@freebsd.org Date: Mon, 25 Mar 1996 00:28:02 -0500 (EST) X-Mailer: ELM [version 2.4 PL23-upenn3.1] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having a strange problem with telnet/rlogin/ftp from a freebsd box that has to dial up via slip or ppp. Any telnet/ftp/rlogins hang up after the initial socket connection is made to another freebsd box that I have set up with ethernet nics. I can ping them, and they reply, but telnet's get as far as making the connection (which I can see via netstat) but after it tells me that the escape character is ^] I don't see the login: prompt, nor do any characters I type get sent over the modem line. I don't see the rd/sd lights blink when I hit keys. However, after a period of time the connection is closed by the remote host (I'm assuming because of a timeout). I can telnet to these freebsd machines when I run linux on the dialup machine. When I'm in freebsd I can telnet to a sun, and get to the ethernet'd freebsd boxes indirectly. I can telnet/ftp/rlogin fine to/from other freebsd boxes that are connected via ethernet, so I'm thinking that something is not right with my machine that must access through dialup. The machines are running 2.1R. Thanks in advance for any help. --dherbst@gradient.cis.upenn.edu