| Hello,
I had the same problem. The patch you are looking for can be found at
guru::"patches/osf/v4.0b" (decnet) or
http://www-rle.zuo.dec.com/Topic/PATCH/patch.html
Hope this helps.
Regards,
Vitor.
This has been extracted from the README file :
============================ << START OF PATCH >> ==============================
NEW PatchID: 38.00
PATCH ID: OSF410-400144 SUBSET(s): OSFCLINET410
********************************************************************************
Recommendation - install on all Digital UNIX systems.
PROBLEM: (MCPMC0L3C/QAR 50410) (Patch ID: OSF410-400144)
********
Problem - If you ftp to an IBM MVS system using the IP address, the IBM system
will refuse the connection.
This problem can be encountered on any system that validates TOS (Type Of
Service) requests if the file /etc/iptos is not used on the client.
How to recognize this problem:
If you attempt to ftp to any system that validates TOS requests, you may see
the following:
ftp> open <ip address of dest host>
Connected to <ip address of dest host>
220-FTPSERV1 IBM MVS V3R1 at SAC1, 12:08:49 on 1996/12/11
421 Service not available, remote server has closed connection
but it may work if you give the hostname of the system instead of the
ip address.
If you were running tcpdump, tracing the connection, you would see
12:26:20.076128 irvingirving.cxo.dec.com.2296 > mvssac1.rac.mci.com.ftp: S
1419648000:1419648000(0)
win 32768 <mss 1460,nop,[|tcp]> (DF)
12:26:20.176656 mvssac1.rac.mci.com.ftp > irvingirving.cxo.dec.com.2296: S
447244900:447244900(0)
ack 1419648001 win 65535 <mss 4312>
12:26:20.176656 irvingirving.cxo.dec.com.2296 > mvssac1.rac.mci.com.ftp: .
ack 1 win 33580 (DF)
12:26:20.274256 mvssac1.rac.mci.com.ftp > irvingirving.cxo.dec.com.2296: P
1:60(59) ack 1 win 65535
12:26:20.366000 irvingirving.cxo.dec.com.2296 > mvssac1.rac.mci.com.ftp: .
ack 60 win 33580 (DF)
[tos 0xa6] <<<<<----NOTICE THIS!!!
12:26:20.461648 mvssac1.rac.mci.com.ftp > irvingirving.cxo.dec.com.2296: R
447244960:447244960(0) win 0
In the above trace, the connection is rejected because the TOS (Type Of
Service) field contains an invalid value. This problem can be avoided by
using a /etc/iptos file as noted in the man page. However, the TOS field
should never have this invalid value and that is the reason for the patch.
FILE(s):
/usr/bin/ftp subset OSFCLINET410
CHECKSUM: 63471 120 RCSfile: ftp.c RCS: 4.2.35.2
-----------------------------------------------------
|