Похоже на высокий MTU
Подберите правильный MTU такой командой:
ping -c 4 -M do -s 1500 ya.ru
Вам нужно будет менять цифру "1500" на более низкие значения, пока не перестанет отображаться что-то вроде
Frag needed and DF set
или
ping: local error: Message too long, mtu=1500
и станут идти нормальные пинги, после чего зайдите в Ваш network-manager и впишите туда значение которое Вы подобрали
вот значения, которые Вы должны перебирать по очереди, сверху вниз:
Значения1500 The biggest-sized IP packet that can normally traverse the Internet without getting fragmented. Typical MTU for non-PPPoE, non-VPN connections.
1492 The maximum MTU recommended for Internet PPPoE implementations.
1472 The maximum ping data payload before fragmentation errors are received on non-PPPoE, non-VPN connections.
1460 TCP Data size (MSS) when MTU is 1500 and not using PPPoE.
1464 The maximum ping data payload before fragmentation errors are received when using a PPPoE-connected machine.
1452 TCP Data size (MSS) when MTU is 1492 and using PPPoE.
576 Typically recommended as the MTU for dial-up type applications, leaving 536 bytes of TCP data.
48 The sum of IP, TCP and PPPoE headers.
40 The sum of IP and TCP headers.
28 The sum of IP and ICMP headers.