I am trying to configure a Virtualizor instance on a Hetzner machine but I can't make it to work since I need to "nat" the IPV6 subnets.
I divided my /64 subnet by multiple /80 subnets and I added a few addresses to use with the machine. I tried to use the "routed network" option but it didn't work.
I am using ubuntu 18.04 LTS with a netplan brdige like this :
network:
version: 2
renderer: networkd
ethernets:
enp35s0:
match:
macaddress: 70:**:**:**:**:30
dhcp4: no
dhcp6: no
bridges:
viifbr0:
macaddress: 70:**:**:**:**:30
interfaces:
- enp35s0
dhcp4: no
dhcp6: no
addresses:
- ***.***.85.132/32
- 2a01:4f8:***:***::2/64
routes:
- to: 0.0.0.0/0
via: ***.***.85.129
on-link: true
gateway6: fe80::1
nameservers:
addresses:
- 213.133.100.100
- 213.133.98.98
- 213.133.99.99
- 2a01:4f8:0:1::add:1010
- 2a01:4f8:0:1::add:9999
- 2a01:4f8:0:1::add:9898
I have no idea how i could make this work out and the support says it's not possible..
If i could use the NAT option like in IPV4 i don't think it would be an issue.