From: Herbert Poetzl <herbert@13thfloor.at>
To: Hetz Ben Hamo <hetz@witch.dyndns.org>
Cc: qemu devel Mailing list <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] win98 (guest)
Date: Sun, 9 May 2004 15:00:47 +0200 [thread overview]
Message-ID: <20040509130047.GB4493@MAIL.13thfloor.at> (raw)
In-Reply-To: <409E202B.8030500@witch.dyndns.org>
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
prev parent reply other threads:[~2004-05-09 13:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-09 12:12 [Qemu-devel] win98 (guest) Hetz Ben Hamo
2004-05-09 13:00 ` Herbert Poetzl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040509130047.GB4493@MAIL.13thfloor.at \
--to=herbert@13thfloor.at \
--cc=hetz@witch.dyndns.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).