Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 95 15:34:23 -0800
From:      grady@scam.XCF.Berkeley.EDU
To:        freebsd-hackers@freebsd.org
Subject:   PPP problems with ISDN "modem"?
Message-ID:  <199511042334.PAA12852@scam.XCF.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
I've hit a few problems using ppp (iijpp v. 0.94) under FreeBSD 2.0.5.
The first one I hit was that I was getting the message:
	** Too many ECHO packets are lost. **
after about three minutes of connection time, fairly consistently.
I was also getting this with my 28.8 connection, but it would only happen
every few hours there.  I've put what appears to be a short-term fix
for this by setting the LQR timeout to be one day (i.e.:
    set timeout 300 86400
).  I'm not sure yet whether this is a long-term fix.

A more serious problem right now is that most large-file transfers
are hanging after a small percentage of the file is transferred.  It
seems to be due to an interaction with the IP software on the two
machines.  For instance, one file I was transferring (ppp.tar.gz)
would always hang after 18980 bytes had been transferred, when transferred
from a SunOS 5.4 machine, but when I put the file onto a different machine
(running Ultrix v4.3a), it transferred fine the first time.  From the sun,
it would hang after around 24k in ASCII mode.  While it was hanging
(in ESTABLISHED mode), other connections (e.g. rlogin) continued to
work fine.

Similarly, while using Netscape (1.1), most pictures would hang during their
transfer (although text usually managed to transfer easily).

Finally, I just seem to have hit the rough edges of the ppp software
in general. For the first time, I got a core dump from ppp (with a trashed
stack).  I've seen problems in cleanup when exceptional situations (like
the "too many ECHO packets" problem above) cause the program to exit.
And, of course, as I try to use some of the more obscure features of
ppp, the lack of decent documentation has becomes more and more of a
problem.

Anyway, the main thing I wanted to find out was how to deal with the
problems with hanging.  Has anyone else seen this, and found a fix?

Thanks for any help.

	Steven



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511042334.PAA12852>