This directory contains IP implementations for VAX/VMS versions 4.4-4.7 and 5.x (at least thru 5.5). The packages here used to be known as CMU/Tek-IP and were licensed and distributed thru Carnegie Mellon University. As of 01-Dec-1992 CMU dropped support of the package and eliminated the licensing requirement - so this package is now freely distributable. To help emphasize this change its name has also changed to CMU-OpenVMS/IP. Its future? Right now (Jan 1993) nobody really knows. There's a few people not associated with CMU that have recently worked quite hard to improve the package (notably Henry Miller for the IPACP 'kernel' and such, John Clement for telnet and R-services, and Tom Allebrandi for NFS). They and others may choose to continue trying to provide pseudo-support, or they may go in another direction. Whatever happens, this package is quite cost-effective and you get MUCH MORE than you pay for! Oh yes - this release contains complete program source, written in Bliss-32! If you are unfamiliar with this package and want to know more, grab the manual (contained within the saveset ./vms-v5/cmuip066.d) and read it over. (Documentation is provided in both PostScript and BookReader format). The discussion list can currently be subscribed to by sending a request to cmu-openvms-ip-request@drycas.club.cc.cmu.edu, or check out the NetNews group vmsnet.networks.cmu-openvms-ip (formerly vmsnet.networks.cmu-tek). The files are in a special VMS-compressed format. You need to use the program 'LZDCMP' (available in this archive) to reconstruct the original files (one nice feature of this method is that the original file attributes are restored as well as the file data). Using LZDCMP is described later in this document. PLEASE NOTE that this software is being distributed by this site as a convenience to the network community - CSU Sacramento does *not* offer any form of support, endorsement, or assistance with the product so please do not ask - rather, post questions to the NetNews group or the mailing list (cmu-openvms-ip@drycas.club.cc.cmu.edu). Following is the contents of the original README file that was posted when this software was first released to the world. It contains important retrieval information that describes how to download the files. (The text has been altered subtly to reflect the correct directory paths in use here). --------------- Congratulations! You've found a mirror FTP site for CMU-OpenVMS/IP V6.6-5 and V6.3. First, an official note... **************************************************************** Copyright (c) 1992, Carnegie Mellon University All Rights Reserved Permission is hereby granted to use, copy, modify, and distribute this software provided that the above copyright notice appears in all copies and that any distribution be for noncommercial purposes. Carnegie Mellon University disclaims all warranties with regard to this software. In no event shall Carnegie Mellon University be liable for any special, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data, or profits arising out of or in connection with the use or performance of this software. **************************************************************** Now for fetching and (brief) installation instructions... For VMS V5.0 and higher ----------------------- The files you need are located in /pub/cmuip/vms-v5. They consist of five files which should be copied using an IMAGE transfer mode. These files are: cmuip066.a_z (primary installation procedures) cmuip066.b_z (installable programs, help files, and command procs) cmuip066.c_z (sources in BACKUP savesets) cmuip066.d_z (documentation: .SDML, .DECW$BOOK, and .PS) lzdcmp.exe (decompression utility to restore savesets) Once you've fetched all five files, define the command: $ LZDCMP :== $dev:[dir]LZDCMP Then, to uncompress the savesets: $ LZDCMP CMUIP066.A_Z CMUIP066.A $ LZDCMP CMUIP066.B_Z CMUIP066.B $ LZDCMP CMUIP066.C_Z CMUIP066.C $ LZDCMP CMUIP066.D_Z CMUIP066.D To install the software: $ @SYS$UPDATE:VMSINSTAL CMUIP dev:[dir] OPTIONS N from a suitably privileged account. No electronic mail interface is included with the CMU-OpenVMS/IP package. We recommend Matt Madison's MX package which can be obtained using ANONYMOUS FTP from FTP.SPC.EDU. For VMS V4.4 through V4.7 ------------------------- The files for CMU-OpenVMS/IP V6.3 are located in /pub/cmuip/vms-v4. There are many files here, all in VMSINSTAL savesets *.a through *.d. For each kit, the .a saveset contains the primary installation procedure, .b has the actual program and necessary command definitions and help files, .c contains a BACKUP saveset of the sources for that module, and .d contains the Scribe source and resulting PostScript documentation. The savesets have been compressed using the LZ programs provided in this directory. To uncompress the savesets, you should fetch (using IMAGE mode) lzdcmp.exe. Then, for each saveset transferred (again, using IMAGE mode): (once) $ LZDCMP :== $dev:[dir]LZDCMP $ LZDCMP saveset.x_Z saveset.x Each package is installed using: $ @SYS$UPDATE:VMSINSTAL packagename dev:[dir] OPTIONS N from a suitably privileged account. If the files have been listed with a numeric order on the left, then those in that section should be installed in that particular order due to dependencies in the latter packages. The files are required for installing the base CMU-OpenVMS/IP V6.3: 1) IPDRIVER063 provides the IP: device 2) IPACP063 provides the ACP which goes with the IP: device 3) NAMSRV022 DNS resolver Basic primary utilities: NETEXIT063 NETEXIT command to shut down CMU-OpenVMS/IP NETSTAT063 Information about the currently running IPACP NETLOG063 To enable logging for debugging purposes HOSTNM010 Performs DNS lookups from the command line For TELNET: 1) PTY047 Pseudo-terminal drivers 2) TELNET024 TELNET and TELNET_SERVER For FINGER: FINGER024 FINGER and FINGER_SERVER For FTP: FTP026 FTP and FTP_SERVER For LPR: LPRSMB012 Symbiont for remote (outgoing) printers LPR_SERVER020 LPR server for local printers accessed from remote For E-Mail: 1) MAILSMB026 Symbiont used for mail queues 2) SMTP_SERVER026 SMTP server for incoming mail SMAIL026 Separate program for sending outgoing E-Mail INET_MAILSHR020 Program to use MAIL with INET%"user@node" addresses