Proxmox 3.4 IPv6 problems

Roman234

New Member
May 15, 2015
1
0
1
Hello

I am trying to configure IPv6 on host system, but always receiving "Destination unreachable: Address unreachable"
Please check my configs maybe i something missed.

/etc/network/interfaces
Code:
auto lo
iface lo inet loopback

iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual

#####################################################################################
# BOND0
#####################################################################################
auto bond0
iface bond0 inet manual
        slaves eth0 eth1 eth2
        bond_miimon 100
        bond_mode 802.3ad
        bond_xmit_hash_policy layer3+4

#####################################################################################
# VLAN10 - INTERNET
#####################################################################################
auto vlan10
iface vlan10 inet manual
        vlan_raw_device bond0

auto vmbr10
iface vmbr10 inet static
        address xx.xx.xx.xx
        netmask 255.255.255.240
        network xx.xx.xx.xx
        gateway xx.xx.xx.xx
    bridge_ports vlan10
        bridge_stp off
        bridge_fd 0

        post-up ip route add table vlan10 default via xx.xx.xx.xx dev vmbr10
        post-up ip rule add from xx.xx.xx.xx/28 table vlan10
        post-down ip route del table vlan10 default via xx.xx.xx.xx dev vmbr10
        post-down ip rule del from xx.xx.xx.xx/28 table vlan10


iface vmbr10 inet6 static
        address XXXX:XXXX:69::5
        netmask 48
        gateway XXXX:XXXX:69::1

       post-up ip -6 route add table vlan10 default via XXXX:XXXX:69::1 dev vmbr10
       post-up ip -6 rule add from XXXX:XXXX:69::/48 table vlan10
       post-down ip -6 route del table vlan10 default via XXXX:XXXX:69::1 dev vmbr10
       post-down ip -6 rule del from XXXX:XXXX:69::/48 table vlan10

/etc/sysctl.conf
Code:
net.ipv6.conf.all.proxy_ndp=1
net.ipv6.conf.all.forwarding=1
 
Proxmox does not support IPV6 this time, unhappily. But you activate it for the webinterface: http://forum.proxmox.com/archive/index.php/t-19006.html
But DNS resolv from the webinterface, for example to an NFS server does not work, the only way is to mount in FSTAB with IPV6 and then bind as folder. ;(
 
What is your ultimate goal though? While with 3.4 the PVE interfaces don't support ipv6 (aside from all the other packages like rpcbind, a bunch of perl libs, parts of the kernel even (multicast issues etc.)), these are package specific issues. But general networking should work nonetheless as much as debian at that version supports it.
Meaning if you manually configure your network interfaces (and if you use the firewall, then also your ip6tables) on the host and guest systems correctly, most things should work as expected.

Could you describe your situation a bit more?
Which machines are part of the ipv6 network, host/guest/LAN/VLAN?
Where from and where to are you trying to connect when you receive the «destination unreachable» error message?
What does your ip6 routing table look like, (and the vlan10 table).
Do you have any ip6tables rules, and what are they (and if they're empty, what are the chain's policies (DROP/ACCEPT)?)
 

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!