summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg/carp_settings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set ↵jim-p2010-06-111-2/+6
| | | | a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.
* Fix typojim-p2010-02-261-1/+1
|
* s/interfaces_carp_configure/interfaces_carp_setup/Ermal Luçi2009-11-241-1/+1
|
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-7/+2
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-2/+2
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-071-1/+0
|
* touch up textChris Buechler2008-02-141-1/+1
| | | | Ticket #1644
* touch up textChris Buechler2008-02-141-17/+17
| | | | Ticket #1644
* global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427Bill Marquette2007-10-171-1/+1
|
* Use pfSync SYNCPEER directive if defined. Ticket #1317Scott Ullrich2007-05-141-0/+8
|
* Fix spelling mistake Pointed-out-by: Summat via IRCScott Ullrich2007-05-021-2/+2
|
* Add a note that you do not use Synchronize IP and password option on backup ↵Scott Ullrich2007-05-021-1/+2
| | | | cluster members.
* Allow synchornize to ip to be blank.Scott Ullrich2007-05-011-13/+14
|
* Capitalize IPScott Ullrich2007-04-301-3/+3
|
* Take into account the DHCP wan ip address as wellScott Ullrich2007-04-301-1/+4
|
* Do not forget VIP's as well.Scott Ullrich2007-04-301-0/+6
|
* Do not allow the setting of the carp sync ip to be an ip address on the same ↵Scott Ullrich2007-04-301-0/+6
| | | | firewall. This leads to a sync loop.
* Move sync schedules underneath firewall rules section for cosmetic bling ↵Scott Ullrich2007-04-231-6/+6
| | | | bling. Suggested-mulitple-times-by: Holger
* Add xml sync schedules optionScott Ullrich2007-04-151-5/+11
|
* Check for valid IP Address when needed.Scott Ullrich2006-08-051-4/+9
| | | | Ticket #1055
* Don't leave CARP cluster in a inconsistent state by not calling ↵Scott Ullrich2006-05-021-4/+5
| | | | interfaces_carp_bring_up_final();
* Axe arp balancing, its pointless, useless, and did I mention useless?Scott Ullrich2006-03-031-11/+0
|
* Services -> FirewallScott Ullrich2006-02-111-2/+2
|
* This should be a checkbox.Scott Ullrich2006-02-011-1/+1
|
* Remove CARP preemption from RELENG_1. Option will stay in HEAD and will ↵Scott Ullrich2006-01-231-12/+0
| | | | | | | need to be fixed but #797 is now fixed for RELENG_1 In-discussion-with: Bill M Huge-issues-found-by: Tmueko
* MFC 9569Scott Ullrich2006-01-221-0/+6
| | | | Add Sync DNS Forwarder settings to CARP Sync
* Tell the user that they really should be using a dedicated interface for pfsyncScott Ullrich2006-01-011-0/+1
|
* Adjust carp bootup sequence. Do not down the interfaces and later up them.Scott Ullrich2005-09-241-2/+0
|
* Note that pressing save will trigger a configuration syncScott Ullrich2005-09-201-1/+5
|
* Sync on change by dirtying the filterScott Ullrich2005-08-311-0/+2
|
* Turn preemption on by defaultScott Ullrich2005-08-311-0/+1
|
* Sync Load Balancer configurationsScott Ullrich2005-08-241-0/+6
|
* <br> before each NOTE: and bold itScott Ullrich2005-08-231-1/+5
|
* Comment out Sync DHCP for time being. Its trashing the sync to ip for the peerScott Ullrich2005-08-231-0/+2
|
* Sync Static RoutesScott Ullrich2005-08-211-1/+7
|
* carp -> virtualipsScott Ullrich2005-08-211-1/+1
|
* Add virtual ip sync.Scott Ullrich2005-08-211-0/+6
| | | | Removes proxyarp entries
* Add WOL syncScott Ullrich2005-08-211-0/+6
|
* Add DHCPD sync settingsScott Ullrich2005-08-211-3/+3
|
* Sync carp settings on changes.Scott Ullrich2005-08-091-1/+7
| | | | Ticket #318
* Add 802.11g only mode for cards that support itScott Ullrich2005-07-291-0/+6
|
* Move CARP around - it's no longer a "service"Bill Marquette2005-07-131-2/+2
| | | | status shows under status menu and all settings are under virtual ips
* Bah, remove carp VIP tab from here too!Bill Marquette2005-07-131-2/+3
|
* Add the option to sync ipsec between multiple hosts for vpn failover.Scott Ullrich2005-07-051-3/+8
|
* Move carp to baseScott Ullrich2005-06-211-0/+122
OpenPOWER on IntegriCloud