Bug 121863

Summary: IPSEC handbook update for FreeBSD 7 and later
Product: Documentation Reporter: Vladimir <energizer>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vladimir 2008-03-19 13:40:10 UTC
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"
Comment 1 Bjoern A. Zeeb freebsd_committer freebsd_triage 2008-03-19 15:07:32 UTC
State Changed
From-To: open->closed

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 


Comment 2 Bjoern A. Zeeb freebsd_committer freebsd_triage 2008-03-19 15:07:32 UTC
Responsible Changed
From-To: freebsd-amd64->bz

In case of follow-ups I'll handle them.
Comment 3 Bjoern A. Zeeb freebsd_committer freebsd_triage 2008-03-19 19:47:12 UTC
State Changed
From-To: closed->open

Re-open with changed Synopsis to refelect the real problem. 
Reassign to doc as suggested. 


Comment 4 Bjoern A. Zeeb freebsd_committer freebsd_triage 2008-03-19 19:47:12 UTC
Responsible Changed
From-To: bz->freebsd-doc

Re-open with changed Synopsis to refelect the real problem. 
Reassign to doc as suggested.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-07-13 19:24:10 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"
Comment 6 Tom Rhodes freebsd_committer freebsd_triage 2008-07-13 19:24:15 UTC
State Changed
From-To: open->closed

I have re-written the IPsec section in the handbook, should 
fix this problem and make life easier for people.  Thanks! 


Comment 7 Tom Rhodes freebsd_committer freebsd_triage 2008-07-13 19:24:15 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Take