From owner-freebsd-doc@FreeBSD.ORG Mon Jul 17 02:08:24 2006 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C81D16A4DD for ; Mon, 17 Jul 2006 02:08:24 +0000 (UTC) (envelope-from ablake@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A1D43D46 for ; Mon, 17 Jul 2006 02:08:23 +0000 (GMT) (envelope-from ablake@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout01/MantshX 4.0) with ESMTP id k6H28NoJ015161 for ; Sun, 16 Jul 2006 19:08:23 -0700 (PDT) Received: from [192.168.101.21] (adsl-69-108-67-159.dsl.irvnca.pacbell.net [69.108.67.159]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k6H28Lut029178 for ; Sun, 16 Jul 2006 19:08:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: doc@FreeBSD.org From: Adam Michalak Date: Sun, 16 Jul 2006 19:08:15 -0700 X-Mailer: Apple Mail (2.752.2) Cc: Subject: regarding http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 02:08:24 -0000 Some of this page is now out-of-date. The command gifconfig no longer exists. Therefore, the line that reads: ifconfig gif0 A.B.C.D W.X.Y.Z should now read: ifconfig gif0 tunnel A.B.C.D W.X.Y.Z Similarly, # ifconfig gif0 gif0: flags=8011 mtu 1280 inet 192.168.1.1 --> 192.168.2.1 netmask 0xffffffff physical address inet A.B.C.D --> W.X.Y.Z would now read: # ifconfig gif0 gif0: flags=8011 mtu 1280 tunnel inet A.B.C.D --> W.X.Y.Z inet 192.168.1.1 --> 192.168.2.1 netmask 0xffffffff Finally, the rc.conf line: gifconfig_gif0="A.B.C.D W.X.Y.Z" would now read: ifconfig_gif0="tunnel A.B.C.D W.X.Y.Z" thank you, -Adam