HP News Feed
2007-05-17 09:42:48 UTC
A customer has asked me how Sybase allocates ports for client connections to
Sybase SQL Server 11.0 on OpenVMS. I know that the server listens on a
specific port for connection requests, in this case port 5010. I can see
using 'netstat -a' on the client PC that both application and ISQL sessions
to the server have an ESTABLISHED link to that port on the server, using a
port on the client. e.g. :
TCP MyClient:1177 MyServer:5010 ESTABLISHED
TCP MyClient:1186 MyServer:5010 ESTABLISHED
TCP MyClient:1194 MyServer:5010 ESTABLISHED
The top two (ports 1177 and 1186) are application connections, the bottom
one (port 1194) is an ISQL session.
My customer is planning on implementing a firewall between clients and
server, and needs to be able to allow/deny traffic on specific ports.
Consequently he needs to know the range of client-side ports that Sybase
will use for these connections. I have reviewed the documentation and
searched the internet but cannot find any information on the port ranges
that will be used. Are these fixed ? Configurable ? Any information would
be welcome.
Thanks,
Steve.
Sybase SQL Server 11.0 on OpenVMS. I know that the server listens on a
specific port for connection requests, in this case port 5010. I can see
using 'netstat -a' on the client PC that both application and ISQL sessions
to the server have an ESTABLISHED link to that port on the server, using a
port on the client. e.g. :
TCP MyClient:1177 MyServer:5010 ESTABLISHED
TCP MyClient:1186 MyServer:5010 ESTABLISHED
TCP MyClient:1194 MyServer:5010 ESTABLISHED
The top two (ports 1177 and 1186) are application connections, the bottom
one (port 1194) is an ISQL session.
My customer is planning on implementing a firewall between clients and
server, and needs to be able to allow/deny traffic on specific ports.
Consequently he needs to know the range of client-side ports that Sybase
will use for these connections. I have reviewed the documentation and
searched the internet but cannot find any information on the port ranges
that will be used. Are these fixed ? Configurable ? Any information would
be welcome.
Thanks,
Steve.