Keepalived for Linux

Web Name: Keepalived for Linux

WebSite: http://keepalived.org

ID:191722

Keywords:

Keepalived,for,Linux,

Description:

Keepalived is a routing software written in C. The main goal of this project is to provide simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures. Loadbalancing framework relies on well-known and widely used Linux Virtual Server (IPVS) kernel module providing Layer4 loadbalancing. Keepalived implements a set of checkers to dynamically and adaptively maintain and manage loadbalanced server pool according their health. On the other hand high-availability is achieved by VRRP protocol. VRRP is a fundamental brick for router failover. In addition, Keepalived implements a set of hooks to the VRRP finite state machine providing low-level and high-speed protocol interactions. In order to offer fastest network failure detection, Keepalived implements BFD protocol. VRRP state transition can take into account BFD hint to drive fast state transition. Keepalived frameworks can be used independently or all together to provide resilient infrastructures. Keepalived is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Keepalived main website doesn't offer package for any Linux distribution, it only provides source code and code repository. Most of Linux distribution are offering Keepalived package as a mainline package and package maintainers are making a great job maintaining and reporting issues about it. [June 13, 2020] Keepalived version 2.1.0 is out. There is lot of improvements and hardwork revisiting the whole code to make it even stronger. This release target carrier-grade quality and requirements. We also changed the release process to replace previous one by Release Notes. [January 22, 2020] Keepalived version 2.0.20 is out ! We are happy to announce it to be really really STABLE after strong debugging iterations done during last year. We are now going to push some new features and extensions. [May 26, 2019] Created Keepalived Twitter Account. Will publish release announces and updates. [May 24, 2019] Created Keepalived Users Group at Groups.io. This group will replace old SourceForge Keepalived mailing list (keepalived-devel and keepalived-announce). Unfortunately I cant relocate current membership to new Group since SF removed this feature. [May 16, 2019] Design a new LOGO for Keepalived. You can access LOGO here or in the download section. [October 21, 2018] This short note to encourage every package mainteners to update keepalived distro package. Most of current version shipped with major distro are stuck to 1.3.X release. Keepalived code present in git master branch must be considered as stable and futur proof. We do not backport bugfixes and extensions to previous release, dev circle is an allways forward release process. So you are strongly encouraged to upgrade to last 2.X release which provides extensive work, extensions and bugfixes. [May 26, 2018] Dear Keepalived Users and companies using it. Keepalived Core-Team has just released MAJOR release with version code 2.0.0. This Release is the fruit of around 2years of hard work and we would appreciate your feedback and broadcast this announce all over. This release enhance lots of software components targetting high performances. Thanks for your attention support.-- Alexandre 2021-08-21 | Release 2.2.4 This release fix some minor build issues brought by last release. All coverity open issues are fixed. Refer to Release Notes for more infos. 2021-08-14 | Release 2.2.3 This release add some new features and fix some minor bugs. genhash utility is now part of the mainline daemon. Refer to Release Notes for more infos. 2021-03-05 | Release 2.2.2 This release fix some minor systemd integration issues. Its drops old kernel related support. Refer to Release Notes for more infos. 2021-01-17 | Release 2.2.1 This release fix some minor regressions brought by last release. Refer to Release Notes for more infos. 2021-01-09 | Release 2.2.0 This release bring a bunch of new features and extensions. This release targetted corner cases and resilient handling. This release is a major milestone for us ! please consider upgrading, this is the fruit of hard stabilization and non-regression effort. Refer to Release Notes for more infos. 2020-07-13 | Release 2.1.5 This is a minute fix release, fixing regression on include directive. Refer to Release Notes for more infos. 2020-07-10 | Release 2.1.4 This release extend some documentation elements. Some fix for the building process. DNS_CHECK fix and extensions. Properly handle ipvs_sync_daemon. Refer to Release Notes for more infos. 2020-06-23 | Release 2.1.3 This release fix 2 uninitialized list which can lead to a SEGV when using track_process or track_bfd. There are some minor fixes, IPVS configurations improvements and some cosmetics. Refer to Release Notes for more infos. 2020-06-14 | Release 2.1.2 This is a minute fix release. Refer to Release Notes for more infos. 2020-06-13 | Release 2.1.0 Lot of efforts have been put all together to make this new release even more robust. Refer to Release Notes for more infos. 2020-01-22 | Release 2.0.20 Fix track process and track script features. Some BFD extensions and cleanup. Reworked debug configuration. Snap updates. Docker updates. Add support to set pref lft for static and virtual IPv6 addresses. Refer to ChangeLog for more infos. 2019-10-19 | Release 2.0.19 Fix minor IPVS features support. Extend BFD to support more than one BFD instance with a neighbour. Extend nftable support. Script timeout extension. Properly filter IGMP/MLD packets on VMAC interface. Refer to ChangeLog for more infos. 2019-07-26 | Release 2.0.18 Add support to IPVS new GUE tunnel type. New feature 'weight reverse' available in all trackers. Resolve all outstanding coverity issues. Some fixes and performance extensions. Refer to ChangeLog for more infos. 2019-06-25 | Release 2.0.17 New feature to define process CPU affinity. Add support to ipvlan. Add support to http status_code group. New feature to support HTTP_GET fast_recovery. Send GARP/NA when leaving fault state if using unicast. SMTP notifier extensions. Code revisiting to use const where appropriate. Fix issues reported by coverity. misc fixes, extensions, code clean-up. Refer to ChangeLog for more infos. 2019-05-03 | Release 2.0.16 fix namespace handling. Fix DBus issue while reloading. New feature quorum_max for track_process. Misc fix while reloading. Refer to ChangeLog for more infos. 2019-04-04 | Release 2.0.15 Fixes for compilation on CentOS7 & Alpine. Add option to flush IPVS topology on shutdown. Add option to skip deleting real servers on shutdown or reload. Refer to ChangeLog for more infos. 2019-03-24 | Release 2.0.14 Fix some compilations warnings and add support to strong compiler checkings. Fix BFD segfault while reloading. Fix checkers while reloading immediately after startup. Add support to vrrp_startup_delay. Refer to ChangeLog for more infos. 2019-02-19 | Release 2.0.13 VRRP ingress packet processing perf. Handle interface MAC addresses changing. Fix handling of VMACs with multiple reloads. Refer to ChangeLog for more infos. 2019-01-26 | Release 2.0.12 Improve VRRP ingress packet processing. Some cosmetics and dead code isolation before remove. Extend VRRP vitual routes handling by impacting instance state upon route deletion. Some VRRP packet processing optimizations. Refer to ChangeLog for more infos. 2019-01-06 | Release 2.0.11 Add support to nftables. Extend VRRP framework to support efficient process tracking (vrrp_track_process). Some scheduler fix while handling child process. SNMP fix. JSON refactoring. Refer to ChangeLog for more infos.

TAGS:Keepalived for Linux 

<<< Thank you for your visit >>>

Keepalived provides robust High-Availability and Load Balancing features for Linux critical infrastructures

Websites to related :
Insecure.Org - Nmap Free Securit

  The Nmap Project is pleased to announce theimmediate, free availability of the Nmap Security Scanner version 7.00 fromhttps://nmap.org/. It is the pro

Matchr - Find The Best HR Softwa

  Scholarship Matchr is proud to offer one $1,000 scholarship to an undergraduate or graduate college student who has shown achievement in college and a

Homepage | HJF

  Henry M. Jackson Foundation for the Advancement of Military Medicine Advancing Military Medicine Contact HJF We are dedicated to serving our nation's

Electro Star Industrial Coating

  Electro Star has 40 years of experience in providing precision dielectric powder coating services to companies across the United States. Our facilitie

Venta de refacciones para maquin

  65años de experiencia y las marcas de mayor prestigio, en artículos y refacciones industriales, a su servicio.Sellado, Control y Medición de Fluido

Home it - Prima Electro

  Partner tecnologico altamente strategico, Prima Electro è attiva da oltre 40 anni nel mercato dell elettronica embedded. Progetta, ingegnerizza e pro

Miss FD : Gothic, electro-indust

  Miss FD Releases New Flow Movement Inspired Three-Song EP "Adore" June 18, 2021 June 18th, 2021 Fort Lauderdale, FL - Dark Synth music producer Miss F

Beverage Manufacturer - Tropical

  We Produce High Quality Fruit Juice-Based Beverage Mixes and Soda Syrups.Florida Natural Flavors is the premier manufacturer of the highest quality fr

Frozen Ocean

  4415 Vanderstouw Rd. Auburn, NY585-721-6316Copyright 2017 Frozen Ocean MX.

The Institute For Worship Studie

  Privacy cookies: This site uses cookies and collects certain data in order to provide services to our users. For more information, read our Privacy

ads

Hot Websites