>Good morning, I installed kvm 12 on a linux fedora core 6. >I also installed a windows XP guest but I am not able to setup bridging >network. >If I launch: >/usr/local/bin/qemu-system-x86_64 -no-acpi -hda >/root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom >/root/winXP/winXP.iso -net nic -net >tap,script=/root/kvm-svn/kvm/scripts/qemu-ifup > >the following error is displayed: > >can't add ÿ to bridge eth2: Operation not supported >/root/kvm-svn/kvm/scripts/qemu-ifup: could not launch network script >Could not initialize device 'tap' > >Could anyone help me ?
Seems like the bridge is not running ">can't add ÿ to bridge eth2:" It should add the tap to the bridge and not to eth2. The qemu-ifup script decides the bridge to use according to the default gw. You can change either the gw or the qemu-ifup script. >Thanks > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys - and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >kvm-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/kvm-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
