On Tue, 04 Apr 2006 10:25:05 +0200
Rakotomandimby Mihamina <[EMAIL PROTECTED]>
wrote:

> The host is a Linux Debian amd64.
> - How could I set the "internal" IP of the host to 10.0.0.1?

When I played around with QEMU in the past I found these scripts on the
net.

http://home.comcast.net/~seeker5528/qemu-scripts/qemu-ifup
http://home.comcast.net/~seeker5528/qemu-scripts/qemu-ifup-sudo

Lately I have just been using the -user-net option since I only run one
guest environment at a time and am only worried about connecting the
guest to the internet it serves my need.

It does say in the script that it is expected to be obsoleted by the
-user-net option and I don't know if this is the case yet or not.

On Debian unstable with QEMU installed looking at:

file:///usr/share/doc/qemu/qemu-doc.html

It does look like there are some additional options, for having multiple
guests talking to each other either on the same host or on different
hosts.

My understanding of this is not deep, but that gives you some stuff to
look at. 

> - Is the emulated guest a 32bit or a 64 like the host?

This may be a matter of semantics, but to my way of thinking the guest
is not emulated. The guest is a real operating system that you install
inside the virtual environment.

Host -> QEMU -> Guest

I don't know what the generically named binary emulates on the x86_64
version of Debian, but if it turns out not to be the one you want you
can use the binary named for the machine you want to emulate:

qemu-i386  qemu-mipsel  qemu-system-arm   qemu-system-sparc
qemu-arm    qemu-img   qemu-ppc     qemu-system-mips  qemu-system-x86_64
qemu-armeb  qemu-mips  qemu-sparc   qemu-system-ppc

Later, Seeker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to