Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


IPv6 Proxmox
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

IPv6 Proxmox

dnwkdnwk Member

I have IPv6 address from DC. In order for guess on Proxmox to use IPv6, do I need to have IPv6 setup on the host?

Comments

  • earlearl Member

    I have a couple of ipv6 only VM's and I don't have any special settings under the host interfaces config file.. not sure if it works with OVZ thought.

    If the DC gave you ipv6 I'm sure the host node already have ipv6 addressed assigned to it..

  • Yes, if you just want to use the vm for personal use, just add it manually, or make proxy from the host to the vm.

    # vzctl stop VEID
    # vzctl set VEID --ipadd 2a02:7900:1:1002::2:99  --save
    # ip -6 neigh add proxy 2a02:7900:1:1002::2:99 dev vmbr0
    
    # nano /etc/network/interfaces
    post-up ip -6 neigh add proxy 2a02:7900:1:1002::2:99 dev vmbr0
    
Sign In or Register to comment.