Discussion:
[hercules-390] AutoMatting Hercules TCP/IP
reichmanjoe@gmail.com [hercules-390]
2018-03-21 16:30:27 UTC
Permalink
hI


I got CTCWIN/Tuntap working on my wireless Windows 10 Laptop


I have a frontend WIndows Porgram where I am trying to leverage Hercules commands


Since I would like this process to work where ever I take my laptop like to a Starbucks


I know I can get the Windows home TCPIP through the info returned by GetAdaptersinfo


Windows API


The Hercules with a batfile to set the persistent routes and then I can get it thru the registery setting api persistent routes data


The though part is the Z/OS TCPIP profile dataset don't know if takes symbolic paramters


not sure if the last piece can be automated outside re-writing part of that dataset


Thanks
Mike Stramba mikestramba@gmail.com [hercules-390]
2018-03-21 17:09:16 UTC
Permalink
Why would you need to change anything on the guest (z/os) ?

I would think it would always be connecting to the same host local
i.p. address ?

Mike
Post by ***@gmail.com [hercules-390]
hI
I got CTCWIN/Tuntap working on my wireless Windows 10 Laptop
I have a frontend WIndows Porgram where I am trying to leverage Hercules commands
Since I would like this process to work where ever I take my laptop like to a Starbucks
I know I can get the Windows home TCPIP through the info returned by GetAdaptersinfo
Windows API
The Hercules with a batfile to set the persistent routes and then I can get
it thru the registery setting api persistent routes data
The though part is the Z/OS TCPIP profile dataset don't know if takes symbolic paramters
not sure if the last piece can be automated outside re-writing part of that dataset
Thanks
Joseph Reichman reichmanjoe@gmail.com [hercules-390]
2018-03-21 17:20:22 UTC
Permalink
The TCPIP profile dataset ? Doesn’t that have to the hercules IP address ?
Post by Mike Stramba ***@gmail.com [hercules-390]
Why would you need to change anything on the guest (z/os) ?
I would think it would always be connecting to the same host local
i.p. address ?
Mike
Post by ***@gmail.com [hercules-390]
hI
I got CTCWIN/Tuntap working on my wireless Windows 10 Laptop
I have a frontend WIndows Porgram where I am trying to leverage Hercules commands
Since I would like this process to work where ever I take my laptop like to a Starbucks
I know I can get the Windows home TCPIP through the info returned by
GetAdaptersinfo
Windows API
The Hercules with a batfile to set the persistent routes and then I can get
it thru the registery setting api persistent routes data
The though part is the Z/OS TCPIP profile dataset don't know if takes
symbolic paramters
not sure if the last piece can be automated outside re-writing part of that dataset
Thanks
williaj@sympatico.ca [hercules-390]
2018-03-22 00:17:19 UTC
Permalink
I don't believe you can use symbolics in the TCPPARMS members. I guess the real question is, do you have to change the address ? I don't know if the TunTap works if the Hercules guest address is not in the same subnet as the host system. Even if it does, I would think you'd have to update a static route to tell the guest how to get to the gateway.

---In hercules-***@yahoogroups.com, <***@...> wrote :

The TCPIP profile dataset ? Doesn’t that have to the hercules IP address ?




On Mar 21, 2018, at 1:09 PM, Mike Stramba ***@... mailto:***@... [hercules-390] <hercules-***@yahoogroups.com mailto:hercules-***@yahoogroups.com> wrote:


Why would you need to change anything on the guest (z/os) ?

I would think it would always be connecting to the same host local
i.p. address ?

Mike
Post by ***@gmail.com [hercules-390]
hI
I got CTCWIN/Tuntap working on my wireless Windows 10 Laptop
I have a frontend WIndows Porgram where I am trying to leverage Hercules commands
Since I would like this process to work where ever I take my laptop like to a Starbucks
I know I can get the Windows home TCPIP through the info returned by
GetAdaptersinfo
Windows API
The Hercules with a batfile to set the persistent routes and then I can get
it thru the registery setting api persistent routes data
The though part is the Z/OS TCPIP profile dataset don't know if takes symbolic paramters
not sure if the last piece can be automated outside re-writing part of that dataset
Thanks
rgschmi@execpc.com [hercules-390]
2018-03-23 20:17:00 UTC
Permalink
I use symbolics all the time in TCPPARMS, but the symbolics must be defined in IEASYMxx, and if you can change that member, you could also change the profile directly.
Joseph Reichman reichmanjoe@gmail.com [hercules-390]
2018-03-23 20:25:04 UTC
Permalink
Thanks
Post by ***@execpc.com [hercules-390]
I use symbolics all the time in TCPPARMS, but the symbolics must be defined in IEASYMxx, and if you can change that member, you could also change the profile directly.
Loading...