Article 11141 of vmsnet.networks.tcp-ip.multinet: Path: nntpd.lkg.dec.com!pa.dec.com!news1.digital.com!decwrl!tribune.usask.ca!rover.ucs.ualberta.ca!news.bc.net!malun1.mala.bc.ca!mvb.saic.com!info-multinet From: Dan Wing Newsgroups: vmsnet.networks.tcp-ip.multinet Subject: RE: Hiding telnet service at another port Message-ID: <0099775A.34F8CA7E.209@tgv.com> Date: Fri, 06 Oct 1995 09:54:35 PST Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway X-Gateway-Source-Info: Mailing List Lines: 31 [...] >I've tried to copy the standard TELNET service to some other port but >Multinet told me that this needs a different name. So I called it TELNET2. >So my services look something like: > >AUTOLOGIN TCP 2300 Run Program MULTINET:AUTOTELNET >TELNET TCP 23 Merge Image MULTINET:LOADABLE_KERBEROS_TELNET >TELNET2 TCP 2389 Merge Image MULTINET:LOADABLE_KERBEROS_TELNET > >However, when I TELNET to port 2389 all I get is the standard connection >refused message. [...] Make your Telnet2 service look like this: SERVER-CONFIG> SHOW/FUL TELNET2 Service "TELNET2": TCP socket (AF_INET,SOCK_STREAM), Port 2389 Socket Options = SO_KEEPALIVE INIT() = TCP_Init LISTEN() = TCP_Listen CONNECTED() = TCP_Connected SERVICE() = Internal_Telnet Program = "MULTINET:LOADABLE_KERBEROS_TELNET" The SERVER-CONFIG commands "COPY TELNET TELNET2", "SELECT TELNET2" and "SET INIT TCP_INIT" and "SET PORT 2389" should make it look like the above display. Then restart the master server with the SERVER-CONFIG command "RESTART". -dan