Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!mr.net!news.idt.net!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!torn!kwon!watserv3.uwaterloo.ca!jmsellen From: jmsellen@watdragon.uwaterloo.ca (John M. Sellens) Subject: Re: strange TCP/IP connection problem with PPP in 2.1.5 Message-ID: <E71s5v.Fq0@watserv3.uwaterloo.ca> Sender: news@watserv3.uwaterloo.ca Nntp-Posting-Host: s2.adm.uwaterloo.ca Organization: UW Software Commando Corps References: <E6yxyL.741@watserv3.uwaterloo.ca> Date: Fri, 14 Mar 1997 19:15:30 GMT Lines: 25 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37136 In article <E6yxyL.741@watserv3.uwaterloo.ca>, John M. Sellens <jmsellen@watdragon.uwaterloo.ca> wrote: |I'm having a strange problem connecting between two FreeBSD 2.1.5 |machines over a PPP link and I'm looking for some help. | |I have an ethernet connected machine, and a second machine on a PPP |dialin connection through an Annex terminal server. I can ping |from either end, but when I try to make a TCP/IP connection via |telnet, rsh or rlogin, the connection doesn't quite work. The |symptoms seem to be that the Send-Q (from "netstat -a") seems to |build up a little bit: In case anyone was interested, K.C. Funge was right on the money when he said: I've heard that some Annex terminal servers have problems with TCP_EXTENSIONS turned on. Turn them off in your /etc/sysconfig and try it again. - K.C. Furge I don't know if Annexes actually have problems, but this solved mine. Thanks!