google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.65k stars 511 forks source link

Question: multiple interfaces #10

Closed aledbf closed 8 years ago

aledbf commented 8 years ago

Is required the use of multiple interfaces? Or it can be the just one or an alias? Context of this question: I want to provide multiple backends in keepalived-vip behind a flag so it's possible to choose between keepalived or seesaw

Thanks

baptr commented 8 years ago

Seesaw shares a VRRP MAC address between the load balancing interfaces on each node, and only brings up that interface when the node is acting as Master, so it really needs both.

aledbf commented 8 years ago

@baptr thanks