From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 2 20:32:51 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F3DE16A46C for ; Thu, 2 Aug 2007 20:32:51 +0000 (UTC) (envelope-from tnelson@onresolve.com) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5E07813C478 for ; Thu, 2 Aug 2007 20:32:51 +0000 (UTC) (envelope-from tnelson@onresolve.com) Received: from [212.227.126.202] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1IGhLl-0002TS-00; Thu, 02 Aug 2007 22:32:49 +0200 Received: from [172.23.1.26] (helo=xchgsmtp.exchange.xchg) by mrvnet.kundenserver.de with smtp (Exim 3.35 #1) id 1IGhLl-0004g3-01; Thu, 02 Aug 2007 22:32:49 +0200 Received: from mapibe05.exchange.xchg ([172.23.1.25]) by xchgsmtp.exchange.xchg with Microsoft SMTPSVC(6.0.3790.3959); Thu, 2 Aug 2007 22:32:44 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 2 Aug 2007 22:31:38 +0200 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Qemu networking issue thread-index: AcfVQca9SEM6uG+oRN2uD2mfqVCdfQAAXXxg References: From: "Trent Nelson" To: "Matt" X-OriginalArrivalTime: 02 Aug 2007 20:32:44.0099 (UTC) FILETIME=[47B69930:01C7D544] X-Provags-ID: kundenserver.de abuse@kundenserver.de ident:@172.23.1.26 Cc: freebsd-emulation@freebsd.org Subject: RE: Qemu networking issue X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 20:32:51 -0000 > 1. On host, issue commands to create the bridge interface and=20 > populate it with one of your physical network interfaces and=20 > one tap interface > 5. Configure the Windows guest to have the static IP address=20 > that you are after, first ensuring that that IP is not used=20 > by any of your interfaces or anyone else on the network. When you say nothing else is using it on the network, you mean other than the bridge? (Otherwise don't points 1 and 5 conflict?) E.g. # ifconfig em0 inet 205.97.38.47 alias delete # ifconfig bridge0 create # ifconfig bridge0 inet 205.97.38.47 netmask 0xffffff00 broadcast 205.97.38.255 # ifconfig bridge0 addm em0 addm tap0 up Trent.