Questions tagged [keepalived]

an open source daemon that implements the VRRP standard.

The keepalived project is an open source implementation of the VRRP protocol as well as a configuration interface to the Linux ipvs framework. VRRP is based on Cisco's proprietary Hot Standby Router Protocol (HSRP) concepts. When these two portions of the application are used in concert, a pair of linux servers can be a stable, low-cost alternative to commercial load balancers.

Cisco has claimed that VRRP is protected under HSRP patents, so using keepalived is legally questionable.

233 questions
0
votes
2 answers

active/active load balancer in linux?

we have 2 haproxy servers in an active passive (keepalived) setup forwarding to a couple apache backends. The load has increased and I'm searching for an active active load balancer solution. Is there anybody that has faced a similar issue? If…
MarceloPrego
  • 46
  • 1
  • 3
0
votes
1 answer

Get status of the master VRRP router Keepalived

I have two Linux routers (RHEL 7) participating in a redundant VRRP configuration provided by the keepalived package version 2.0.20. These two routers used to be running RHEL 6 and keepalived version 2.0.16 but we recently upgraded them to the…
dutsnekcirf
  • 79
  • 1
  • 3
  • 14
0
votes
1 answer

Keepalived: Invalid master transition

We have a two machine keepalived setup where both machines are configured in the same way. vrrp_instance RP_VI_1 { interface eth3 state BACKUP virtual_router_id 61 priority 150 …
Dero
  • 75
  • 1
  • 14
0
votes
0 answers

Does something remember network state at Linux reboot?

I have two systems using keepalived with scripts which run at all state transitions (backup, fault, master). At bootup these scripts document the network configuration (ip addr, ip ro) when they are launched (master state is assumed thus running…
-1
votes
1 answer

Keepalived not executing scripts

I have a few state change scripts executed and they seem to be called on when I view the service status but they never run. If I execute the script manually it works fine. Any thoughts? Using Deb9.
user206106
  • 85
  • 1
  • 9
-1
votes
2 answers

How does loadbalancers like haproxy and keepalived implement failover/high-availability for themselves, in case the machine they are running dies?

I'm trying to understand how my load balance software does not become a single-point-of-failure. Do load-balancing software usually support failover/ha for themselves?
-1
votes
1 answer

What FLOSS linux software should I use for high-availability on an FTP server on vmware?

I don't mean this as an opinion-based question. I want to know if my assumption is correct to use a network-oriented tool (keepalived) as opposed to a cluster-oriented tool (heartbeat) in a scenario where I want to have several linux FTP servers…
MattBianco
  • 587
  • 1
  • 6
  • 23
-1
votes
1 answer

LVS Keepalived connection between master and backup

I configured two lvs keepalived servers. The first is master server, ip 10.1.88.76, iptables closed. The second is backup server, ip 10.1.88.77, iptables closed. the network connection between two servers is ok (verified by ping) But, the problem is…
user1111073
  • 3
  • 1
  • 3
1 2 3
15
16