From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200104181345.PAA01027@copernicus.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: fs customization (was: Re: [9fans] Terminals) In-reply-to: Your message of "Wed, 18 Apr 2001 09:36:25 -0400." <200104181336.JAA23868@smtp2.fas.harvard.edu> References: <200104181336.JAA23868@smtp2.fas.harvard.edu> From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Apr 2001 15:45:49 +0200 Topicbox-Message-UUID: 84af0cac-eac9-11e9-9e20-41e7f4b1d025 Thanks for the general reply! > To answer your specific questions, you'd probably want > to start the auth services only in the case for your auth > server. To focus in: how does the following instruction for setting up a standalone auth server translate to the fs situation? If I remove files from /rc/bin/service, they also disappear for the non-auth cpu servers. Is the trick to add an /rc/bin/service.cpu containing the forwarding services, together with listen lines for that directory? : Remove /rc/bin/service/il566 and /rc/bin/service/tcp567. They proxy : calls for the authentication services to the authentication server. : On the authentication server itself, you'll want to run different : services on those ports. To run them, : : cd /rc/bin/service.auth : mv authsrv.il566 il566 : mv authsrv.tcp567 tcp567 I'm sorry to keep asking, but I want to make sure I understand. Axel.