* [Qemu-devel] win98 (guest)
@ 2004-05-09 12:12 Hetz Ben Hamo
2004-05-09 13:00 ` Herbert Poetzl
0 siblings, 1 reply; 2+ messages in thread
From: Hetz Ben Hamo @ 2004-05-09 12:12 UTC (permalink / raw)
To: qemu devel Mailing list
Hi,
I think I'm a bit confused about network configuring Win 98 as guest OS..
my qemu-ifup script is configured to 192.168.2.11
Should the Windows 98 guest OS be also 192.168.2.11? whats the gateway
address should be? my host machine? (if at all)
I also tried to add: route add -host 192.168.2.11 which gave me:
SIOCADDRT: No such device
What am I doing wrong?
Thanks,
Hetz
PS: David Holmes, thanks for the VGA trick, it works great!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] win98 (guest)
2004-05-09 12:12 [Qemu-devel] win98 (guest) Hetz Ben Hamo
@ 2004-05-09 13:00 ` Herbert Poetzl
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Poetzl @ 2004-05-09 13:00 UTC (permalink / raw)
To: Hetz Ben Hamo; +Cc: qemu devel Mailing list
On Sun, May 09, 2004 at 02:12:27PM +0200, Hetz Ben Hamo wrote:
> Hi,
>
> I think I'm a bit confused about network configuring Win 98 as guest OS..
>
> my qemu-ifup script is configured to 192.168.2.11
>
> Should the Windows 98 guest OS be also 192.168.2.11? whats the gateway
> address should be? my host machine? (if at all)
for a normal 'routed' setup the addresses/routes would
be (for a simple example)
192.168.0.1/24 (host/tun0 interface)
192.168.0.2/24 (guest/eth0 interface)
guest will be reachable from host, if you want
to make it available as 192.168.2.11 from
'outside' the host, use DNAT for example
if your host uses 192.168.0.x/24 on eth0, do
not use that for tun0 or eth0 on the guest
unless you setup bridging ...
HTH,
Herbert
> I also tried to add: route add -host 192.168.2.11 which gave me:
> SIOCADDRT: No such device
>
> What am I doing wrong?
>
> Thanks,
> Hetz
>
> PS: David Holmes, thanks for the VGA trick, it works great!
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-09 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-09 12:12 [Qemu-devel] win98 (guest) Hetz Ben Hamo
2004-05-09 13:00 ` Herbert Poetzl
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).