On Wed, 10 May 2000, Chris Malley wrote:
...
|I'm using wvdial to start PPP and connect to my ISP, and
|the ISP dynamically assigns me an IP address. The connection
|is made smoothly and routing tables look correct. Everything
|works great for awhile - browsers, telnet, ftp, etc. Then
|all network applications stall.
|
|I can still ping/rlogin remote hosts, and routing tables
|still look fine, so this is most puzzling. If I restart pppd
|with wvdial, then things work ok again for a few minutes and
|then stall again.
|
|The same ISP connection works fine on my SGI and Macintosh
|machines, so I don't believe that it has anything to do with
|my ISP. My laptop is set up to dual boot, and I do not
|experience this problem under Win98.
I'd suspect a low-control problem, use the pppd option crtscts (as you did)
and add &K3 to the modem initialization string (old Hayes standard, YMMV),
or a problem with the BSD compression that seems to have been negotiated,
use the pppd option nobsdcomp, or that the VJ header compression at the ISP
is broken, use the pppd option novj.
Otherwise using the pppd debug option will record the PPP link negotiations
and may help you (or one of us) to determine what's causing the problem.
These are much more verbose than the ones you posted.
---
Clifford Kite Not a guru. (tm)
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]