IPV6 with proxmox

Antonin

New Member
Dec 9, 2016
3
2
1
34
Hello,

I am trying to set up IPV6 on my server using proxmox but I am facing lot’s of issues :

Here is my interfaces

http://hpics.li/d55ae4a
d55ae4a


ifconfig :

http://hpics.li/ecd0d4c
ecd0d4c


Error :
http://hpics.li/26d5412
26d5412


As you can see, I would like to have an ipv6 in global scope.

Any Ideas ?

Thank you
 
For resolve this, you have to start dhclient before ifup your interface :

dhclient -cf /etc/dhcp/dhclient6.conf -6 -P -v vmbr0

If you don't have a dhclient6.conf file, you have to create it.

after that, "ifdown vmbr0 && ifup vmbr0" and ping is working \o/
 
  • Like
Reactions: Omar Khalil