Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303871 Details for
Bug 441714
Racoon fails to create loopback SAs using existing SPD configuration
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Working racoon.conf for rawhide
racoon.conf (text/plain), 1.05 KB, created by
Joe Nall
on 2008-04-26 20:47:20 UTC
(
hide
)
Description:
Working racoon.conf for rawhide
Filename:
MIME Type:
Creator:
Joe Nall
Created:
2008-04-26 20:47:20 UTC
Size:
1.05 KB
patch
obsolete
># Racoon IKE daemon configuration file. ># See 'man racoon.conf' for a description of the format and entries. ># JCDX Racoon config version 2 > >path include "/etc/racoon"; >path pre_shared_key "/etc/racoon/psk.txt"; >path certificate "/etc/racoon/certs"; >path script "/etc/racoon/scripts"; > >sainfo address 127.0.0.1 any address 127.0.0.1 any >{ > lifetime time 1000 hour; > encryption_algorithm null_enc; > authentication_algorithm hmac_sha1; > compression_algorithm deflate; >} > >sainfo address 192.168.20.101 any address 192.168.20.101 any >{ > lifetime time 1000 hour; > encryption_algorithm null_enc; > authentication_algorithm hmac_sha1; > compression_algorithm deflate; >} > >sainfo anonymous >{ > lifetime time 1000 hour; > encryption_algorithm aes; > authentication_algorithm hmac_sha1; > compression_algorithm deflate; >} > >remote anonymous >{ > exchange_mode main,base; > > lifetime time 1000 hour; > proposal { > encryption_algorithm aes; > hash_algorithm sha1; > authentication_method pre_shared_key; > dh_group 1; > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 441714
:
301847
|
301848
| 303871