From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ixfqs-0004VU-Nx for qemu-devel@nongnu.org; Thu, 29 Nov 2007 04:38:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ixfqq-0004V5-MW for qemu-devel@nongnu.org; Thu, 29 Nov 2007 04:38:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixfqq-0004Uu-Fj for qemu-devel@nongnu.org; Thu, 29 Nov 2007 04:38:32 -0500 Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ixfqq-0007xg-4J for qemu-devel@nongnu.org; Thu, 29 Nov 2007 04:38:32 -0500 Received: by wa-out-1112.google.com with SMTP id k22so2270354waf for ; Thu, 29 Nov 2007 01:38:22 -0800 (PST) Message-ID: <9469c3170711290138q4a22a9c1n3a318cb17566579d@mail.gmail.com> Date: Thu, 29 Nov 2007 10:38:16 +0100 From: nik600 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] multiple virtual network with qemu Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 hosting system all works fine. But i'd like to do something like that: - gw (192.168.1.1) | -> hosting machine (192.168.1.2) | -> virtual ip (192.168.1.3) -> NAT -> emulated system 1 (10.0.2.15) | -> virtual ip (192.168.1.4) -> NAT -> emulated system 2 (10.0.2.16) Or if it possible - gw (192.168.1.1) | -> hosting machine (192.168.1.2) | -> virtual ip (192.168.1.3) -> emulated system 1 (192.168.1.3) | -> virtual ip (192.168.1.4) -> emulated system 2 (192.168.1.4) Can i do that? Thanks -- /*************/ nik600 https://sourceforge.net/projects/ccmanager https://sourceforge.net/projects/reportmaker https://sourceforge.net/projects/nikstresser