Skip to content

LVS support #107

@rudgab

Description

@rudgab

In order to avoid the ARP problem with direct routing under LVS one has to assign IPV4/IPV6 aliases to the loopback device.
Under rhel7 a /etc/sysconfig/network-scripts/ifcfg-lo.0 file is needed with:

DEVICE=lo
IPADDR=10.10.0.1 # or something
IPV6ADDR=abc::1
NETMASK=255.255.255.255
NM_CONTROLLED=no

Is this feasible?

Regards,

R.G.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions