| Summary: | ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Rayene Ben Rayana <rayene.benrayana> |
| Component: | bin | Assignee: | Brian Somers <brian> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rayene Ben Rayana
2005-05-23 10:20:01 UTC
Responsible Changed From-To: freebsd-bugs->brian Over to ppp(8) maintainer. On Mon, 23 May 2005 13:33:25 GMT, Gleb Smirnoff <glebius@FreeBSD.org> wrote: > Synopsis: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp > > Responsible-Changed-From-To: freebsd-bugs->brian > Responsible-Changed-By: glebius > Responsible-Changed-When: Mon May 23 13:32:59 GMT 2005 > Responsible-Changed-Why: > Over to ppp(8) maintainer. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=81389 Can the originator enable physical logging (set log +physical)? This should determine if ppp(8) is actually write(2)ing the data. I suspect it is. Perhaps the l2tp software is masking the ACKs for some reason? -- Brian Somers <brian@Awfulhak.org> Don't _EVER_ lose your sense of humour ! <brian@FreeBSD.org> State Changed From-To: open->feedback I'm 5 years late in responding here.... it's a long shot, but maybe the originator can still reproduce this? If so, is it possible to "set log +physical +debug" to show what's going on with that LCP ACK? The only thing I can come up with right now is that the L2TP tunnel is not 8-bit clean and we need to 'set escape' in ppp to get the LCP conversation to complete. If the logs for both ends are available (assuming they're both ppp(8)), it'll give more insight... Thanks. State Changed From-To: feedback->closed No response from the submitter in over 7 weeks. This *may* be a problem that can be resolved with some configuration adjustments, but I'm not sure and can't do more without additional feedback. |