Hi
I updated my system to Leap 42.1 and configured ipv6 as I had it on Opensuse 12, but it does not work. Here are the details:
> uname -a
Linux opensuse42 4.1.15-8-default #1 SMP PREEMPT Wed Jan 20 16:41:00 UTC 2016 (0e3b3ab) x86_64 x86_64 x86_64 GNU/Linux
> /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:50:56:29:EF:20
inet addr:192.168.1.29 Bcast:0.0.0.0 Mask:255.255.255.0
inet6 addr: 2a01:348:1f9::29/48 Scope:Global
inet6 addr: fe80::250:56ff:fe29:ef20/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:289592 errors:0 dropped:0 overruns:0 frame:0
TX packets:46496 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:95500957 (91.0 Mb) TX bytes:4521534 (4.3 Mb)
Interrupt:19 Base address:0x2000
eth0:Sock Link encap:Ethernet HWaddr 00:50:56:29:EF:20
inet addr:192.168.1.129 Bcast:0.0.0.0 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:19 Base address:0x2000
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:3027 errors:0 dropped:0 overruns:0 frame:0
TX packets:3027 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:714264 (697.5 Kb) TX bytes:714264 (697.5 Kb)
> ip -6 route show
2a01:348:1f9::/48 dev eth0 proto kernel metric 256 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
default via 2a01:348:1f9::2 dev eth0 metric 1024 pref medium
Test Local scope
> ip -6 route get fe80::250:56ff:fe29:ef20
fe80::250:56ff:fe29:ef20 from :: dev eth0 metric 0
cache pref medium
> ping6 fe80::250:56ff:fe29:ef20
connect: Invalid argument
> ping6 -I eth0 fe80::250:56ff:fe29:ef20
connect: Cannot assign requested address
Test global scope
> ip -6 route get 2a01:348:1f9::29
2a01:348:1f9::29 from :: dev eth0 src ::1 metric 0
cache pref medium
> ping6 2a01:348:1f9::29
PING 2a01:348:1f9::29(2a01:348:1f9::29) 56 data bytes
From ::1 icmp_seq=1 Destination unreachable: Address unreachable
From ::1 icmp_seq=2 Destination unreachable: Address unreachable
From ::1 icmp_seq=3 Destination unreachable: Address unreachable
^C
— 2a01:348:1f9::29 ping statistics —
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3999ms
> ping6 -I eth0 2a01:348:1f9::29
ping6: Warning: source address might be selected on device other than eth0.
PING 2a01:348:1f9::29(2a01:348:1f9::29) from ::1 eth0: 56 data bytes
From ::1 icmp_seq=1 Destination unreachable: Address unreachable
From ::1 icmp_seq=2 Destination unreachable: Address unreachable
From ::1 icmp_seq=3 Destination unreachable: Address unreachable
From ::1 icmp_seq=4 Destination unreachable: Address unreachable
From ::1 icmp_seq=5 Destination unreachable: Address unreachable
From ::1 icmp_seq=6 Destination unreachable: Address unreachable
^C
— 2a01:348:1f9::29 ping statistics —
7 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6032ms
Loopback
> ping6 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.017 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.114 ms
64 bytes from ::1: icmp_seq=3 ttl=64 time=0.090 ms
64 bytes from ::1: icmp_seq=4 ttl=64 time=0.064 ms
^C
— ::1 ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 0.017/0.071/0.114/0.036 ms
As you can see I can not even ping6 the local address.
Markus