After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752993 - 1.0.4: Interface enp3s0 has MTU of 1492 -- should be 1500
1.0.4: Interface enp3s0 has MTU of 1492 -- should be 1500
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: PPP
unspecified
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-29 05:37 UTC by Lost
Modified: 2015-08-04 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lost 2015-07-29 05:37:21 UTC
After 3-4 minutes, the Internet connection is turned off Adsl.
Comment 1 Lubomir Rintel 2015-07-29 20:00:35 UTC
Please attach the debug-level log.

If you're unsure how to obtain it, please do the following (as root):

1.) increase debugging level:
# nmcli g logging level debug

2.) start capturing the log:
# journalctl -fl |tee log.txt

3.) initiate the connection and wait until it terminates

4.) stop logging with CTRL+C

5.) you can now decrease the logging level to info:
# nmcli g logging level info

Please attach the log.txt file,

Also be sure to specify which version of NetworkManger are your running.
Comment 2 Lost 2015-07-31 06:54:22 UTC
Debug here http://pastebin.com/67UVVC5B
My friend gave me an old version 1.0.2-4 networkmanager, this version is stable.
In repositories are now 1.0.4-1,this version closes the connection as shown in the logs.
Comment 3 Lubomir Rintel 2015-08-04 11:04:45 UTC
июл 31 14:29:07 arch pppoe[1508]: Interface enp3s0 has MTU of 1492 -- should be 1500.  You may have serious connection problems.
июл 31 14:29:07 arch NetworkManager[323]: pppoe: Interface enp3s0 has MTU of 1492 -- should be 1500.  You may have serious connection problems.
июл 31 14:29:07 arch NetworkManager[323]: pppoe: Interface enp3s0 has MTU of 1492 -- should be 1500.  You may have serious connection problems.

I'm cherry-picking these two. The latter one should fix the issue:

3751007 device: set Ethernet MTU for PPPoE connections in stage2/config
ecb9385 device: set MTU on IP interface

Please let me know if it works for you.