Helly OSMC Forum,
since some days i’m also a proud owner of a Pi 3. OSMC is running fine and quite fast - very happy with it. Yesterday i also set up a VPN Server on the Pi and its working. Due to i have a IPv4 and IPv6 adress at home I want to use the IPv6 as well for the Pi.
And here the problem starts. After some hours of trying I could get a IPv6 adress for my Pi but it’s only a local adress and i can’t ping any IPv6 (like ipv6.google.com)
maybe you can help me to find the mistage in my settings to make IPv6 working for me… By the way: My Laptop have no problem with IPv6 connection using the same router (FritzBox)
Here some outputs from my Pi:
osmc@osmc:~$ ping -6 ba-ts.dynv6.net
PING ba-ts.dynv6.net (2003:78:ef7f:b42e:c225:6ff:fe65:8f02): 56 data bytes
ping: sendto: Network is unreachable
osmc@osmc:~$ ip -6 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::ba27:ebff:fe19:597d/64 scope link
valid_lft forever preferred_lft forever
osmc@osmc:~$ ip -6 route
fe80::/64 dev eth0 proto kernel metric 256
osmc@osmc:~$ route -6
Kernel IPv6 routing table
Destination Next Hop Flag Met Ref Use If
::1/128 :: U 256 0 0 lo
fe80::/64 :: U 256 0 0 eth0
::/0 :: !n -1 1 85 lo
::1/128 :: Un 0 5 10 lo
fe80::/128 :: Un 0 1 0 lo
fe80::ba27:ebff:fe19:597d/128 :: Un 0 2 2 lo
ff00::/8 :: U 256 3 514 eth0
::/0 :: !n -1 1 85 lo
osmc@osmc:~$ ip neigh show
192.168.179.1 dev eth0 lladdr c0:25:06:65:8e:ff REACHABLE
192.168.179.24 dev eth0 lladdr d0:ae:ec:46:d9:bd STALE
192.168.179.23 dev eth0 lladdr 80:56:f2:a5:97:5d STALE
fe80::c225:6ff:fe65:8eff dev eth0 lladdr c0:25:06:65:8e:ff router STALE
fe80::ba27:ebff:fe19:597d dev eth0 lladdr b8:27:eb:19:59:7d router STALE
osmc@osmc:~$ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:19:59:7d
inet addr:192.168.179.28 Bcast:192.168.179.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:fe19:597d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:2403 errors:0 dropped:0 overruns:0 frame:0
TX packets:2521 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:892355 (871.4 KiB) TX bytes:364168 (355.6 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
osmc@osmc:~$ ^C
thank you in advance… i realy looking forward your answer