Skip to content

LVS support #107

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions