Force LDAP to listen on 2 IPs

I have 2 Solaris Server. Each with 2 NICs. Both are configured as a cluster, and have the LDAP service running.

NIC #1 has an IP-Adress in a 192 net

NIC #2 has an IP-Adress in a 13 net

Right now the LDAP service ist listening on NIC #1 (192.x.x.x), but I need the LDAP Service to listen on both interfaces (NIC #1 & #2).

LDAP parameters set in notes.ini:

LDAPNoAutoStartRepairDIT=1

LDAPNotesPort=TCPIP

LDAPSERVER=ldap://192.XXX.XXX.XXX:389

LDAPSERVERSSL=ldap://192.XXX.XXX.XXX:0

Does anyone know a notes.ini parameter to solve my problem? Or any other suggestions???

Thanks

Nico

Subject: Force LDAP to listen on 2 IPs

by default all notes tasks listen on all active addresses, they have to be told specifically if you want them to listen only on a selected address.

all i can think of is removing these entries

LDAPNotesPort=TCPIP

LDAPSERVER=ldap://192.XXX.XXX.XXX:389

LDAPSERVERSSL=ldap://192.XXX.XXX.XXX:0

as they’re what’s binding ldap to the single address

i don’t know if domino will put them back in or not but it’s worth a try. you can just put an exclmation mark (!) in front of them to comment them out (it saves having to rememeber what you took out if you need to put them back)

Subject: RE: Force LDAP to listen on 2 IPs

Unfortunately your hint didn’t work. I Also read in the helpfile, that, by default, the Domino Server listens on all active adresses. I Removed the lines from the notes.ini, but the server adds them to the end of the notes.ini as soon as the server is started.I have a second partition on both machines (partitioned server) but they are not used yet.

Also, the second NIC is configured es Default Cluster Port - could that cause the problems??