R
Rob Fitzpatrick
Guest
Are you specifying -minport/-maxport on your connection brokers? You should have unique, non-overlapping port ranges for each one. It makes firewall configuration and troubleshooting of issues like this one much more straightforward. If a client connects to the broker (-S port) but can't connect to the assigned server port (between -minport and -maxport inclusive) then you will have a pending connection. Check that the firewall(s) between clients and server allow connections to the server on all required broker and server ports.
Continue reading...
Continue reading...