Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!oliveb!sun!sluggo!melohn From: melohn@sluggo.UUCP Newsgroups: comp.protocols.tcp-ip,comp.dcom.lans Subject: Re: IP to DECNET translation ???? Message-ID: <19050@sun.uucp> Date: Sat, 16-May-87 20:23:35 EDT Article-I.D.: sun.19050 Posted: Sat May 16 20:23:35 1987 Date-Received: Sun, 17-May-87 06:41:46 EDT References: <3770@oddjob.UChicago.EDU> <1505@uwmacc.UUCP> Sender: news@sun.uucp Reply-To: melohn@sun.UUCP (Bill Melohn) Distribution: world Organization: Sun Microsystems, Mountain View Lines: 21 Xref: utgpu comp.protocols.tcp-ip:184 comp.dcom.lans:427 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.