From owner-freebsd-doc@FreeBSD.ORG Wed Nov 1 09:10:12 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D3A16A47B for ; Wed, 1 Nov 2006 09:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780D943D5F for ; Wed, 1 Nov 2006 09:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA19ABn8072661 for ; Wed, 1 Nov 2006 09:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA19ABs0072656; Wed, 1 Nov 2006 09:10:11 GMT (envelope-from gnats) Resent-Date: Wed, 1 Nov 2006 09:10:11 GMT Resent-Message-Id: <200611010910.kA19ABs0072656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dawnshade Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB8516A5AB for ; Wed, 1 Nov 2006 09:05:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D8C43D55 for ; Wed, 1 Nov 2006 09:05:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kA195g6L058409 for ; Wed, 1 Nov 2006 09:05:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kA195gR7058408; Wed, 1 Nov 2006 09:05:42 GMT (envelope-from nobody) Message-Id: <200611010905.kA195gR7058408@www.freebsd.org> Date: Wed, 1 Nov 2006 09:05:42 GMT From: dawnshade To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: docs/105000: fix in hangbook chapter "14.10 VPN over IPsec" 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: Wed, 01 Nov 2006 09:10:12 -0000 >Number: 105000 >Category: docs >Synopsis: fix in hangbook chapter "14.10 VPN over IPsec" >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 09:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: dawnshade >Release: 6.1-RELEASE >Organization: - >Environment: FreeBSD mail.*.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun Oct 29 10:35:13 MSK 2006 root@mail.*.ru:/usr/src/sys/i386/compile/1 i386 >Description: In handbook, chapter "14.10 VPN over IPsec" wrong described ifconfig: "ifconfig tunnel gif0 ....", but on real machine this not working. must be "ifconfig gif0 tunnel ....". man ifconfig says the same: ifconfig [-L] [-k] [-m] interface [create] [address_family] [address [dest_address]] [parameters] ...skipped... tunnel src_addr dest_addr Configure the physical source and destination address for IP tun- nel interfaces. The arguments src_addr and dest_addr are inter- preted as the outer source/destination for the encapsulating IPv4/IPv6 header. >How-To-Repeat: try to setup tunnel following instructions in ch 14.10 >Fix: replace "ifconfig tunnel gif0 ...." to "ifconfig gif0 tunnel ....". >Release-Note: >Audit-Trail: >Unformatted: