Hi there,

I'm working on deploying an Active/Active openldap cluster.

At first, I have 2 nodes.

I'm having some troubles with IPv6addr when trying to assing an IPv6 to the
loopback interface.

The error is not very explicit:

IPv6addr: [1563]: ERROR: no valid mecahnisms //(yes, malformed word
included)

Adding an IPv6 addr to the loopback interface is possible with ifconfig, so
maybe I should write a new IPv6addr RA that manage IPv6addr on loopback with
ifconfig.
Something like this:

ifconfig lo add fc00::10/7
ifconfig lo del fc00::10/7

To monitor:

ifconfig lo | grep fc00::10
if [ $? -ne 0 ] then;
don't have that ip on loopback
else
we have that ip on loopback
fi

What do you think?


Best regards.
-- 
/* Arturo Borrero Gonzalez || cer.i...@linuxmail.org */
/* Use debian gnu/linux! Best OS ever! */
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker

Reply via email to