Connecting Across a Firewall

Set the CommLinks connection parameters in your application's connection string to connect 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.
In this example, the connection string fragment:
CommLinks=tcpip(UseUDP=OFF;ClientPort=5050-5060;Host=myhost;Port=2020;Eng=myiq)

Additional Information

Administration: Database > Connection and Communication Parameters

Related concepts
Connecting Using ODBC
Connecting Using JDBC
Connecting Using OLE DB
Running the Client and Server On the Same System
Network Issues for SAP Sybase IQ Servers
Related tasks
Connecting Using Open Client