> Hi, I solved my previous trouble changing hardware. > From my host I am able to ping the default gateway and the command I > used to start the quest is the following: > > /usr/local/bin/qemu-system-x86_64 -no-acpi -hda > /root/winXP/windows_kvm.disk -boot c -m 1024 -cdrom > /root/winXP/winXP.iso > > I' like to use bridge insted of nat ? > Can I ?
Yes you can. The simplest thing to do that is to do the following: - create a bridge by using the script from svn under SVNDIR/scripts/kvm start - Add these parameter to qemu;s cmdline '-net nic -net tap,script=SVNDIR/qemu-ifup' > > > ----- Messaggio da [EMAIL PROTECTED] --------- > Data: Tue, 19 Dec 2006 01:18:57 -0800 > Da: Dor Laor <[EMAIL PROTECTED]> > Rispondi-A: Dor Laor <[EMAIL PROTECTED]> > Oggetto: Re: [kvm-devel] kvm 7 windows XP network > A: [EMAIL PROTECTED], kvm- > [EMAIL PROTECTED] > > > >> > >> Hi all, > >> I installed windows XP as a guest using kvm 7. > > Good luck, I see your previous troubles are over? > > > >> During installation I supplied a windows xp network configuration and > >> an ip address has been assigned. > >> When Windows runs I cannot ping it and from windopws Xp I cannot ping > >> the default gateway so I think network does not work fine with kvm. > > > > Please provide the qemu command line parameters. > > > > You're probably using the default which is user space nat by qemu. > > The works-as-designed is you cannot ping the VM in this configuration > > from outside because of the nat. However you should ping the outside > > world from within the vm. > > > > Does your host able to ping the default gateway and the VM can't? > > Try to grub the tcpdump communication and send it over. > >> > >> > >> Any solution , pls ? > >> > >> Regards > >> Igna > >> > >> > >> > >> > > ------------------------------------------------------------------------ > > - > >> 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=DEVDE > > V > >> _______________________________________________ > >> 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=DEVDE V > > _______________________________________________ > > kvm-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > > > > ----- Fine messaggio da [EMAIL PROTECTED] ----- > > ------------------------------------------------------------------------- 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
