There's also another warning in your bootlog that might point in a direction:
Code:
Aug 08 14:37:01 server networking[694]: warning: vmbr0: up cmd 'ip -6 route add 2a01:4f8:10b:2119::/64 dev vmbr1' failed: returned 1 (Cannot find device "vmb>
Aug 08 14:37:01 server networking[694]: )
Aug 08 14:37:01 server /usr/sbin/ifup[694]: warning: vmbr0: up cmd 'ip -6 route add 2a01:4f8:10b:2119::/64 dev vmbr1' failed: returned 1 (Cannot find device >
)
The whole message is cut of, but I guess that it complains about a missing
vmbr1
device here, which might not be created yet at the time where the up-cmd is executed. Please correct me if I don't understand the requirements here yet, but if that's the case it would be better to move that up-cmd to the vmbr1 entry.