From owner-freebsd-virtualization@FreeBSD.ORG Tue Oct 30 00:38:58 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2F8C52F; Tue, 30 Oct 2012 00:38:58 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 85B538FC0C; Tue, 30 Oct 2012 00:38:58 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q9U0ccQ1057071; Mon, 29 Oct 2012 17:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1351557519; bh=d4N8NYQVRu0R3fks/RJxJqHRc/7b2aqncoHEdl0hcS4=; h=Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type: Date:Message-ID:Mime-Version:Content-Transfer-Encoding; b=neZA++AFoZIRPDFDRoHMzmhhyXDYe/slM9l1BlcaifsWKUzIVLAfC7OBHr9TH3BSs oIubBy+Qehp93fbyb/E81J57t4kTDU7cSNeqPwBTjcPes6Mx/5xH2KYADlLygJXm61 /ihjZtoV4KblF+67QZA856Dq97YnF9VRAHCRMr6c= Subject: Re: dev/virtio stuff From: Sean Bruno To: "sbruno@FreeBSD.org" In-Reply-To: <1351555241.3315.0.camel@powernoodle.corp.yahoo.com> References: <1351547382.3063.21.camel@powernoodle.corp.yahoo.com> <508F1820.3050404@unsane.co.uk> <1351555241.3315.0.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 29 Oct 2012 17:38:37 -0700 Message-ID: <1351557517.3315.3.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 557518001 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "sbruno@FreeBSD.org" List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 00:38:59 -0000 On Mon, 2012-10-29 at 17:00 -0700, Sean Bruno wrote: > > [root@fbsd ~]# ifconfig vtnet0 > > vtnet0: flags=8943 > > metric 0 mtu 1500 > > > > > options=c07bb > > ether 54:52:00:2a:63:af > > inet 213.xxx.xxx.13 netmask 0xfffffc00 broadcast 213.xxx.xxx.255 > > inet6 fe80::5652:ff:fe2a:63af%vtnet0 prefixlen 64 scopeid 0x1 > > inet6 2001:470:xxx:xxx::1 prefixlen 64 > > inet 10.10.24.1 netmask 0xffffff00 broadcast 10.10.24.255 > > nd6 options=21 > > media: Ethernet 1000baseT > > status: active Some google foo landed me on an IBM site that hinted at me that the virsh commands of RHEL 5 don't know how to setup virtio on the network. However, you can add it to the RHEL 5 config manually. http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic= %2Fliaat%2Fliaatkvmfaq.htm Sean