> And - it worked fine till the last reboot - any ideas why there is now a > characterlimit on the vmtab interface? the limit is in the kvm source code: qemu-kvm/linux-user/syscall.c:#define IFNAMSIZ 16 will take a closer look at that now.