Hello,
1) Even if it was pretty obvious (yesterday I was bit lazy ... ;-)) you have to 
replace the ETHER variable "trunk0" with your own network card in 
/etc/qemu-ifup, for me it was:
ETHER=em0

2) Here is how I'm starting my qemu (with working network):
sudo qemu -m 1000 qemu-files/xp.hd -net tap -net nic &

3) If you fail to start qemu for whatever reason, you can't reuse the 
/etc/qemu-ifup until you destroy the bridge0 interface it had previously 
created:
"sudo ifconfig bridge0 destroy" and now retry:
sudo qemu -m 1000 qemu-files/xp.hd -net tap -net nic &

I hope this helps!
Kind regards
Didier

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Takacs
Sent: 05 June 2006 23:35
To: [email protected]
Subject: Re: FIXED!!! :Re: qemu and "-net tap", how can I enable network?

Didier Wiroth wrote:
>Ok, "SORRY" .... fixed now!

What did you do to fix it?  I'm asking because I tried this morning to use the 
new qemu v0.8 package, but it no longer works with my previous config and 
scripts.  It looks like they changed the interface in the latest version and 
removed the -tun-fd option.

-- 
Stephen Takacs   <[EMAIL PROTECTED]>   http://perlguru.net/
    4149 FD56 D078 C988 9027  1EB4 04CC F80F 72CB 09DA

Reply via email to