diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-05 16:53:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-05 16:53:16 +0000 |
commit | c93e8db6f54483cbca9b989478795e8276aae960 (patch) | |
tree | 670b3bd1ce542144772ee2579091df604509093f /usr | |
parent | d27343c210b22d055dfdf57846e29e0b52db9416 (diff) | |
download | pfsense-c93e8db6f54483cbca9b989478795e8276aae960.zip pfsense-c93e8db6f54483cbca9b989478795e8276aae960.tar.gz |
Add the option to sync ipsec between multiple hosts for vpn failover.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/pkg/carp_settings.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml index 3c1c215..22fac89 100644 --- a/usr/local/pkg/carp_settings.xml +++ b/usr/local/pkg/carp_settings.xml @@ -99,6 +99,12 @@ <type>checkbox</type> </field> <field> + <fielddescr>Synchronize ipsec</fielddescr> + <fieldname>synchronizeipsec</fieldname> + <description>When this option is enabled, this system will automatically sync the ipsec rules over to the other carp host when changes are made.</description> + <type>checkbox</type> + </field> + <field> <fielddescr>Synchronize traffic shaper</fielddescr> <fieldname>synchronizetrafficshaper</fieldname> <description>When this option is enabled, this system will automatically sync the traffic shaper rules over to the other carp host when changes are made.</description> @@ -109,8 +115,7 @@ <fieldname>synchronizetoip</fieldname> <description>Enter the IP address of the firewall you would like to synchronize your rules to.</description> <type>input</type> - <note>Note: CARP sync is currently only supported over http connections - make sure the remote system's - WebGUI protocol is set to this!</note> + <note>Note: CARP sync is currently only supported over http connections - make sure the remote system's WebGUI protocol is set to this!</note> </field> <field> <fielddescr>Remote System Password</fielddescr> @@ -119,4 +124,4 @@ <type>password</type> </field> </fields> -</packagegui> +</packagegui>
\ No newline at end of file |