TCP handshake between servers
scenario is
Server1(192.168.31.65)-fortigateA---MPLS_VPN---fortigateB-Server2(172.16.31.23)
we are making ADC on fortigateB side
whenever server2 check for specific port like 3268,3269,88 towards Server1 used in Active Directory environment with following command all went normal all ports in listening state
Test-Netconnection 192.168.31.65 -port 3269
but whenever we do from server1 towards server2 ports like (389,88,3268 ) are closed
Test-Netconnection 172.16.31.23 -port 3269
we have checked on rules are services and source or destination are fine on both sides , but problem always from server1 side
following is pic from server1 side

what could be the reason here
