Quote From : enginama August 28, 2020, 10:38 am Wanna share on what you did?
sure.
create a ipv6 pool and add a ipv6 to vps
change ipv6 network settings (eth0 or whatever you have)
set ipv6-address so i ends with 2!! (like 2001:db8:dead:beef:fe::2)
set netmask to 128 (see hetzner docs)
make sure you have net.ipv6.conf.all.forwarding=1 in your /etc/sysctl.conf !!!
we need to add a ipv6 to nat bridge
(check it with ifconfig)
virsh net-destroy natbrxx
virsh net-edit natbrixx
and add (prefix has to be 64!!!)
<ip family='ipv6' address='2001:db8:dead:beef:fe::2' prefix='64'>
</ip>
save and reboot
Thats it.
|