* Yann Conan <[EMAIL PROTECTED]> [2008-07-25 10:02 -0400]: > reza a écrit : >> Hi, >> >> >> >> How could I specify a virtual mac address for a virtual ip address to >> solve arp problems on switchs/routers ? >> >> > With The OCF script /usr/lib/ocf/resource.d/heartbeat/IPaddr2, you can > specify a virtual mac address. > ie > <primitive id="P_myip" class="ocf" type="IPaddr2" provider="heartbeat"> > <instance_attributes id="IA_P_C_IPmonclone"> > <attributes> > <nvpair name="ip" value="172.16.1.150" /> > <nvpair name="mac" value="52:54:00:12:34:18"/> > </attributes> > </instance_attributes> > </primitive> >
The documentation in the IPaddr2 RA states that the mac attribute is only used when a ClusterIP is being configured for load balancing. This implies that if a virtual IP address is being used for accessing a single host then the mac attribute has no effect. Is this correct? Regards, Eric _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
