reza a écrit :
Hi,

How could I specify a virtual mac address for a virtual ip address to
solve arp problems on switchs/routers ?

---
Reza ISSANY

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
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>

regards,

--
Yann Conan
Formateur/Consultant
[EMAIL PROTECTED]
Téléphone : +33 (0)5 62 19 24 91
Mobile : 06 79 48 05 94
ALIASOURCE - Groupe LINAGORA
20, rue Hermès, Parc Technologique du Canal 31520 RAMONVILLE SAINT AGNE - FRANCE
Téléphone : +33 (0)5 62 19 24 91
Fax : +33 (0)5 62 19 24 92
Site : http://aliasource.fr

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to