From nobody@FreeBSD.org  Wed Nov  1 09:05:42 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BEB8516A5AB
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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<h-k@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fix in hangbook chapter "14.10 VPN over IPsec"
X-Send-Pr-Version: www-3.0

>Number:         105000
>Category:       docs
>Synopsis:       fix in handbook chapter "14.10 VPN over IPsec"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 09:10:10 GMT 2006
>Closed-Date:    Wed Nov 01 18:39:39 GMT 2006
>Last-Modified:  Wed Nov  1 18:40:19 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Wed Nov 1 09:39:49 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105000 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Wed Nov 1 18:39:37 UTC 2006 
State-Changed-Why:  
I have committed the changes, thanks for the notification! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105000 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/105000: commit references a PR
Date: Wed,  1 Nov 2006 18:39:09 +0000 (UTC)

 remko       2006-11-01 18:38:59 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/security chapter.sgml 
   Log:
   Make sure the ifconfig gif0 example is correct, we cannot
   adjust tunnel settings without specifying the interface
   first.
   
   PR:             docs/105000
   Submitted by:   dawnshade <h-k at mail dot ru>
   Pointyhat:      remko (me, previous commit was my mistake).
   
   Revision  Changes    Path
   1.304     +2 -2      doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
