Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!brl-adm!brl-sem!ron From: ron@brl-sem.UUCP Newsgroups: comp.dcom.lans Subject: Re: one way networking Message-ID: <591@brl-sem.ARPA> Date: Fri, 16-Jan-87 23:27:29 EST Article-I.D.: brl-sem.591 Posted: Fri Jan 16 23:27:29 1987 Date-Received: Sat, 17-Jan-87 15:44:15 EST References: <1740@crcge1.UUCP> Organization: Electronic Brain Research Lab Lines: 10 In article <1740@crcge1.UUCP>, mensah@crcge1.UUCP (Christian Mensah) writes: > For security reason , i want to disable networking (rlogin, rcp, rsh, r..) > on a Vax/4.2bsd ethernet linked with other Vaxes & Suns , ..., but allow people > on other machines to rlogin, rcp, rsh, r.. towards that one way machine . Remove the daemons (rlogind, rshd, telnetd...) from the machine you want to avoid incoming connections on. Or remove their start up from /etc/passwd (or comment them out of inet.conf if you are using that). -Ron