Date: Wed, 21 Feb 1996 16:40:26 -0700 From: Sean Kelly <kelly@yarmouth> To: nirva@zynet.com Cc: freebsd-questions@freebsd.org Subject: Re: Telnet Slowdown Message-ID: <9602212340.AA15494@emu.fsl.noaa.gov> In-Reply-To: <199602212050.NAA32483@thelair.zynet.com> (message from Danny Dulai on Wed, 21 Feb 1996 13:50:59 -0700)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Danny" == Danny Dulai <nirva@zynet.com> writes:
Danny> I am trying to telnet from a FreeBSD 2.1.0 machine to
Danny> a FreeBSD machine, and it is VERY slow, it takes a few
Danny> minutes for my login prompt to appear (this is over a 28.8k
Danny> link). However, when I telnet to a Linux machine and then
Danny> telnet to the FreeBSD machine, its an acceptable speed.
Danny> Pings from the FreeBSD to the FreeBSD machines are
Danny> normal. Rlogin and FTP are a bit better than telnet, but
Danny> not much... still that horrible slowdown.
Danny> Any suggestions on a solution to this problem?
Try turning off TCP extensions by entering these two commands (as
root):
sysctl -w net.inet.tcp.rfc1323=0
sysctl -w net.inet.tcp.rfc1644=0
then see if the telnet's any snappier. If it does help, then edit
/etc/sysconfig. Look for the line
tcp_extensions=YES
and change the YES to NO.
--
Sean Kelly
NOAA Forecast Systems Laboratory, Boulder Colorado USA
I scrambled to the top of the precipice where Nick was waiting. "That
was fun," I said. "You bet it was," said Nick. "Let's climb higher."
"No," I said. "I think we should be heading back now." "We have time,"
Nick insisted. I said we didn't, and Nick said we did. We argued back
and forth like that for about 20 minutes, then finally decided to head
back. I didn't say it was an interesting story. -- Jack Handey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9602212340.AA15494>
