From owner-freebsd-virtualization@FreeBSD.ORG Mon Apr 1 19:01:56 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5AB53D4E; Mon, 1 Apr 2013 19:01:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 39BA79C5; Mon, 1 Apr 2013 19:01:56 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 82C57B94C; Mon, 1 Apr 2013 15:01:55 -0400 (EDT) From: John Baldwin To: freebsd-virtualization@freebsd.org Subject: Re: KVM with freeBSD and SR-IOV vlan doesn't working! Date: Mon, 1 Apr 2013 13:47:55 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <1364376687875-5799323.post@n5.nabble.com> In-Reply-To: <1364376687875-5799323.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201304011347.55406.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 01 Apr 2013 15:01:55 -0400 (EDT) Cc: freebsd-net@freebsd.org, kindule X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 19:01:56 -0000 On Wednesday, March 27, 2013 5:31:27 am kindule wrote: > Recently, we use KVM and SR-IOV in our project. And we choose freeBSD10 as > the guest os.As we use the ip address in the igb0 of our freeBSD10 guest, it > working no problem.However when i use vlan in our igb0 of the freeBSD10 > guest,we can see the vlan assigned right and we can ping the vlan address > without problem.But we add a gateway of the vlan area.we can't connnected to > the gateway. > there are some os messages: > Host: Debian 7.0 and KVM 1.2 > Guest: FreeBSD10-current > > And thanks for your help! Hmm, does the same vlan setup work on a standalone machine? -- John Baldwin