-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
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.