Re: [Qemu-devel] Re: multiple virtual network with qemu

2007-12-07 Thread Sergey Bychkov
- Original Message - From: "nik600" <[EMAIL PROTECTED]> To: Sent: 7.12.2007 11:14 Subject: [Qemu-devel] Re: multiple virtual network with qemu any idea? [skip] Or if it possible - gw (192.168.1.1) | -> hosting machine (192.168.1.2) | -> v

Re: [Qemu-devel] Re: multiple virtual network with qemu

2007-12-07 Thread Laurent Vivier
I don't know if it is what you want, but I'm using this: iptable-restore < my_iptable where my_iptable is: *filter :INPUT ACCEPT [6242:8433725] :FORWARD ACCEPT [8802:8139455] :OUTPUT ACCEPT [4070:537046] COMMIT *nat :PREROUTING ACCEPT [54:3534] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [1:60] -A

[Qemu-devel] Re: multiple virtual network with qemu

2007-12-07 Thread nik600
any idea? On Nov 29, 2007 10:38 AM, nik600 <[EMAIL PROTECTED]> wrote: > Hi > > i'm trying to set up some virtual network with qemu but i'm > experiencing some problems: > > starting the hosted system with dhcp it gets the ip 10.0.2.15 and gw > 10.0.2.2, if i activate the forwarding ip on the hosti