Subject Re: [ib-support] Remote Connection
Author Helen Borrie
At 12:34 PM 27-12-01 +0100, you wrote:
>I need to connect an IB server throught Internet, my server has a static IP.
>I try in IBConsole but it crashes.
>
>I must open a particolar TCP port on my server (3050?)?
>Thanks......

Yes, make sure the server is listening on port 3050.

If the server is Windows NT, 2K or XP, your connection string will be:

theserver.com:d:\databases\mydatabase.gdb

If it is a Linux server, the connection string will be:

theserver.com/usr/databases/mydatabase.gdb

Make sure that you have an entry in the client's HOSTS file, consisting of the IP address of the server followed by whitespace followed by theserver.com (or whatever it is called). If it doesn't have a name, make one up.

Test it with ping first to make sure the server is there. (ping theserver.com from the console display or the Run.. box)

cheers,
Helen