From nobody@FreeBSD.org  Wed Mar 19 13:32:49 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1BCAC106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2008 13:32:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0E92A8FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2008 13:32:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2JDWklT075256
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2008 13:32:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2JDWjKW075255;
	Wed, 19 Mar 2008 13:32:45 GMT
	(envelope-from nobody)
Message-Id: <200803191332.m2JDWjKW075255@www.freebsd.org>
Date: Wed, 19 Mar 2008 13:32:45 GMT
From: Vladimir <energizer@sgpi.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: amd-64 7.0-RELEASE FreeBSD IPSEC FAST_IPSEC()
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121863
>Category:       docs
>Synopsis:       IPSEC handbook update for FreeBSD 7 and later
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 13:40:10 UTC 2008
>Closed-Date:    Sun Jul 13 18:25:53 UTC 2008
>Last-Modified:  Sun Jul 13 18:30:05 UTC 2008
>Originator:     Vladimir
>Release:        7.0-RELEASE FreeBSD
>Organization:
SGPI
>Environment:
FreeBSD sgpi.ru 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
desided constract IPSEC on 7.0-RELEASE FreeBSD 7.0

update src-all (cvsup)
cp GENERIK XXX

i know that this 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html
is OLD

read in one manuals that how desided upgrade mast FREEBSD 6.3 to &.0 change IPSEC_ESP mast add in kernal options FAST_IPSEC

add optins FAST_IPSEC in my new kernal and resive this error:
unknown option "FAST_IPSEC"

Cant find MAN for IPSEC for FreeBSD 7.0...
may be my mistakes ore mistak's of FreeBSD amd64...
>How-To-Repeat:
cp GENERIC XXX
add to file "XXX"
options FAST_IPSEC
device crypto
save and exit
config xxx  (xxx - file of config kernel)

 unknown option "FAST_IPSEC"

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bz 
State-Changed-When: Wed Mar 19 15:07:32 UTC 2008 
State-Changed-Why:  
man 4 ipsec 
tells you what to do on FreeBSD 7, so should the NOTES files 
in sys/conf/ 

options IPSEC 
device crypto 
and optionally: 
options IPSEC_FILTERTUNNEL 

In case you did not install man pages you can find them here: 
http://www.freebsd.org/cgi/man.cgi?query=ipsec&manpath=FreeBSD+7.0-RELEASE 


Responsible-Changed-From-To: freebsd-amd64->bz 
Responsible-Changed-By: bz 
Responsible-Changed-When: Wed Mar 19 15:07:32 UTC 2008 
Responsible-Changed-Why:  
In case of follow-ups I'll handle them. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121863 
State-Changed-From-To: closed->open 
State-Changed-By: bz 
State-Changed-When: Wed Mar 19 19:47:12 UTC 2008 
State-Changed-Why:  
Re-open with changed Synopsis to refelect the real problem. 
Reassign to doc as suggested. 


Responsible-Changed-From-To: bz->freebsd-doc 
Responsible-Changed-By: bz 
Responsible-Changed-When: Wed Mar 19 19:47:12 UTC 2008 
Responsible-Changed-Why:  
Re-open with changed Synopsis to refelect the real problem. 
Reassign to doc as suggested. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121863 
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Sun Jul 13 18:24:15 UTC 2008 
State-Changed-Why:  
I have re-written the IPsec section in the handbook, should 
fix this problem and make life easier for people.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Jul 13 18:24:15 UTC 2008 
Responsible-Changed-Why:  
Take 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/121863: commit references a PR
Date: Sun, 13 Jul 2008 18:24:10 +0000 (UTC)

 trhodes     2008-07-13 18:23:57 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/security chapter.sgml 
   Log:
   Rewrite the IPsec section to bring it up to date and make it easier to
   get a VPN up and running.  While here, remove discussion on FAST_IPSEC
   since it's no longer a valid kernel option.
   
   PR:                     121863
   Quick review by:        remko
   
   Revision  Changes    Path
   1.324     +293 -829  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:
