home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / ibmtcpl / 3282 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.1 KB  |  53 lines

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