Bug 612
| Summary: | pppd doesn't check for its MTU/MRU limits; obscure error message and line drop results | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | aa8vb |
| Component: | ppp | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1998-12-31 19:32:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
aa8vb
1998-12-26 22:48:13 UTC
BTW, lowering the specified MTU to 1064 works around this pppd bug. --Randall (aa8vb) I tried this several times in the test lab and in all cases pppd did the correct thing. If you specify a number larger that 1500 and both ends have a max of 1500 then it will drop down to 1500 which is also the default pppd will use if no mru and mtu are specified. When I entered a number less that 1500 it used that number specifically. I was unable to genrate the error that you were reporting. One possibility is that the server you are dialing into is not using Linux and their pppd server supports packet sizes larger that 1500 where the linux pppd client does not therefore generating the errors. |