qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] win98 (guest)


From: Herbert Poetzl
Subject: Re: [Qemu-devel] win98 (guest)
Date: Sun, 9 May 2004 15:00:47 +0200
User-agent: Mutt/1.4.1i

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
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/qemu-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]