diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2003-11-28 17:28:42 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-11-28 17:28:42 +0000 |
| commit | a2ed0b4e3dd93247e7ced185dd901b47b5b622e6 (patch) | |
| tree | c3cad479395b5e3340abd65103e4610fb7b75e8c /etc/defaults | |
| parent | cd6c4060c8801b7b1c1e74ffbc7aedc37c603fe8 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 49e037ff2946..bf013d4d4871 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -71,6 +71,9 @@ firewall_logging="NO" # Set to YES to enable events logging firewall_flags="" # Flags passed to ipfw when type is a file ip_portrange_first="NO" # Set first dynamically allocated port ip_portrange_last="NO" # Set last dynamically allocated port +ike_enable="NO" # Enable IKE daemon (usually racoon or isakmpd) +ike_program="/usr/local/sbin/isakmpd" # Path to IKE daemon +ike_flags="" # Additional flags for IKE daemon ipsec_enable="NO" # Set to YES to run setkey on ipsec_file ipsec_file="/etc/ipsec.conf" # Name of config file for setkey natd_program="/sbin/natd" # path to natd, if you want a different one. |
