Hi there. Am looking to see if the community has had this experience, and if not, maybe some feedback or suggestions: Environment: RSA Auth Manager 8.1, (1) Primary, (3) Replicas The Primary has (2) Directory URL servers configured - both Windows 2008 AD VM's Issue: Whenever the Primary Directory URL server is offline, the Primary RSA instance cannot successfully connect to the 2nd AD/DC. I've also tried using the IP address instead of FQDN, that makes no difference. I've also tried swapping the order of the Directory URL servers, that makes no difference either. The same results occur, A.M. can always talk to the Primary Directory URL server, no matter which one is configured, as soon as the Primary is turned off, A.M. cant establish successful connection with the Failover URL server, demonstrated by what looks like TCP/RST coming from the AD/DC Additionally, the FQDN in use is not configured as a DNS Round Robin. Windows Firewall is turned off on both AD/DC's.. and these are vSphere VM's by the way. from the A.M. Primary I can successfully run "openssl s_client -connect 10.100.0.91:389" to that Failover Directory URL server, and the connection succeeds I'm providing 4 lines of packet analysis from TCPDump from the A.M. primary.. the A.M. Primary is 10.100.2.167 the Failover URL server is 10.100.0.91
the sample above will also occur if I move 10.100.0.91 to be the Primary Directory URL server, and then when the same tests are ran, the exact same behavior occurs on the other AD/DC, which was previously able to connect when it was configured as the Primary Directory URL server If anyone has any ideas, it would be much appreciated. Have spent a LOT of time on this so far, and am running out of ideas. Was thinking next approach is to run Wireshark on the AD/DC side and compare, perhaps something else is happening that we’re missing from the TCPdump on the A.M. appliance asked 03 Feb ‘15, 16:49 kapshure edited 04 Feb ‘15, 01:16 SYN-bit ♦♦ |
One Answer:
From these 4 packets, one can only assume the following:
BTW, why are you using LDAP over SSL on port 389 and not on 636? Are you able to share the faulty and good session setup on www.cloudshark.org so that we can have a look at the difference? Only the first 6 packets of each stream will suffice for now. answered 04 Feb '15, 01:27 SYN-bit ♦♦ |