* [Qemu-devel] IPv6 gets removed on bridge
@ 2017-03-02 17:31 Raps, Markus (centron GmbH)
0 siblings, 0 replies; only message in thread
From: Raps, Markus (centron GmbH) @ 2017-03-02 17:31 UTC (permalink / raw)
To: 'qemu-devel@nongnu.org'
Hi,
i have a short question iam using proxmox and my ipv6 settings gets removed every time a vm is added to the bridge.
So can you confirm this function/bug/behavior?
Before VM starts
~# sysctl -qa 2>/dev/null | grep 'disable_ipv6'
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.bond0.disable_ipv6 = 1
net.ipv6.conf.bond0/102.disable_ipv6 = 1
net.ipv6.conf.bond0/605.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.eth0.disable_ipv6 = 0
net.ipv6.conf.eth1.disable_ipv6 = 0
net.ipv6.conf.eth2.disable_ipv6 = 0
net.ipv6.conf.eth3.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.tun0.disable_ipv6 = 0
net.ipv6.conf.vmbr0.disable_ipv6 = 0
net.ipv6.conf.vmbr0v102.disable_ipv6 = 0
net.ipv6.conf.vmbr0v605.disable_ipv6 = 0
VM is started and hostconfig on vlan 102 and 605 is gone
~# sysctl -qa 2>/dev/null | grep 'disable_ipv6'
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.bond0.disable_ipv6 = 1
net.ipv6.conf.bond0/102.disable_ipv6 = 1
net.ipv6.conf.bond0/605.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.eth0.disable_ipv6 = 0
net.ipv6.conf.eth1.disable_ipv6 = 0
net.ipv6.conf.eth2.disable_ipv6 = 0
net.ipv6.conf.eth3.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.tun0.disable_ipv6 = 0
net.ipv6.conf.vmbr0.disable_ipv6 = 0
net.ipv6.conf.vmbr0v102.disable_ipv6 = 1
net.ipv6.conf.vmbr0v605.disable_ipv6 = 1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-02 18:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 17:31 [Qemu-devel] IPv6 gets removed on bridge Raps, Markus (centron GmbH)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).