Date: Tue, 23 Jan 1996 11:08:08 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: ob@miriam.ihk.de (Oliver Breuninger) Cc: questions@freebsd.org Subject: Re: telnetd Message-ID: <199601231808.LAA17927@phaeton.artisoft.com> In-Reply-To: <199601231452.PAA08091@miriam.ihk.de> from "Oliver Breuninger" at Jan 23, 96 03:52:09 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601231808.LAA17927>