Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LVS support #107

Open
rudgab opened this issue Jul 27, 2016 · 1 comment
Open

LVS support #107

rudgab opened this issue Jul 27, 2016 · 1 comment

Comments

@rudgab
Copy link

rudgab commented Jul 27, 2016

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.

@razorsedge
Copy link
Owner

It looks possible. It will require some research.

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

No branches or pull requests

2 participants