<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Debugging SSH access issues on an old vms 6.2 UCX 4.0 machine - running out of ideas in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202513#M105887</link>
    <description>&lt;P&gt;&amp;gt; [...] Putty and SSH on the vax do their negotiation, and it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I don't know what that means.&amp;nbsp; What, exactly, works?&lt;/P&gt;&lt;P&gt;&amp;gt; I can SSH telnet into the VAX [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SSH and Telnet are two different things.&amp;nbsp; I'll assume that you mean,&lt;BR /&gt;"I can SSH into the VAX [...]".&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I also can use basic telnet [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Where "basic telnet" means "Telnet", as opposed to SSH (which is&lt;BR /&gt;_not_ "Telnet")?&lt;/P&gt;&lt;P&gt;&amp;gt; [...] the existing Vax [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This is some other VAX? I 'm confused.&amp;nbsp; What, exactly, works?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Did you test any kinds of network connections other than SSH and&lt;BR /&gt;Telnet into the VAX?&lt;/P&gt;&lt;P&gt;&amp;gt; [...] different network, much more restricted, no ping, etc. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "etc." is a bit vague.&amp;nbsp; Does "ping" work _from_ the VAX to a system&lt;BR /&gt;on the same LAN segment?&amp;nbsp; Any other network client?&amp;nbsp; Telnet?&amp;nbsp; SSH?&amp;nbsp; FTP?&lt;BR /&gt;Web browser or Wget ? If so, does anything that works from the VAX to&lt;BR /&gt;its own LAN also work from the VAX to the outside world?&amp;nbsp; (For example,&lt;BR /&gt;"ping 8.8.8.8"?)&lt;/P&gt;&lt;P&gt;&amp;gt; [...] Perhaps I need to make some changes in UCX?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; With my weak psychic powers, I know nothing about how UCX is&lt;BR /&gt;currently configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Knowing nothing about the network configuration of the VAX, my first&lt;BR /&gt;guess would be that it has no valid (default?) route to the outside&lt;BR /&gt;world.&amp;nbsp; In that case, it could communicate with other systems on its own&lt;BR /&gt;LAN, but might have no idea how to get a packet to any other network.&amp;nbsp; A&lt;BR /&gt;remote client (like, say, SSH or Telnet "from a different site") would&lt;BR /&gt;get no response, and it would have no idea why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hence the suggestion to try some/any client on the VAX to make an&lt;BR /&gt;_outgoing_ connection to the outside world.&amp;nbsp; If the problem is routing&lt;BR /&gt;on the VAX, then a _client_ on the VAX might return an error like, say,&lt;BR /&gt;"No route to host".&amp;nbsp; In any case, I'd guess that you have a better&lt;BR /&gt;chance of getting a useful error message from a client on the VAX than&lt;BR /&gt;from a client elsewhere.&lt;/P&gt;&lt;P&gt;&amp;gt; I freely admit to not being a network configuration guru,.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Might be a sub-ideal skill-set when configuring a network.&amp;nbsp; Providing&lt;BR /&gt;some basic network info might be a helpful start:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ucx show interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ucx show route&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If there's some properly-working system on the LAN with the VAX, you&lt;BR /&gt;might get some useful hints by examining the network config on _that_&lt;BR /&gt;system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Around here, for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ITS $ ucx show version

  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.7 - ECO 5
  on an HP rx2600  (1.50GHz/6.0MB) running OpenVMS V8.4-2L3

(Somewhat newer than yours, but should be similar.)

ITS $ ucx show interface
                                                           Packets
Interface   IP_Addr         Network mask          Receive          Send     MTU
 
 LO0        127.0.0.1       255.0.0.0           108186806     108186806    4096
 WE0        10.0.0.140      255.255.255.0       108285676     231659000    9000

   "10.0.0.140" is the IP address of (the Ethernet interface of) this
VMS system.

ITS $ ucx show route
  
                             DYNAMIC
  
Type           Destination                           Gateway
  
AN    0.0.0.0                               10.0.0.1
[... distractions omitted ...]
AH    127.0.0.1                             127.0.0.1

   "Destination 0.0.0.0" is the default route.  In this case, "10.0.0.1"
is the router which connects to the outside world.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Dec 2023 20:29:12 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2023-12-09T20:29:12Z</dc:date>
    <item>
      <title>Debugging SSH access issues on an old vms 6.2 UCX 4.0 machine - running out of ideas</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202494#M105885</link>
      <description>&lt;P&gt;I have an old vax that I'm trying to get networked properly.&amp;nbsp; This vax was converted to a VM (Charon Vax) decades ago, and I am tasked with moving it into the new secure environment - different network, much more restricted, no ping, etc.&amp;nbsp; Charon VAX is hosted on a Windows Server VM.&amp;nbsp; I have Multinet-SSH from Process Software installed and running.&amp;nbsp; I'm running SSH in non-key mode to keep things simple.&amp;nbsp; Putty and SSH on the vax do their negotiation, and it works.&lt;/P&gt;&lt;P&gt;I can SSH telnet into the VAX from the Windows server, so I know the SSH connection is active.&amp;nbsp; I see the login attempt and access on the operator's console.&amp;nbsp; I also can use basic telnet and still access the Vax.&amp;nbsp; What I cannot seem to do is access the Vax via remote users from a different site.&amp;nbsp; The connection in putty times out.&amp;nbsp; All settings in putty have been verified, and we're using the same version.&amp;nbsp; Mind you, the remote users have no problem accessing the existing Vax (on a different network) via putty.&lt;/P&gt;&lt;P&gt;The IT network guru for the corporaton is insistant that nothing is wrong with his network configuration and is getting rather annoyed with me.&amp;nbsp; He shows me his network stats showing data going to the Vax with no response from the Vax.&amp;nbsp; I'm looking for ideas on how to debug this situation.&amp;nbsp; My gut feel is that the network is screwing with me (the network guy has zero knowledge of VMS).&amp;nbsp; Perhaps I need to make some changes in UCX?&lt;/P&gt;&lt;P&gt;I freely admit to not being a network configuration guru,.&lt;/P&gt;&lt;P&gt;Suggestions or things I can look into?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 03:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202494#M105885</guid>
      <dc:creator>cgilley</dc:creator>
      <dc:date>2023-12-11T03:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging SSH access issues on an old vms 6.2 UCX 4.0 machine - running out of ideas</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202507#M105886</link>
      <description>&lt;P&gt;You could run $ TCPIPTRACE host-ip&amp;nbsp; to capture packets on the VAX arriving from the 'remote' SSH client node. Do any packets show up on the VAX ?&lt;/P&gt;&lt;P&gt;With UCX SHOW SERVICE/FULL SSH (or the equivalent command for Multinet-SSH) you could look at the&amp;nbsp;Accept host:n.n.n.n&amp;nbsp; and&amp;nbsp;Accept netw: n.n.n.n parameters. With those you could limit the remote network addresses, which can connect to the SSH port (typically 22).&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 15:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202507#M105886</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2023-12-09T15:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging SSH access issues on an old vms 6.2 UCX 4.0 machine - running out of ideas</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202513#M105887</link>
      <description>&lt;P&gt;&amp;gt; [...] Putty and SSH on the vax do their negotiation, and it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I don't know what that means.&amp;nbsp; What, exactly, works?&lt;/P&gt;&lt;P&gt;&amp;gt; I can SSH telnet into the VAX [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SSH and Telnet are two different things.&amp;nbsp; I'll assume that you mean,&lt;BR /&gt;"I can SSH into the VAX [...]".&lt;/P&gt;&lt;P&gt;&amp;gt; [...] I also can use basic telnet [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Where "basic telnet" means "Telnet", as opposed to SSH (which is&lt;BR /&gt;_not_ "Telnet")?&lt;/P&gt;&lt;P&gt;&amp;gt; [...] the existing Vax [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This is some other VAX? I 'm confused.&amp;nbsp; What, exactly, works?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Did you test any kinds of network connections other than SSH and&lt;BR /&gt;Telnet into the VAX?&lt;/P&gt;&lt;P&gt;&amp;gt; [...] different network, much more restricted, no ping, etc. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "etc." is a bit vague.&amp;nbsp; Does "ping" work _from_ the VAX to a system&lt;BR /&gt;on the same LAN segment?&amp;nbsp; Any other network client?&amp;nbsp; Telnet?&amp;nbsp; SSH?&amp;nbsp; FTP?&lt;BR /&gt;Web browser or Wget ? If so, does anything that works from the VAX to&lt;BR /&gt;its own LAN also work from the VAX to the outside world?&amp;nbsp; (For example,&lt;BR /&gt;"ping 8.8.8.8"?)&lt;/P&gt;&lt;P&gt;&amp;gt; [...] Perhaps I need to make some changes in UCX?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; With my weak psychic powers, I know nothing about how UCX is&lt;BR /&gt;currently configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Knowing nothing about the network configuration of the VAX, my first&lt;BR /&gt;guess would be that it has no valid (default?) route to the outside&lt;BR /&gt;world.&amp;nbsp; In that case, it could communicate with other systems on its own&lt;BR /&gt;LAN, but might have no idea how to get a packet to any other network.&amp;nbsp; A&lt;BR /&gt;remote client (like, say, SSH or Telnet "from a different site") would&lt;BR /&gt;get no response, and it would have no idea why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hence the suggestion to try some/any client on the VAX to make an&lt;BR /&gt;_outgoing_ connection to the outside world.&amp;nbsp; If the problem is routing&lt;BR /&gt;on the VAX, then a _client_ on the VAX might return an error like, say,&lt;BR /&gt;"No route to host".&amp;nbsp; In any case, I'd guess that you have a better&lt;BR /&gt;chance of getting a useful error message from a client on the VAX than&lt;BR /&gt;from a client elsewhere.&lt;/P&gt;&lt;P&gt;&amp;gt; I freely admit to not being a network configuration guru,.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Might be a sub-ideal skill-set when configuring a network.&amp;nbsp; Providing&lt;BR /&gt;some basic network info might be a helpful start:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ucx show interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ucx show route&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If there's some properly-working system on the LAN with the VAX, you&lt;BR /&gt;might get some useful hints by examining the network config on _that_&lt;BR /&gt;system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Around here, for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ITS $ ucx show version

  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.7 - ECO 5
  on an HP rx2600  (1.50GHz/6.0MB) running OpenVMS V8.4-2L3

(Somewhat newer than yours, but should be similar.)

ITS $ ucx show interface
                                                           Packets
Interface   IP_Addr         Network mask          Receive          Send     MTU
 
 LO0        127.0.0.1       255.0.0.0           108186806     108186806    4096
 WE0        10.0.0.140      255.255.255.0       108285676     231659000    9000

   "10.0.0.140" is the IP address of (the Ethernet interface of) this
VMS system.

ITS $ ucx show route
  
                             DYNAMIC
  
Type           Destination                           Gateway
  
AN    0.0.0.0                               10.0.0.1
[... distractions omitted ...]
AH    127.0.0.1                             127.0.0.1

   "Destination 0.0.0.0" is the default route.  In this case, "10.0.0.1"
is the router which connects to the outside world.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 20:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202513#M105887</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2023-12-09T20:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging SSH access issues on an old vms 6.2 UCX 4.0 machine - running out of ideas</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202517#M105888</link>
      <description>&lt;P&gt;let me decipher both responses - which I greatly appreciate - and will provide more info.&amp;nbsp; My original post was perfectly clear to me facepalm.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 01:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7202517#M105888</guid>
      <dc:creator>cgilley</dc:creator>
      <dc:date>2023-12-10T01:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging SSH access issues on an old vms 6.2 UCX 4.0 machine - running out of ideas</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7225707#M105976</link>
      <description>&lt;P&gt;To close out this thread, I quote Steve Hoffman of DEC fame, "Don't trust the network people."&lt;/P&gt;&lt;P&gt;After fighting this issue over 2 f'ing years, asking really basic comments and getting stove piped from international support people, suddenly it starts working.&amp;nbsp; "No one knows why..."&amp;nbsp; Right.&lt;/P&gt;&lt;P&gt;What did I learn?&amp;nbsp; Time and materials, screw this ffp crap with multinational corporations.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 21:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugging-ssh-access-issues-on-an-old-vms-6-2-ucx-4-0-machine/m-p/7225707#M105976</guid>
      <dc:creator>cgilley</dc:creator>
      <dc:date>2024-09-19T21:15:12Z</dc:date>
    </item>
  </channel>
</rss>

