Subject Zebedee and RemoteAuxPort
Author colinriley666
I am trying to attempt something like the following:

I need to be able to connect to firebird databases on a multitude of
remote servers using zebedee.

I define the connection strings as:

for remote 1 : localhost/10001:myAlias
for remote 2 : localhost/10002:myAlias
etc.

Each server has RemoteAuxPost = 3051 in Firebird.Conf, and starts
zebedee to listen on ports 3050 and 3051.

The client starts zebedee with:
10001:<ip-addr of server1>:3050
10002:<ip-addr of server2>:3050
etc.

If I specify to zebedee on the client :
3051:<ip-addr of server1>:3051
Then my application starts up fine on the client when connecting to
remote1. Without it, I get a message something like "unable to
create secondary connection".

How should I specify the 3051 port when I want to connect to more
than 1 server? Our firewalls are VERY strict, and basically only
open the zebedee default port 11965.

regards, Colin