qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Newbie Qeustions
@ 2004-08-28 16:28 Lonnie Cumberland
  0 siblings, 0 replies; 2+ messages in thread
From: Lonnie Cumberland @ 2004-08-28 16:28 UTC (permalink / raw)
  To: qemu-devel

Hello All,

I am QEMU and would like to use it to work with a new Linux Distro that 
I am trying to build. Looks like it will save me a lot of work in not 
having to re-boot all of the time.

My host machine is a Linux Mandrake 10.0 version and I have installed 
the QEMU along with reading over the documentation as well.

I try to run "qemu-fast -user-net linux.img"

after downloading the linux.img file from

http://fabrice.bellard.free.fr/qemu/

The problem is that even though I have made the TUN device like

mknod /dev/net/tun c 10 200
add the proper alias to the /etc/modules.conf
echo 1 > /proc/sys/net/ipv4/ip_forward

QEMU cannot seem to find the ethernet connection when the linux.img boots.

Not sure what is happening here.

Any help would be greatly appreciated.

Thanks,
Lonnie

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Newbie Qeustions
@ 2004-08-30 13:31 Thomas Munn
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Munn @ 2004-08-30 13:31 UTC (permalink / raw)
  To: qemu-devel

Dear Lonnie:

Several issues:

1.  QEMU-FAST only works with a specially modified kernel to which the
appropriate patch has been applied on the GUEST (not host) side.

2.  Haven't used user-net, but I can provide a somewhat working tun
script (allows outside access to box).  --user-net DOES NOT use the tun
device, it emulates user mode over ppp???(not sure on this I am sure
list will correct!), however the tun device is used for "actual"
networking, and called via the -n /path/to/script (very hard to find,
can post (there are several others floating around the list).  

Hope this helps 

Thomas
 
 
>>>lonnie@neenet.com 08/28 12:28 pm >>> 
Hello All, 
 
I am QEMU and would like to use it to work with a new Linux Distro that 
I am trying to build. Looks like it will save me a lot of work in not 
having to re-boot all of the time. 
 
My host machine is a Linux Mandrake 10.0 version and I have installed 
the QEMU along with reading over the documentation as well. 
 
I try to run "qemu-fast -user-net linux.img" 
 
after downloading the linux.img file from 
 
http://fabrice.bellard.free.fr/qemu/ 
 
The problem is that even though I have made the TUN device like 
 
mknod /dev/net/tun c 10 200 
add the proper alias to the /etc/modules.conf 
echo 1 > /proc/sys/net/ipv4/ip_forward 
 
QEMU cannot seem to find the ethernet connection when the linux.img
boots. 
 
Not sure what is happening here. 
 
Any help would be greatly appreciated. 
 
Thanks, 
Lonnie 
 
 
 
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-30 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-28 16:28 [Qemu-devel] Newbie Qeustions Lonnie Cumberland
  -- strict thread matches above, loose matches on Subject: below --
2004-08-30 13:31 Thomas Munn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).