Proxmox Interface removing IPv6 configuration (OpenVZ Container)

Hook

Renowned Member
May 28, 2011
23
0
66
Germany
Proxmox-Version: 2.3-12

When adding some other IPv4-Addresses via the proxmox Interface to a container, the v6 configuration gets removed. (one can set it again with vzctl set <VMID> --save --ipadd <IP-Addr>)
As far as I can see, there's still no bit of v6 support added to proxmox (besides the default OS configuration). Are you even thinking about supporting v6 in the future?

What do I have to do to get at least basic v6 support added to proxmox? Can I get this implemented when buying a support subscription?

Again, here's what needs to be done to get v6 working with proxmox:

1. Add this to your /etc/sysctl.conf:
Code:
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.all.proxy_ndp=1

2. Add the v6-Address to your container:
Code:
vzctl set 102 --save --ipadd 2a04:a04:3:102::1

3. Add a proxy ARP entry:
Code:
ip -6 neigh add proxy 2a04:a04:3:102::1 dev vmbr0

4. OPTIONAL: Verify:
Code:
ping6 2a04:a04:3:102::1
PING 2a04:a04:3:102::1(2a04:a04:3:102::1) 56 data bytes
64 bytes from 2a04:a04:3:102::1: icmp_seq=1 ttl=58 time=27.6 ms
64 bytes from 2a04:a04:3:102::1: icmp_seq=2 ttl=58 time=27.3 ms
64 bytes from 2a04:a04:3:102::1: icmp_seq=3 ttl=58 time=27.6 ms
64 bytes from 2a04:a04:3:102::1: icmp_seq=4 ttl=58 time=27.9 ms
^C
--- 2a04:a04:3:102::1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 27.375/27.665/27.989/0.247 ms
 
Last edited:
As far as I can see, there's still no bit of v6 support added to proxmox (besides the default OS configuration). Are you even thinking about supporting v6 in the future?

yes, that is planned. But If you use bridged network, you can already configure vl inside the container/guest.

What do I have to do to get at least basic v6 support added to proxmox? Can I get this implemented when buying a support subscription?

A support subscription does not include development of new feature. But you can pay a developer to implement what you needs.
 

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!