From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 15:33:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6D4E1065673 for ; Thu, 10 Apr 2008 15:33:31 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1F78FC2F for ; Thu, 10 Apr 2008 15:33:31 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so26951waf.3 for ; Thu, 10 Apr 2008 08:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=QQPe8UT1ewtmFWyJFXzSk9CLtZsa3vxBhRLYWKvXwWE=; b=hLlnf1XoyKE9JgpD2QkrBCZpiQK14Z9ygk7Zpa2hwi/tU2Q/h1KL0psg5LhUBIYk+gFzSySzT9Tyc2EJqOmTX1p6sAUU1mm/THs5H7QlcX1ic/QzaCBfF3V9TE+HolcvhoXUFlZ/AgNXG/5VXkj21x4YWL6EkpoLDMFws8zK+4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DaDz6E8qA1c2oUM8a7HQSx1UVimjf8bE4HpA6MnpUarB2NpH0/EcZq8+qcbxws+YXKpjbldsmtjVbYSO70ZXbuYsKu7Ew0MMDREp6fPl79Splxxj1f9D1xAXAwZDJ52/XQV55qm9IPB5uNtKPhhHT+7t6gSYFyfNZSglDGgcYmE= Received: by 10.114.194.1 with SMTP id r1mr2000961waf.40.1207841609107; Thu, 10 Apr 2008 08:33:29 -0700 (PDT) Received: by 10.114.113.11 with HTTP; Thu, 10 Apr 2008 08:33:29 -0700 (PDT) Message-ID: <80f4f2b20804100833v3fdc2f79ufcf6b109ddd4ae9b@mail.gmail.com> Date: Thu, 10 Apr 2008 11:33:29 -0400 From: "Jim Stapleton" To: "Andrew Cid" In-Reply-To: <20080410093625.GA95076@farnborough.darq.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20804081710k5af28466k17f3d38cdd6e344a@mail.gmail.com> <20080409091859.GA14939@farnborough.darq.net> <80f4f2b20804091825y2a37bddehd68e91f57426dc04@mail.gmail.com> <20080410093625.GA95076@farnborough.darq.net> Cc: freebsd-questions@freebsd.org Subject: Re: QEMU networking quirkiness on 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 15:33:31 -0000 > Yes, this needs to be setup on the host system. The way a bridge is > configured has changed on 7. Here are the steps assuming that your > external interface is em0: Well, it seems pretty calm, and hasn't tried to cut itself yet... But I think I can adapt. > # ifconfig tap0 create > # ifconfig tap0 up > # ifconfig em0 up > # ifconfig bridge0 create > # ifconfig bridge0 addm tap0 addm em0 > Could I mimic this in RC.conf? Or is this saved between restarts? Also, for the bridge, could I do this, correct? #existing rc.conf hostname="elrond.var-dev.net" ifconfig_re0="inet 192.168.1.84 netmask 255.255.255.0" ifconfig_re0_alias0="192.168.1.85 netmask 255.255.255.255" defaultrouter="192.168.1.1" #adding... Should I use an IP not aliased by re0? ifconfig_bridge0="inet 192.168.1.85 netmask 255.255.255.0" Thanks for your help, -Jim Stapleton