You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: