From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] tcp access to (fake worm) fs? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 2 Sep 2002 22:12:59 -0400 Topicbox-Message-UUID: e37b2c10-eaca-11e9-9e20-41e7f4b1d025 On your cpu server, running aux/listen1 tcp!*!9fs /bin/aux/trampoline il!your-file-server!9fs & should set up a tunnel, so that you can pretend your CPU server is a tcp version of your file server. You can also put #!/bin/rc exec aux/trampoline il!your-file-server!9fs into /rc/bin/service/tcp564, if you want to use listen instead. Russ