Hi there,<br><br>I'm working on deploying an Active/Active openldap cluster.<br><br>At first, I have 2 nodes.<br><br>I'm having some troubles with IPv6addr when trying to assing an IPv6 to the loopback interface.<br>

<br>The error is not very explicit:<br><br>IPv6addr: [1563]: ERROR: no valid mecahnisms //(yes, malformed word included)<br><br>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.<br>

Something like this:<br><br>ifconfig lo add fc00::10/7<br>ifconfig lo del fc00::10/7<br><br>To monitor:<br><br>ifconfig lo | grep fc00::10<br>if [ $? -ne 0 ] then;<br>don't have that ip on loopback<br>else<br>we have that ip on loopback<br>

fi<br><br>What do you think?<br><br><br>Best regards.<br>-- <br>/* Arturo Borrero Gonzalez || <a href="mailto:cer.inet@linuxmail.org" target="_blank">cer.inet@linuxmail.org</a> */<br>
/* Use debian gnu/linux! Best OS ever! */<br><br>