From: CSBVAX::MRGATE!info-vax-RELAY@KL.SRI.COM@SMTP 2-AUG-1988 03:42 To: ARISIA::EVERHART Subj: Re: DECNET over Telnet Received: from ucbvax.berkeley.edu by KL.SRI.COM with TCP; Fri, 29 Jul 88 02:35:25 PDT Received: by ucbvax.berkeley.edu (5.59/1.28) id AA23129; Fri, 29 Jul 88 01:34:22 PDT Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 28 Jul 88 22:32:04 GMT From: ucsdhub!hp-sdd!ncr-sd!crash!jeh@ucsd.edu (Jamie Hanrahan) Organization: CMKRNL Press, San Diego, CA Subject: Re: DECNET over Telnet Message-Id: <3254@crash.cts.com> References: <880721104919.bc@Warbucks.AI.SRI.COM> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com In article <880721104919.bc@Warbucks.AI.SRI.COM> Adelman@Warbucks.AI.SRI.COM (Kenneth Adelman) writes: >> Does anyone know if you can run asynchronous DECnet over a telnet connection? > > I don't know of anyone who has done this, but is in theory >possible. You would need to have a VMS terminal driver on both sides >of the telnet connection. In other words, use a psuedo-terminal for >the telnet outbound as well as the telnet inbound and use SET HOST/DTE >instead of a program like TELNET which talks to the network directly. >Then you could SET TERM/SWITCH=DECNET/PROTOCOL=DDCMP and cross your >fingers. Sounds tricky, and a kludge at best. This will work if and only if the Telnet package in question implements its pseudoterminals via a terminal port driver that sits under the standard VMS terminal class driver. Async DDCMP is implemented as a class driver that replaces the terminal class driver for the ports in question. If Telnet's pseudoterminal implementation doesn't work this way, there's no way async DDCMP can be used with it... but if it does, it should work just fine.