Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbatt!ucbvax!SUN.COM!melohn From: melohn@SUN.COM.UUCP Newsgroups: comp.protocols.tcp-ip Subject: Re: IP to DECNET translation ???? Message-ID: <8705170022.AA05457@sluggo.sun.com> Date: Sat, 16-May-87 20:22:13 EDT Article-I.D.: sluggo.8705170022.AA05457 Posted: Sat May 16 20:22:13 1987 Date-Received: Sun, 17-May-87 06:37:06 EDT References: <3770@oddjob.UChicago.EDU> <1505@uwmacc.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: sun!melohn (Bill Melohn) Distribution: world Organization: Sun Microsystems, Mountain View Lines: 21 In article <1505@uwmacc.UUCP> ejnorman@unix.macc.wisc.edu.UUCP (Eric Norman) writes: > >I just copied a file from a DECnet host to an IP host using >a MicroVAX running Ultrix as an intermediary with > > rsh ultrix-host dcat decnet-node::vms-file > unix-file > We do this all the time with our Sunlink DNA gateway. I define the following: alias sethost on -i dna-gateway dnalogin !$ in my .cshrc, and then can remotely login from any Unix node in our internet to any DECnet node accesable via the Sunlink DNA DECnet gateway "dna-gateway" with the following command: sethost decnetnode Similar aliases can be setup for file transfer, the "on" utility exporting your filesystem enviornment to the gateway machine via NFS, which is handy when you are transfering multiple files.