Use dedicated IPv6 on each VM

rodzevicius

New Member
Nov 6, 2018
5
0
1
35
Hello, I have proxmox 4 installed on a hetzner dedicated server I have an ipv4 46.4.90.241 and an ipv6 range 2a01:4f8:140:73dd:: / 64
I can use VMs with network device as NAT mode (using dedicated server ips) I want that each VM has an own ipv6 BUT not an ipv4 , example:

VM 1 windows:
IPv4: none
IPv6: 2a01:4f8:140:73dd:1000:0:0:5

VM 2 ubuntu:
IPv4: none
IPv6: 2a01:4f8:140:73dd:1000:0:0:6

Thats the config im using
imgur com/a/QYoz77B

edit: I ordered an addition ipv4 but i cant use it on my VM too
 
Last edited:
You most likely want to setup ndppd to proxy the ipv6 NDP packets between vmbr1 and eth0, and tell your guest's to use the host's vmbr1 ipv6 address as gateway for ipv6.