From owner-freebsd-stable@FreeBSD.ORG Thu May 15 07:06:30 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 718301065682 for ; Thu, 15 May 2008 07:06:30 +0000 (UTC) (envelope-from bazzoola@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 281268FC1A for ; Thu, 15 May 2008 07:06:29 +0000 (UTC) (envelope-from bazzoola@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so226631pyb.10 for ; Thu, 15 May 2008 00:06:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=G4sfzhUd5hkiybeypaT1W7ihF5lioncpHNhzUwqY1W8=; b=teSconE4h3zWWwq761Jp71Dp5mrKLO9mwcHOMhUlT/OAfMnEckaxaYTTxdrdY8sL8Xta31ZE8gehXTCeVJOy8UgvcxLoXRfCgPzOuAqvAHw/d8Xp1nYOKcg13UJfS/xwHjPHWOEY8FdoVMXevN973Jterr+hpqdw0nnr61cpqMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=ZrFFPTA4kiWUdLhEgVDAeZc/HTc/AQ7RFip6TGOJFi8c9jEIG238US22ODdD3ovc0bjlUDD0btV//9mg5/n1kRvZWOT460wHKXK3SpDZMoDUCACQQcNp3K7BxIUAalsddP0oypMMY4BfCsCEzfiLNkIQPr2F9gz5nRuoshmF4DU= Received: by 10.64.232.16 with SMTP id e16mr2727557qbh.86.1210835189278; Thu, 15 May 2008 00:06:29 -0700 (PDT) Received: from ?10.0.1.111? ( [99.147.176.243]) by mx.google.com with ESMTPS id f13sm2964919qba.1.2008.05.15.00.06.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 May 2008 00:06:28 -0700 (PDT) Message-Id: <6601D6DC-AD09-4028-A25A-59899C9A57E4@gmail.com> From: bazzoola To: freebsd-stable In-Reply-To: <20080513054223.2CAC95B4B@mail.bitblocks.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 15 May 2008 03:06:25 -0400 References: <20080513054223.2CAC95B4B@mail.bitblocks.com> X-Mailer: Apple Mail (2.919.2) Cc: maho@freebsd.org Subject: Auto bridge for qemu network [was: kqemu support: not compiled] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 07:06:30 -0000 Thanks for updating the port! I have few suggestions: #cat /etc/rc.conf [...] #KQEMU for qemu kqemu_enable="YES" #Bridge for qemu cloned_interfaces="bridge0" ifconfig_bridge0="up addm sk0" autobridge_interfaces="bridge0" autobridge_bridge0="tap*" This should take care of the network connection between qemu virtual host and the host instead of doing it manually. Assuming that qemu is using tap and the default "if" on the host is sk0. Also, is it possible to update this page, it has some outdated info: http://people.freebsd.org/~maho/qemu/qemu.html *It is the 1st answer from google when asked "freebsd qemu"