|
Lines 52-57
Link Here
|
| 52 |
ip_portrange_last="NO" # Set last dynamically allocated port |
52 |
ip_portrange_last="NO" # Set last dynamically allocated port |
| 53 |
ipsec_enable="NO" # Set to YES to run setkey on ipsec_file |
53 |
ipsec_enable="NO" # Set to YES to run setkey on ipsec_file |
| 54 |
ipsec_file="/etc/ipsec.conf" # Name of config file for setkey |
54 |
ipsec_file="/etc/ipsec.conf" # Name of config file for setkey |
|
|
55 |
ike_enable="NO" # Set to YES to run an IKE daemon |
| 56 |
ike_program="/usr/local/sbin/racoon" # Which IKE daemon to run |
| 57 |
ike_flags="" # Additional flags to pass to IKE daemon |
| 55 |
natd_program="/sbin/natd" # path to natd, if you want a different one. |
58 |
natd_program="/sbin/natd" # path to natd, if you want a different one. |
| 56 |
natd_enable="NO" # Enable natd (if firewall_enable == YES). |
59 |
natd_enable="NO" # Enable natd (if firewall_enable == YES). |
| 57 |
natd_interface="fxp0" # Public interface or IPaddress to use. |
60 |
natd_interface="fxp0" # Public interface or IPaddress to use. |