(18th August 2016, 9:38)leszek Wrote: Not actually a clue here but did you try disabling ipv6? Maybe it helps.
I found solution here: https://forum.manjaro.org/t/kde-networkm...sue/3247/2
I tried to do this in Manjaro and it solves the problem.
In Manjaro and Maui command ip link shows that MTU for ppp0 is 1500 instead of 1492 as it is in Ubuntu 14.04.
It is necessary to add:
Code:
[ppp]
mtu=1492
to:
Code:
/etc/NetworkManager/system-connections/[dsl-connection-name]