The last few lines of my reply are the most telling (Can’t ping Google)
ip -6 r get 2602:fc62:a:1::8
2602:fc62:a:1::8 from :: via fe80::1af1:45ff:feb0:338 dev eno1 proto ra src fd42:1757:6f71:6218::1 metric 100 pref low
cat /sys/module/ipv6/parameters/disable
0
ip -6 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::47a5:45f9:9a65:6ae0/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: incusbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 state DOWN qlen 1000
inet6 fd42:1757:6f71:6218::1/64 scope global
valid_lft forever preferred_lft forever
netstat -tunlp| grep “tcp6”
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp6 0 0 :::8443 :::* LISTEN -
tcp6 0 0 :::4000 :::* LISTEN -
tcp6 0 0 :::1716 :::* LISTEN 1590/kdeconnectd
tcp6 0 0 fd42:1757:6f71:6218::53 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN -
tcp6 0 0 ::1:7001 :::* LISTEN 1856/nxnode.bin
ping -6 localhost
PING localhost(localhost (::1)) 56 data bytes
64 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.086 ms
64 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.042 ms
64 bytes from localhost (::1): icmp_seq=3 ttl=64 time=0.086 ms
ping -6 2001:4860:4860::8888
PING 2001:4860:4860::8888(2001:4860:4860::8888) 56 data bytes
— 2001:4860:4860::8888 ping statistics —
22 packets transmitted, 0 received, 100% packet loss, time 21483ms
ping -6 google.com
PING google.com(mel05s02-in-x0e.1e100.net (2404:6800:4015:803::200e)) 56 data bytes
6 packets transmitted, 0 received, 100% packet loss, time 5104ms