Hi all, we have look in forum and found a howto to add ipv6 to proxmox.
we have do following:
than add ip:
than add gateway:
than we have check it via ping6 to 2001:4860:4860::8888, and here we have not response:
what we can do here? do you have a idea, please?
route -6
ifconfig
what can we do here? hope for help. thanks and regards
we have do following:
Code:
sysctl -w net.ipv6.conf.all.forwarding=1
Code:
ip -6 ro add 2a02:238:f019:412::/64 dev vmbr0
Code:
ip -6 ro add default via 2a02:238:f019:401:2a0:57ff:fe14:86f5 dev vmbr0
Code:
From fe80::21a:4bff:feaf:8cd2 icmp_seq=2 Destination unreachable: Address unreachable
what we can do here? do you have a idea, please?
route -6
Code:
Destination Next Hop Flag Met Ref Use If
2a02:238:f019:401::/64 :: UAe 256 0 3089 vmbr0
2a02:238:f019:412::/64 :: U 1024 0 0 vmbr0
fe80::1/128 :: U 256 0 0 venet0
fe80::/64 :: U 256 0 0 eth0
fe80::/64 :: U 256 0 0 eth1
fe80::/64 :: U 256 0 0 vmbr0
fe80::/64 :: U 256 0 0 vmbr1
fe80::/64 :: U 256 0 0 venet0
fe80::/64 :: U 256 0 0 veth5131.0
fe80::/64 :: U 256 0 0 veth5131.1
::/0 2a02:238:f019:401:2a0:57ff:fe14:86f5 UG 1024 0 11 vmbr0
::/0 :: !n -1 1 3687 lo
::1/128 :: Un 0 1 28 lo
fe80::/128 :: Un 0 1 0 lo
fe80::/128 :: Un 0 1 0 lo
fe80::/128 :: Un 0 1 0 lo
fe80::/128 :: Un 0 1 0 lo
fe80::/128 :: Un 0 1 0 lo
fe80::/128 :: Un 0 1 0 lo
fe80::1/128 :: Un 0 1 0 lo
fe80::21a:4bff:feaf:8cd0/128 :: Un 0 1 0 lo
fe80::21a:4bff:feaf:8cd0/128 :: Un 0 1 0 lo
fe80::21a:4bff:feaf:8cd2/128 :: Un 0 1 39 lo
fe80::21a:4bff:feaf:8cd2/128 :: Un 0 1 0 lo
fe80::4010:9aff:fe48:5664/128 :: Un 0 1 0 lo
fe80::8057:9eff:feeb:e2ee/128 :: Un 0 1 0 lo
ff00::/8 :: U 256 0 0 eth0
ff00::/8 :: U 256 0 0 eth1
ff00::/8 :: U 256 0 0 vmbr0
ff00::/8 :: U 256 0 0 vmbr1
ff00::/8 :: U 256 0 0 venet0
ff00::/8 :: U 256 0 0 veth5131.0
ff00::/8 :: U 256 0 0 veth5131.1
::/0 :: !n -1 1 3687 lo
ifconfig
Code:
vmbr0 Link encap:Ethernet Hardware Adresse 00:1a:4b:af:8c:d2
inet6-Adresse: fe80::21a:4bff:feaf:8cd2/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:768197306 errors:0 dropped:0 overruns:0 frame:0
TX packets:715983159 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:244552139663 (227.7 GiB) TX bytes:458624052289 (427.1 GiB)
Code:
eth0 Link encap:Ethernet Hardware Adresse 00:1a:4b:af:8c:d2
inet6-Adresse: fe80::21a:4bff:feaf:8cd2/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:1153429039 errors:0 dropped:0 overruns:0 frame:0
TX packets:1091940765 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:505932658441 (471.1 GiB) TX bytes:707306503846 (658.7 GiB)
what can we do here? hope for help. thanks and regards