Title: | DEC TCP/IP Services for OpenVMS |
Notice: | Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System |
Moderator: | ucxaxp.ucx.lkg.dec.com::TIBBERT |
Created: | Thu Nov 17 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5568 |
Total number of notes: | 21492 |
Perhaps this is simple to do, but I've missed it... I have a single VAX system (nodename is DEBUG) running OpenVMS 5.5-2 and DEC TCP/IP Services for OpenVMS VAX Varsion 3.1 - ECO Level 3 (UCX). I want to be able to allow users using KEA! on their PC's to Telnet into this VAX using a host name of either DEBUG or ZIPUM. I have tried defining alias's but nothing seems to work. Suggestions with exact syntax would be appreciated. Thanks. Paul
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5518.1 | PASTA::HO | Like money in the bank | Fri May 16 1997 15:14 | 10 | |
There are two ways to do what you seem to want. One is to define zipum as a CNAME for debug in the DNS database for whomever is providing name service. This means that all references to zipum will be converted to references to debug when the client attempts to look up the name. Alternatively, if zipum is defined as a regular DNS entry with its own A record, you can set UCX, via set interface [whatever] /c_addr= so that debug also responds to references to zipum's IP address. Sam |