RE: LCS connection dies

"Peter Vels [email protected] [H390-MVS]" <[email protected]> Sun, 29 Sep 2019 22:58:24 +0000
Newsgroups gmane.comp.emulators.hercules390.mvs
Message-ID <MN2PR07MB72465528F896106A283E44C8B5830@MN2PR07MB7246.namprd07.prod.outlook.com>
>Ensure all of the SYS1.SCUN* datasets are available.

I have:
SYS1.SCUNHF
SYS1.SCUNJCL
SYS1.SCUNLOCL
SYS1.SCUNMENU
SYS1.SCUNMJPN
SYS1.SCUNTBL

>Ensure SYS1.SCUNIMG dataset is in the linklist and APF authorized.

I do not see that data set. So I will need to modify TN3270 to remove code page translation to get this to work.

I do not see that OMPROUTE has been started. There is no mention of it in the SYSLOG. I do not see any members called OMPROUTE either.

USER.TCPPARMS(LCS) is attached.

I autostart RESOLVEP.

>When you connect via Tom's VISTA emulator, can you log on to TSO (after you fix the code page problem)?

I can log on to TSO without fixing the code page problem.  I normally wouldn't even start TN3270; just use 127.0.0.1 instead.

Based on your EZAZSSI comments, I changed "ZOS" to "S0W1" everywhere I could think of.

HOMETEST:

Running IBM MVS TCP/IP CS V2R1 TCP/IP Configuration Tester

The FTP configuration parameter file used will be "TCPIP.FTP.DATA".

TCP Host Name is: S0W1

Using Name Server to Resolve S0W1
The following IP addresses correspond to TCP Host Name: S0W1
192.168.1.201

The following IP addresses are the HOME IP addresses defined in PROFILE.TCPIP:
192.168.1.201
127.0.0.1

All IP addresses for S0W1 are in the HOME list!

Hometest was successful - all Tests Passed!


Yes, I can ping Google.com from ISPF 6 using TN3270 (not VTAM).

Using my phone (which is not connected to my home network) and external IP address, I can bring up the home page of the IBM HTTP server just fine, so I believe there are no firewall or ISP issues.

However, if I try to send a file (using FTP put from the Windows 10 host command line) to the z/OS guest it gets stuck very quickly, and brings down the network.
USER.TCPPARMS(LCS).txt (text/plain, 3.6 KB)
ARPAGE 5

DATASETPREFIX TCPIP

AUTOLOG 5
    FTPD JOBNAME FTPD1   ; FTP Server
    PORTMAP              ; Portmap Server
ENDAUTOLOG
PORT
     7 UDP MISCSERV            ; Miscellaneous Server
     7 TCP MISCSERV
     9 UDP MISCSERV
     9 TCP MISCSERV
    19 UDP MISCSERV
    19 TCP MISCSERV
    20 TCP OMVS      NOAUTOLOG ; FTP Server
    21 TCP OMVS                ; FTP Server
    23 TCP TN3270              ; Telnet Server
    25 TCP SMTP                ; SMTP Server
    53 TCP NAMESRV             ; Domain Name Server
    53 UDP NAMESRV             ; Domain Name Server
    69 UDP OMVS                ; OE TFTP SERVER
    80 TCP OMVS                ; OE WEB SERVER
   111 TCP PORTMAP             ; Portmap Server
   111 UDP PORTMAP             ; Portmap Server
   135 UDP LLBD                ; NCS Location Broker
   161 UDP OSNMPD              ; SNMP Agent
   162 UDP SNMPQE              ; SNMP Query Engine
   433 TCP OMVS                ; OE WEB Server
   443 TCP OMVS                ; Secure Server
   512 TCP RXSERVE             ; Remote Execution Server
   513 UDP OMVS                ; OE RLOGIN SERVER
   514 UDP OMVS                ; OE syslog server
   514 TCP RXSERVE             ; Remote Execution Server
   515 TCP LPSERVE             ; LPD Server
   520 UDP OROUTED             ; RouteD Server
   580 UDP NCPROUT             ; NCPROUTE Server
   750 TCP MVSKERB             ; Kerberos
   750 UDP MVSKERB             ; Kerberos
   751 TCP ADM@SRV             ; Kerberos Admin Server
   751 UDP ADM@SRV             ; Kerberos Admin Server
   1023 TCP OMVS                ; OE TELNET SERVER
   1023 UDP OMVS                ; OE TELNET SERVER
   1024 TCP OMVS                ; OE SERVICES
   1416 TCP CSQ7CHIN            ; CSQ7 MQ TCP Listener
   3000 TCP CICSTS42            ; CICS 4.2 Socket
   3001 TCP CICSTS41            ; CICS 4.1 Socket
   3002 TCP CICSTS51            ; CICS 5.1 Socket
   8879 TCP BBODMGR             ; SOAP JMX Connector port
   7277 TCP BBODMGR             ; Cell Discovery port
   9809 TCP BBODMGR             ; ORB port
   9090 TCP BBODMGR             ; HTTP port
   9043 TCP BBODMGR             ; HTTPS port
   5755 TCP BBODMNC             ; Daemon port
   5756 TCP BBODMNC             ; Daemon SSL port

  8880 TCP BBOS001             ; SOAP JMX Connector port
 ;2809 TCP BBOS001             ; ORB port (COMMENT THIS ONE OUT)
  9080 TCP BBOS001             ; HTTP port
  9443 TCP BBOS001             ; HTTPS port
  5655 TCP BBODMNB             ; Daemon port
  5656 TCP BBODMNB             ; Daemon SSL port
  8879 TCP BBODMGR             ; SOAP JMX Connector port
  7277 TCP BBODMGR             ; Cell Discovery port
  9809 TCP BBODMGR             ; ORB port
  9090 TCP BBODMGR             ; HTTP port
  9043 TCP BBODMGR             ; HTTPS port
  5755 TCP BBODMNC             ; Daemon port
  5756 TCP BBODMNC             ; Daemon SSL port
  8878 TCP BBON001             ; SOAP JMX Connector port
  7272 TCP BBON001             ; Node Discovery port
  2809 TCP BBON001             ; Node Agent's ORB port
  9810 TCP BBOS001             ; Base Server's ORB port


  12000 UDP VTAM
  12001 UDP VTAM
  12002 UDP VTAM
  12003 UDP VTAM
  12004 UDP VTAM

SACONFIG DISABLED


ITRACE OFF


IPCONFIG NODATAGRAMFWD


UDPCONFIG RESTRICTLOWPORTS


TCPCONFIG RESTRICTLOWPORTS

DEVICE LCS1  LCS      E20
LINK   ETH1  ETHERNET 0    LCS1

HOME

192.168.1.201      ETH1    AUTORESTART

BEGINRoutes
ROUTE 192.168.0.0    255.255.0.0     =         ETH1   MTU 1492
ROUTE DEFAULT        192.168.1.1               ETH1   MTU 1492
ENDRoutes

START LCS1