From owner-freebsd-questions Tue Jan 23 10:17:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07524 for questions-outgoing; Tue, 23 Jan 1996 10:17:31 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA07519 for ; Tue, 23 Jan 1996 10:17:29 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA17927; Tue, 23 Jan 1996 11:08:09 -0700 From: Terry Lambert Message-Id: <199601231808.LAA17927@phaeton.artisoft.com> Subject: Re: telnetd To: ob@miriam.ihk.de (Oliver Breuninger) Date: Tue, 23 Jan 1996 11:08:08 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <199601231452.PAA08091@miriam.ihk.de> from "Oliver Breuninger" at Jan 23, 96 03:52:09 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > Dear Sirs, > > we use FreeBSD 2.0 on a pair of PC's, and have a problem while telnetting > with Novell's LAN WorkPlace 4.1 & 5.0. > > Equal which LWP configuration we use, keying Enter will get to Enter's or > we get ^@ on the screen. > > We think the problem is in LWP, but we hope we can on our BSD-Machines > change the configuration to resolve this. This generally results from a failure to correctly negotiate binary mode; the LWP, rather than sending 'cr' instead of 'cr/lf' in binary mode, replaces the 'lf' with 'NULL', resulting in 'cr/NULL'. Most likely it is changable via a configuration option in LWP's telnet program (it used to be). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.