<?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: Controlling TELNET remote listener on DECserver 90TL in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211662#M58904</link>
    <description>I'm willing to be contradicted on this, but I think the behaviour that you're seeing is all that the 90TL can do.  Though it works fine if you're connecting from a terminal into a host traditionally, it doesn't like reverse telnet and doesn't suppress the echo.&lt;BR /&gt;In the time that I was using a 90TL for console access, I never found a method to alter the hardware so that it wouldn't echo what I typed.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Sun, 29 Nov 2009 09:48:55 GMT</pubDate>
    <dc:creator>Steve Reece_3</dc:creator>
    <dc:date>2009-11-29T09:48:55Z</dc:date>
    <item>
      <title>Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211656#M58898</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to set up a DECserver 90TL to provide remote access to my AlphaServer's console port via TCP/IP.  I have set up the Internet address of the DECserver and made the following TELNET LISTENER settings:&lt;BR /&gt;&lt;BR /&gt;change telnet listener 2008&lt;BR /&gt;change telnet listener 2008 port 8&lt;BR /&gt;change telnet listener 2008 ident "Alpha console"&lt;BR /&gt;change telnet listener 2008 conn enable&lt;BR /&gt;change port 8 telnet server char 8&lt;BR /&gt;&lt;BR /&gt;So far so good: I can telnet to port 2008 on the DECserver and connect through to the Alpha's console.&lt;BR /&gt;&lt;BR /&gt;However, whatever I type is immediately echoed by TELNET, i.e. "local echo".  And I can't find a way to disable it.  The DECserver 90TL doesn't seem to offer a way to disable it for the TELNET server.  (It does for the TELNET client but changing that made no difference, which isn't a surprise.)&lt;BR /&gt;&lt;BR /&gt;Testing various TELNET options with my Mac suggests that the problem might be that the DECserver sets up the telnet session in LINE mode by default, but I can't see a way to change this.&lt;BR /&gt;&lt;BR /&gt;Just to make sure I didn't have something odd in my serial cable or the Alpha's console port, I also created an equivalent LAT service on the DECserver, and that seems to work fine.&lt;BR /&gt;&lt;BR /&gt;Does anyone know if this can be fixed?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Fri, 27 Nov 2009 23:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211656#M58898</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-11-27T23:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211657#M58899</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;It has been a while since I used a DECserver for console access, but I think we used the 2000 ports for printers, and the 3000 ports for consoles.  In other words, try telneting to 3008. I don't remember ever setting up the telnet listener, this was a DSV900 not a 90, but I think they are similar.&lt;BR /&gt;&lt;BR /&gt;I could be mis-remembering, but it is easy to try.  (Cisco does something similar with ports 40xx (for printers) and 20xx for console (noecho).&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Sat, 28 Nov 2009 01:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211657#M58899</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-11-28T01:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211658#M58900</link>
      <description>Establish a connection, and then post the output from:&lt;BR /&gt;&lt;BR /&gt;^]&lt;BR /&gt;status&lt;BR /&gt;&lt;BR /&gt;I'd probably look at the following, as a start:&lt;BR /&gt;&lt;BR /&gt;^]&lt;BR /&gt;mode character</description>
      <pubDate>Sat, 28 Nov 2009 02:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211658#M58900</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-28T02:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211659#M58901</link>
      <description>Just fwiw,&lt;BR /&gt;&lt;BR /&gt;for my DECserver90M, on a private lan, I just use the default port 23 for the console connection and use network ports 2001 - 2008 for the terminal server ports 1 - 8.&lt;BR /&gt;I don't recall any glitches with that usage.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Nov 2009 13:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211659#M58901</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-11-28T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211660#M58902</link>
      <description>Jeremy,&lt;BR /&gt;&lt;BR /&gt;I don't know which telnet setting is causing the "local echo".  I've not seen that problem and we still use many DECservers for remote console access (90m, 700 and 900 models though).&lt;BR /&gt;&lt;BR /&gt;I've attached a Terminal Server MAnager script that is supposed to take a DECserver back to factory defaults.  I would look at the current telnet server characteristics for the port you are seeing the echo on and compare to the "factory defaults" set by this script.  I believe the factory defaults work.  Then make the specific port change.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Sat, 28 Nov 2009 17:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211660#M58902</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2009-11-28T17:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211661#M58903</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;It looks like the DECserver 90TL doesn't negotiate echo for the telnet server (or doesn't allow it to be configured from whatever it is doing now).&lt;BR /&gt;&lt;BR /&gt;Jon's suggestion unfortunately doesn't work because the DECserver will only use ports 2001-2016.&lt;BR /&gt;&lt;BR /&gt;The TSM commands were interesting but this one does not work on the 90TL:&lt;BR /&gt;&lt;BR /&gt;DEFINE PORT ALL TELNET SERVER ECHO NEGOTIATE&lt;BR /&gt;&lt;BR /&gt;(it complains about "ECHO" not being a recognised keyword).&lt;BR /&gt;&lt;BR /&gt;My solution (for use from my Mac) is to use Kermit's "SET TELNET ECHO REMOTE" command prior to connecting to the DECserver, or (if using the standard Unix TELNET utility), use 'mode char' after establishing the connection.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Sun, 29 Nov 2009 01:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211661#M58903</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-11-29T01:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211662#M58904</link>
      <description>I'm willing to be contradicted on this, but I think the behaviour that you're seeing is all that the 90TL can do.  Though it works fine if you're connecting from a terminal into a host traditionally, it doesn't like reverse telnet and doesn't suppress the echo.&lt;BR /&gt;In the time that I was using a 90TL for console access, I never found a method to alter the hardware so that it wouldn't echo what I typed.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 29 Nov 2009 09:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211662#M58904</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2009-11-29T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211663#M58905</link>
      <description>Jeremy&lt;BR /&gt;&lt;BR /&gt;I still support the DECservers and can confirm that the 90TL only supported TCP ports in the 2001-2008 range. The DECserver software was modified in the wweng2 and mneng4 (maybe mneng3) to support TCP ports from 0-65535. &lt;BR /&gt;&lt;BR /&gt;When the client (alpha) established a connection to the DECserver (server), the connection negotiated a series of characteristics. I believe you can change the telnet client on the alpha to not negotiate the server-will-echo parameter. I am not positive about this but I believe this can be done.&lt;BR /&gt;&lt;BR /&gt;Thanks, Jon&lt;BR /&gt;Vnetek support</description>
      <pubDate>Mon, 30 Nov 2009 22:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211663#M58905</guid>
      <dc:creator>Jon Stanley</dc:creator>
      <dc:date>2009-11-30T22:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling TELNET remote listener on DECserver 90TL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211664#M58906</link>
      <description>Jon, the DECserver ports in question are connected to the AlphaServers' console ports.  It's not impossible I'd telnet from one AlphaServer to the other's console, it's not likely.  The behaviour I'm seeing is from my Mac.&lt;BR /&gt;&lt;BR /&gt;Using QVT/Term under Windows I don't see this problem.&lt;BR /&gt;&lt;BR /&gt;I think at this point I'll close this thread because I have a solution for my Mac and the problem doesn't exist in my Windows telnet client.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Wed, 02 Dec 2009 01:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/controlling-telnet-remote-listener-on-decserver-90tl/m-p/5211664#M58906</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2009-12-02T01:16:14Z</dc:date>
    </item>
  </channel>
</rss>

