From owner-freebsd-current@FreeBSD.ORG Sat Jul 12 09:25:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F52437B401 for ; Sat, 12 Jul 2003 09:25:41 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 135B943FAF for ; Sat, 12 Jul 2003 09:25:40 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.9/8.12.9) with ESMTP id h6CGPbIt016888; Sat, 12 Jul 2003 11:25:38 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.9/8.12.9/Submit) id h6CGPbtV014210; Sat, 12 Jul 2003 11:25:37 -0500 (EST) (envelope-from steve) Date: Sat, 12 Jul 2003 11:25:37 -0500 From: Steve Ames To: "Karl M. Joch" Message-ID: <20030712162537.GA42996@energistic.com> References: <3F103470.8080409@kmjeuro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F103470.8080409@kmjeuro.com> User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: RELENG_5_1 doesnt build gifconfig X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 16:25:41 -0000 On Sat, Jul 12, 2003 at 06:16:48PM +0200, Karl M. Joch wrote: > i have a 5.1 box running which is in production because the need of vmware3. > > wanted to setup some ipsec tunnels and miss gifconfig. it is still in > the source tree, but doesnt build with buildworld. cleaned out src and > obj and cvs a new src tree but still the same. I believe that most of gifconfig was rolled into ifconfig. You can use 'ifconfig gif0 create' to dynamically create gif devices. You create tunnels using the 'tunnel' option to ifconfig: tunnel src_addr dest_addr (IP tunnel devices only.) Configure the physical source and des- tination address for IP tunnel interfaces (gif(4)). The argu- ments src_addr and dest_addr are interpreted as the outer source/destination for the encapsulating IPv4/IPv6 header. -Steve