From owner-freebsd-virtualization@FreeBSD.ORG Thu Sep 18 20:29:57 2008 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 BE21D106564A for ; Thu, 18 Sep 2008 20:29:57 +0000 (UTC) (envelope-from jeffrey.m.ahrenholz@boeing.com) Received: from blv-smtpout-01.boeing.com (blv-smtpout-01.boeing.com [130.76.32.69]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8B08FC08 for ; Thu, 18 Sep 2008 20:29:57 +0000 (UTC) (envelope-from jeffrey.m.ahrenholz@boeing.com) Received: from slb-av-01.boeing.com (slb-av-01.boeing.com [129.172.13.4]) by blv-smtpout-01.ns.cs.boeing.com (8.14.0/8.14.0/8.14.0/SMTPOUT) with ESMTP id m8IK6FFX022447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Sep 2008 13:06:16 -0700 (PDT) Received: from slb-av-01.boeing.com (localhost [127.0.0.1]) by slb-av-01.boeing.com (8.14.0/8.14.0/DOWNSTREAM_RELAY) with ESMTP id m8IK6FEC006705; Thu, 18 Sep 2008 13:06:15 -0700 (PDT) Received: from XCH-NWBH-11.nw.nos.boeing.com (xch-nwbh-11.nw.nos.boeing.com [130.247.55.84]) by slb-av-01.boeing.com (8.14.0/8.14.0/UPSTREAM_RELAY) with ESMTP id m8IK6Dn3006626; Thu, 18 Sep 2008 13:06:15 -0700 (PDT) Received: from XCH-NW-6V1.nw.nos.boeing.com ([130.247.55.53]) by XCH-NWBH-11.nw.nos.boeing.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 18 Sep 2008 13:06:14 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Sep 2008 13:06:07 -0700 Message-ID: <0DF156EE7414494187B087A3C279BDB40A93F94B@XCH-NW-6V1.nw.nos.boeing.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: natd & vimage Thread-Index: AckZwIIrQO+aj0ppS0yM76a/CvuYjwACC8cg References: From: "Ahrenholz, Jeffrey M" To: "antipsychic" , X-OriginalArrivalTime: 18 Sep 2008 20:06:14.0508 (UTC) FILETIME=[00D902C0:01C919CA] Cc: Subject: RE: natd & vimage 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: Thu, 18 Sep 2008 20:29:57 -0000 Jake, > tried making a custom kernel with IPFIREWALL and IPDIVERT options =20 > enabled, as per natd man page. build croaked on=20 > netinet/ip_divert.c: =20 > ipstat undeclared. 7-0-prerelease. >=20 > have been using vimage for a test environment now since May, no =20 > serious problems, found it to be far more stable than the vmware =20 > environment was using before. if you want to use 7.0-RELEASE and the vimage_7-20080228 kernel found here http://imunes.tel.fer.hr/virtnet/, I have made a patch that allows you to load the ipdivert module with 'kldload ipdivert'. This patch may not work for compiling in the option IPDIVERT but seems to work fine as a module. Let me know and I'll post it... (if you try to kldload ipdivert with the vimage_7-20080228 kernel, it complains about that missing ipstat identifier) also this patch enables ip_mroute, but I am still debugging that part... -Jeff