Mark

Please see my post in reply to Edward's post which is his reply to this post - if you can line up all the posts!

The specific answer to your question is that, in order to connect to the traditional "TCP/IP for MVS" REXECD and RSHD services, you will use the IP address of one of interfaces to the IP instance and , in order to connect to the OMVS REXECD and RSHD services, you will use the VIPA 192.168.1.129, using the VIPA in Edward's example.

As I point out in the other post, I - and APAR PQ37421 - prefer that you use VIPAs as the destination for all services. Thus you would also use a VIPA in order to connect to the traditional "TCP/IP for MVS" REXECD and RSHD services.

On review I see you are interested only in TELNET. You need simply to substitute port number 23 - and the name of your TN3270 server - in one set from Edward's example. Or you can use the example in APAR PQ37421:

     23 TCP INTCLIEN BIND 9.67.113.109   ;3270 TELNET
     23 TCP OMVS     BIND 9.67.116.55    ;UNIX TELNET

Chris Mason

----- Original Message ----- From: "Mark Zelden" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <IBM-MAIN@BAMA.UA.EDU>
Sent: Friday, August 03, 2007 10:45 PM
Subject: Re: OMVS


On Fri, 3 Aug 2007 10:47:56 -0700, Edward Jaffe
<[EMAIL PROTECTED]> wrote:

For services we've configured more recently, we share the *same* port
number between the native z/OS server and the z/OS UNIX server by using
VIPA. For example, here's our TCPIP port definition for REXECD/RSHD:

512 TCP OMVS BIND 192.168.1.129 ; z/OS Unix REXECD
514 TCP OMVS BIND 192.168.1.129 ; z/OS Unix RSHD
512 TCP RXSERVE             ; Remote Execution Server
514 TCP RXSERVE             ; Remote Execution Server

192.168.1.129 is the VIPA address. This same port sharing technique
ought to work for any server, including telnet.


So if I opened a dos window on my win-doze system and wanted to use
telnet to get into z/OS UNIX (or used a telnet client), how would it know
where to go to?

Mark

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to