From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: steve-simon@ntlworld.nospam.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] /bin/export (tunneling out) Date: Mon, 15 Dec 2003 16:42:02 +0000 Topicbox-Message-UUID: a49ec220-eacc-11e9-9e20-41e7f4b1d025 Hi, I want to want to export /net from my terminal to a remote cpu server. I assumed I could just do: term% cpu -h remotemachine cpu% bind /mnt/term/net/ /net.alt cpu% telnet /net.alt/tcp!111.222.333.444!telnet telnet: connection timed out (I used IP addresses to avoid ndb/cs and any problems it might introduce). I don't understand why the telnet fails. I think (guess) there is a better way to do this using exportfs/srvfs/cpu but I cannot quite see how... -Steve