(9796) TCP/IP Services FTP Connection Limit?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9796) TCP/IP Services FTP Connection Limit?

Post by User » Thu Aug 12, 2004 9:26 am

We are running an FTP server and sometimes the FTP server stops responding. We
found that the server at that moment receives more that eight requests per
second.

Here are some messages we get:

%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:57.53
%TCPIP-I-FTP_USER, user name: JOHN
%TCPIP-I-FTP_SESDCN, FTP SERVER: session disconnection from 192.168.130.17 at
12-AUG-2004 13:49:57.74
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:57.75
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:57.89
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:58.01
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:58.15
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:58.28
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.17 at
12-AUG-2004 13:49:58.40
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:58.42
%TCPIP-I-FTP_SESCON, FTP SERVER: session connection from 192.168.130.220 at
12-AUG-2004 13:49:58.65

In the tuning and troubleshooting guide, it is suggested that the default
connection request limit should be raised (section 2.2.3, page 2-16)

We looked through all documentation, but could not find a clue on how to do this.

We think it has also to do with the 500 connection requests per minute limit ,
but no trace about any logical to be set.

Can anyone get us going again?

Thanks,

Paul,
paul.janssen@intrinsic.be


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9796) TCP/IP Services FTP Connection Limit?

Post by Wizard » Fri Aug 13, 2004 9:26 am

Please first ensure you have the currentTCP/IP Services version and
ECO installed.

As for the connection limit, use the4 TCPIP utility to display the
FTP service (SHOW SERVICE FTP/FULL) and to alter the limit (SET
SERVICE FTP/LIMIT=n).

Locked