Hello!
I have an IPv6 that assigns me OVH.
I have proxmox installed next to the virtualizor panel, I have created different IPv6 ranges from the ipv6 given to me by the provider.
The problem is as follows: I can't get IPv6 to ping KVM, however, LXC containers work correctly, example:
LXC ping:
KVM does not ping:
Do I have to do any special proxmox configuration to make IPv6 work on KVM servers?
From KVM if I ping to google I get this error:
I have an IPv6 that assigns me OVH.
I have proxmox installed next to the virtualizor panel, I have created different IPv6 ranges from the ipv6 given to me by the provider.
The problem is as follows: I can't get IPv6 to ping KVM, however, LXC containers work correctly, example:
LXC ping:
Code:
The response for '2001:41d0:303:af8f:0000:0000:1888:2d44' using IPv6 is:
PING 2001:41d0:303:af8f:0000:0000:1888:2d44(2001:41d0:303:af8f::1888:2d44) 56 data bytes
64 bytes from 2001:41d0:303:af8f::1888:2d44: icmp_seq=1 ttl=52 time=141 ms
64 bytes from 2001:41d0:303:af8f::1888:2d44: icmp_seq=2 ttl=52 time=141 ms
64 bytes from 2001:41d0:303:af8f::1888:2d44: icmp_seq=3 ttl=52 time=141 ms
64 bytes from 2001:41d0:303:af8f::1888:2d44: icmp_seq=4 ttl=52 time=141 ms
64 bytes from 2001:41d0:303:af8f::1888:2d44: icmp_seq=5 ttl=52 time=141 ms
--- 2001:41d0:303:af8f:0000:0000:1888:2d44 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 141.423/141.440/141.474/0.476 ms
KVM does not ping:
Code:
The response for '2001:41d0:303:af8f:0000:0000:1d69:54d6' using IPv6 is:
PING 2001:41d0:303:af8f:0000:0000:1d69:54d6(2001:41d0:303:af8f::1d69:54d6) 56 data bytes
--- 2001:41d0:303:af8f:0000:0000:1d69:54d6 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4061ms
Do I have to do any special proxmox configuration to make IPv6 work on KVM servers?
From KVM if I ping to google I get this error:
Code:
[root@cp1nvme ~]# ping6 ipv6.google.com
PING ipv6.google.com(par21s05-in-x0e.1e100.net (2a00:1450:4007:812::200e)) 56 data bytes
From 2001:41d0:303:af8f::1d69:54d6 (2001:41d0:303:af8f::1d69:54d6) icmp_seq=1 Destination unreachable: Address unreachable
From 2001:41d0:303:af8f::1d69:54d6 (2001:41d0:303:af8f::1d69:54d6) icmp_seq=2 Destination unreachable: Address unreachable
^C
--- ipv6.google.com ping statistics ---
3 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1999ms
[root@cp1nvme ~]#