Hello
I have problem with bond+vmbr and IPv6 in KVM guest.
dmesg: eth0: IPv6 duplicate address detected!
my interfaces config:
I found this workaround "sysctl net.ipv6.conf.eth0.accept_dad=0" into /etc/sysctl.conf in guest, but this is not ideal
more about this problem:
http://fnordig.de/2012/09/16/getting-ipvworking-with-smartos-and-kvm/
http://www.mail-archive.com/e1000-devel@lists.sourceforge.net/msg04899.html
Have anybody better solution ?
Thanks
I have problem with bond+vmbr and IPv6 in KVM guest.
dmesg: eth0: IPv6 duplicate address detected!
my interfaces config:
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1 eth3
bond_miimon 100
bond_mode balance-rr
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xxx.xxx.xxx
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
bridge_maxage 0
bridge_ageing 0
I found this workaround "sysctl net.ipv6.conf.eth0.accept_dad=0" into /etc/sysctl.conf in guest, but this is not ideal
Code:
pveversion -vpve-manager: 2.1-14 (pve-manager/2.1/f32f3f46)
running kernel: 2.6.32-14-pve
proxmox-ve-2.6.32: 2.1-74
pve-kernel-2.6.32-14-pve: 2.6.32-74
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.3-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.92-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.8-1
pve-cluster: 1.0-27
qemu-server: 2.0-49
pve-firmware: 1.0-18
libpve-common-perl: 1.0-30
libpve-access-control: 1.0-24
libpve-storage-perl: 2.0-31
vncterm: 1.0-3
vzctl: 3.0.30-2pve5
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.1-8
ksm-control-daemon: 1.1-1
more about this problem:
http://fnordig.de/2012/09/16/getting-ipvworking-with-smartos-and-kvm/
http://www.mail-archive.com/e1000-devel@lists.sourceforge.net/msg04899.html
Have anybody better solution ?
Thanks