From 08dd5f097bde6b584d78983db32af9285fe5fa82 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 13 Jan 2005 19:57:36 +0000 Subject: Add initial carp implementation to test GUI. Still needs backend logic to setup the GUI portion --- packages/carp.xml | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 packages/carp.xml (limited to 'packages') diff --git a/packages/carp.xml b/packages/carp.xml new file mode 100644 index 00000000..353fffc1 --- /dev/null +++ b/packages/carp.xml @@ -0,0 +1,162 @@ + + + carp + + + CARP Settings + CARP is a tool to help achieve system redundancy, by having multiple computers creating a single, virtual network interface between them, so that if any machine fails, another can respond instead, and/or allowing a degree of load sharing between systems. CARP is an improvement over the Virtual Router Redundancy Protocol (VRRP) standard. It was developed after VRRP was deemed to be not free enough because of a possibly-overlapping Cisco patent. +
Services
+ pfstat.xml +
+ + ['carp'] + + + VHID Group + vhid + + + Virtual IP Address + ipaddress + + + Advertising Frequency + advskew + + + Synchronize State + pfsync + + + Load Balancing + balancing + + + Premption + premption + + + + + + VHID Group + vhid + Enter the VHID group that the machines will share + select + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Virtual IP Address + ipaddress + Enter the IPAddress that you would like to share on both machines + input + + + Advertising Frequency + advskew + The frequency that this machine will advertise + select + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Synchrnoize State + pfsync + PFSync transfers state insertion, update, and deletion messages between firewalls. Each firewall sends these messages out via multicast on a specified interface, using the PFSYNC protocol (IP Protocol 240). It also listens on that interface for similar messages from other firewalls, and imports them into the local state table. + checkbox + + + Load Balancing + balancing + If this feature is enabled, CARP source-hashes the originating IP of a request. The hash is then used to select a virtual host from the available pool to handle the request. This is disabled by default. + checkbox + + + Premption + premption + When preemption is enabled, each CARP host will look at the advskew (Advertising Frequency) parameter in the advertisements it receives from the master, to try to determine whether it can advertise more frequently. If so, it will begin advertising, and the current master, seeing that there is another host with a lower advskew, will bow out. + checkbox + + + + function sync_package() { + global $config; + /* create /usr/local/etc/rc.d/carp.sh here */ + + } + sync_package(); + + + sync_package(); + + + + + +
-- cgit v1.2.3