home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!PURCCVM.BITNET!REXB
- Message-ID: <IBMTCP-L%93012809005114@PUCC.PRINCETON.EDU>
- Newsgroups: bit.listserv.ibmtcp-l
- Date: Thu, 28 Jan 1993 08:07:32 EST
- Sender: IBM TCP/IP List <IBMTCP-L@PUCC.BITNET>
- From: Rex Bontrager <REXB@PURCCVM.BITNET>
- Subject: Re: Multiple MVS Telnet Servers
- In-Reply-To: Message of Wed,
- 27 Jan 1993 12:59:18 EST from <ALLEN@WVNVM.WVNET.EDU>
- Lines: 40
-
- On Wed, 27 Jan 1993 12:59:18 EST Allen L. Daugherty said:
- >We have found a need to have 2 Telnet servers running under MVS.
-
- >One possibility that doesn't look like would work would be to run a
- >second Telnet server in the TCP/IP address space using a different
- >port number. This server would be associated with a different set of
- >VTAM options including a different DEFAULTAPPL parameter. Am I correct
- >that this will not work?
-
- You are correct.
-
- >A second possibility is to run a second TCP/IP address space, with a
- >different IP address, and use SNALINK to connect it and the primary
- >TCP/IP together. The primary TCP/IP would act as a gateway for the
- >secondary TCP/IP and the Telnet running in it. Would this work?
- >Is there an easier way that I have missed?
-
- This will work, but you don't have to mess with SNALINK to achieve it.
- We, too, need to run two TCPIP address spaces on our MVS system and use
- the following statements to connect them together:
-
- In the profile for address space TCPIP:
- DEVICE TCP2 IUCV match1 match2 TCPIP2 A
- LINK TCP2 IUCV 1 TCP2
-
- In the profile for address space TCPIP2:
- DEVICE TCP2 IUCV match1 match2 TCPIP B
- LINK TCP2 IUCV 1 TCP2
-
- Of course, both profiles also include the HOME and GATEWAY statements
- appropriate to themselves; and TCPIP has an 8232 hardware link to the
- rest of the world.
-
-
- Rex Bontrager
- IBM Systems Programmer, IBM Postmaster
- Purdue University Computing Center
- Bitnet: rexb@purccvm
- Internet: rexb@vm.cc.purdue.edu
- Phone: (317) 494-1787 ext. 256
-