FreeBSD Bugzilla – Attachment 13620 Details for
Bug 25829
IPSec config in rc.network doesn't allow for IKE key
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
mlea-freebsd-gnats
on 2001-03-15 16:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mlea-freebsd-gnats
Created:
2001-03-15 16:30:01 UTC
Size:
1.08 KB
patch
obsolete
>--- /usr/src/etc/rc.network Tue Mar 13 23:58:40 2001 >+++ /etc/rc.network Thu Mar 15 09:57:58 2001 >@@ -435,6 +435,13 @@ > if [ -f ${ipsec_file} ]; then > echo ' ipsec: enabled' > setkey -f ${ipsec_file} >+ >+ case ${ike_enable} in >+ [Yy][Ee][Ss]) >+ echo ' ike: running' >+ ${ike_program} ${ike_flags} >+ ;; >+ esac > else > echo ' ipsec: file not found' > fi >--- /usr/src/etc/defaults/rc.conf Tue Mar 13 23:58:38 2001 >+++ /etc/defaults/rc.conf Thu Mar 15 09:56:14 2001 >@@ -52,6 +52,9 @@ > ip_portrange_last="NO" # Set last dynamically allocated port > ipsec_enable="NO" # Set to YES to run setkey on ipsec_file > ipsec_file="/etc/ipsec.conf" # Name of config file for setkey >+ike_enable="NO" # Set to YES to run an IKE daemon >+ike_program="/usr/local/sbin/racoon" # Which IKE daemon to run >+ike_flags="" # Additional flags to pass to IKE daemon > natd_program="/sbin/natd" # path to natd, if you want a different one. > natd_enable="NO" # Enable natd (if firewall_enable == YES). > natd_interface="fxp0" # Public interface or IPaddress to use.
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25829
: 13620