From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 7 22:31:02 2009 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE2E71065670 for ; Wed, 7 Oct 2009 22:31:02 +0000 (UTC) (envelope-from remodeler@alentogroup.org) Received: from courriel.marmotmail.com (courriel.marmotmail.com [85.17.36.172]) by mx1.freebsd.org (Postfix) with ESMTP id AD88F8FC15 for ; Wed, 7 Oct 2009 22:31:02 +0000 (UTC) Received: from bruce.epifora.com (localhost.local [127.0.0.1]) by courriel.marmotmail.com (Postfix) with ESMTP id A41DA2398A0 for ; Thu, 8 Oct 2009 01:46:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by bruce.epifora.com (Postfix) with ESMTP id 875664761F9 for ; Wed, 7 Oct 2009 18:44:27 -0400 (EDT) Received: from bruce.epifora.com ([127.0.0.1]) by localhost (bruce.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04028-07 for ; Wed, 7 Oct 2009 18:44:26 -0400 (EDT) Received: from alentogroup.org (localhost [127.0.0.1]) by bruce.epifora.com (Postfix) with ESMTP id 1A0064761F8 for ; Wed, 7 Oct 2009 18:44:26 -0400 (EDT) From: "remodeler" To: freebsd-virtualization@freebsd.org Date: Wed, 7 Oct 2009 18:44:26 -0400 Message-Id: <20091007222310.M23322@alentogroup.org> In-Reply-To: <4ACCE73A.5000502@elischer.org> References: <20091007002615.M76095@alentogroup.org> <4ACBF0ED.2070905@elischer.org> <20091007043721.M28730@alentogroup.org> <4ACC2536.9030701@elischer.org> <4ACCE73A.5000502@elischer.org> X-OriginatingIP: 127.0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: can't find routing entry for network routes X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 07 Oct 2009 22:31:03 -0000 Julian Elischer wrote: > note the group permissions. I rebuilt to 8_RELENG and permissions on /dev/kmem default to 540. Netstat works in the virtual jail, and I did not have a route to a gateway on the jail's subnet assigned to ngeth0. Adding a route to the gateway on the physical ethernet interface allowed me to add a default route in the jail. > ?? why a link address? I was afraid the netgraph bridge wouldn't associate the IP address to the physical interface's MAC. I see ng does have arplikeness built-in ;) I sincerely appreciate all of the help, Julian. I am very excited about 8.0 - stack smashing protection, virtualization, trustedbsd. It's a great OS. You mentioned that netgraph is mostly used by higher level applications - commercial apps? What products use netgraph? I will contribute my inernal doc on virtualizing a FreeBSD server with netgraph when everything stabilizes. I have a technical writer available to edit my internal documentation, and I can release the docs under a BSD license.