problem with ipv6

gnetics

New Member
Mar 7, 2015
1
0
1
Hello,


i have a problem with IPv6. I have one ipv6 Adress with Gateway
2a02:0180:1:xxxx::xxx:bca
2a02:0180:1:1::1


and one network 2a02:0180:000a:xxxx::/64


on host i configured:


echo 'net.ipv6.conf.all.proxy_ndp=1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.all.forwarding=1' >> /etc/sysctl.conf
sysctl -p


/etc/network/interfaces


Code:
iface vmbr0 inet6 static
       address   2a02:0180:1:xxxx::xxx:bca
       netmask   64
       gateway   2a02:0180:1:1::1


iface vmbr0:1 inet6 static
       address   2a02:0180:000a:xxx::1
       netmask   64


on bridges KVM Host


/etc/network/interfaces

Code:
iface eth0 inet6 static
address 2a02:0180:000a:xxx::100
netmask 64
gateway 2a02:0180:000a:xxx::1



ping6 from Host to internet and VM without a problem


ping6 from KVM to both Host address without a problem, but no ping to internet


ping6 google.com
PING google.com(2a00:1450:400c:c09::8a) 56 data bytes
^C
--- google.com ping statistics ---
48 packets transmitted, 0 received, 100% packet loss, time 47000ms


What can i do?


Thank you.
 
Which version do you use? See

Code:
pveversion -v

In one of the recent kernels there was a bug.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!