Hi,
ich bin noch nicht wirklich drin in IPv6, daher vermute ich, es liegt eher an mir. Aber das Problem ist wie folgt:
Code
ping -c1 -6 2001:4860:4860::8888
PING 2001:4860:4860::8888(2001:4860:4860::8888) 56 data bytes
From 2a03:4000:15:4c1::1 icmp_seq=1 Destination unreachable: Address unreachable
--- 2001:4860:4860::8888 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
und
Code
ping -6 -c 1 -I ens3 fe80::1
PING fe80::1(fe80::1) from fe80::df2c:9df5:38d6:6622%ens3 ens3: 56 data bytes
From fe80::df2c:9df5:38d6:6622%ens3 icmp_seq=1 Destination unreachable: Address unreachable
--- fe80::1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
Ich kann weder eine verbindung raus noch rein bekommen.
Meine config:
Code
nmcli connection modify ens3 ipv6.address 2a03:4000:15:4c1::1/64 ipv6.gateway fe80::1 ipv6.dns 2a03:4000:0:1::e1e6,2a03:4000:8000::fce6 ipv6.method manual
nmcli connection reload
nmcli connection up ens3
nmcli connection show ens3 | grep -i \.address
sysctl net.ipv6.conf.default.accept_ra=0
sysctl net.ipv6.conf.default.autoconf=0
sysctl net.ipv6.conf.all.accept_ra=0
sysctl net.ipv6.conf.all.autoconf=0
sysctl net.ipv6.conf.ens3.accept_ra=0
sysctl net.ipv6.conf.ens3.autoconf=0
Display More
Wenn ich noch Informationen sponsorn soll, einfach kurz anfragen.
Jeder Tipp willkommen
Danke schonmal.