Bug 1405545
| Summary: | Fedora 24/25 NetworkManager issue with MTU on PPPoE | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bogdan <bogdan> |
| Component: | NetworkManager | Assignee: | Beniamino Galvani <bgalvani> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | dcbw, fgiudici, lkundrak, psimerda, thaller |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-19 09:12:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bogdan
2016-12-16 16:38:47 UTC
I think this is fixed upstream by https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=00ce005e51b26603c05fae99df401127ee68348d Looks like a duplicate of bug 1385198. Assigning to Beniamino for confirmation. (In reply to Thomas Haller from comment #1) > I think this is fixed upstream by > https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/ > ?id=00ce005e51b26603c05fae99df401127ee68348d > > Looks like a duplicate of bug 1385198. Correct, after that commit the PPP MTU will be correctly set to the MTU of the underlying interface minus 8 (unless overridden by the user). Regarding the problem in manually setting the MTU from nm-connection-editor, probably you have set it in the "Ethernet" tab, which has no effect on the PPP interface. To prevent such confusion, that MTU field is now disabled for PPP connections [1]. As a workaround, you should be able to manually set the PPP MTU using nmcli: nmcli connection modify "Connection name" ppp.mtu 1492 [1] https://git.gnome.org/browse/network-manager-applet/commit/?id=518dde27d2a0e7f9409db069eda373390d91ff8b *** This bug has been marked as a duplicate of bug 1385198 *** |