From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 2 21:43:04 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 C445216A417 for ; Thu, 2 Aug 2007 21:43:04 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 9E94A13C46A for ; Thu, 2 Aug 2007 21:43:04 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so685266waf for ; Thu, 02 Aug 2007 14:43:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nvW3YdsDIPSlLq+FPkoIAT9EAVq1zmMEPwRqc4ZH28Id20cNdNbbnwA607jLptefV0n15H8tR3YB9Lmur/cB9n88qp//a2KiJiyLerGK155woX6MaBWkcI3r99p55nuL8K7PwkNwGuWm99QXnOigy/9uVGfyte5ajRpYkW7KhDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gIg+unehGEyIF3UbY2+OUfjwpmt3wR1SXrLRkzTwu+cOZ4jEPk3juIb3GXjGReGRlvyH4mL018J2PHDtWbk0lseif7fqrUtAFIJ+BesxuhlIZ2Kfd+nkAgWV4/2ixRa5xDjlyl4TloCyVDgAm8i32bpe7B9/piLYuZolfW+NPN0= Received: by 10.114.173.15 with SMTP id v15mr2273467wae.1186090983520; Thu, 02 Aug 2007 14:43:03 -0700 (PDT) Received: by 10.114.205.5 with HTTP; Thu, 2 Aug 2007 14:43:02 -0700 (PDT) Message-ID: Date: Thu, 2 Aug 2007 16:43:03 -0500 From: Matt To: "Trent Nelson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 21:43:04 -0000 On 8/2/07, Trent Nelson wrote: > > > 1. On host, issue commands to create the bridge interface and > > populate it with one of your physical network interfaces and > > one tap interface > > > 5. Configure the Windows guest to have the static IP address > > that you are after, first ensuring that that IP is not used > > 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. > The bridge should not require an IP address. Matt