Connecting across a firewall

There are restrictions on connections when the client application is on one side of a firewall and the server is on the other. Firewall software filters network packets according to network port. Also, it is common to disallow UDP packets from crossing the firewall.

When connecting across a firewall, you must use a set of communication parameters in the CommLinks connection parameter of your application's connection string.

For more information on these parameters see the section “Network communications parameters” in Chapter 4, “Connection and Communication Parameters,” in the Sybase IQ System Administration Guide.

Example

In the following example, the connection string fragment:

No UDP broadcast is carried out because of the DoBroadcast option.

CEng=myeng;Links=tcpip(ClientPort=5050–
5060;Host=myhost;Port=2020;DoBroadcast=NONE)