Re: Hercules networking redux
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
Hi John, I can't help with the linux part, but you have several problems in the TCP Profile 1) the link statement should have '0' instead of '1' 2) BEGIN routes needs to be BEGINROUTES ROUTE 192.168.0.0 255.255.0.0 = CTCLINK MTU 1492 ROUTE DEFAULT 192.168.2.1 CTCLINK MTU 1492 ENDROUTES The route default above needed to be your router, not your PC. You also need to have RESOLVER and PORTMAP running under z/OS Your CTCI statement in the hercules config looks odd, but I don't know if that's because of LInux or not. Normally I would expect to see something like: 0E20-0E21 CTCI 192.168.2.210 192.168.2.27 I don't know about the other fields you have on the statement, they could be correct but I can't tell for sure. There could be other errors, but these seem to stick out the most. Brian