Article 125554 of comp.os.vms: Path: nntpd.lkg.dec.com!crl.dec.com!crl.dec.com!bloom-beacon.mit.edu!newsfeed.internetmci.com!news.mathworks.com!mvb.saic.com!info-vax From: Dan Wing Newsgroups: comp.os.vms Subject: Re: IP Spoofing.. Message-ID: <950724132944.20e04966@tgv.com> Date: Mon, 24 Jul 1995 13:29:44 -0700 (PDT) Organization: Info-Vax<==>Comp.Os.Vms Gateway X-Gateway-Source-Info: Mailing List Lines: 37 "Mark R. Lee / UW-Oshkosh" wrote: >> Under MultiNet, you can disable user's ability to use SYS$LOGIN:.RHOSTS >> with: >> >> $ MULTINET CONFIGURE/SERVER >> SELECT RSHELL >> SET PARAMETER >> DISALLOW-RHOSTS >> > [- 8< snip -] >> >> -Dan Wing, wing@tgv.com > >Dan, > >Is there a similar way to enable the Multinet finger command to desired >hosts ONLY ? To only allow certain IP Addresses to connect to your Finger server, you can use: $ MULTINET CONFIGURE/SERVER SELECT FTP SET REJECT-BY-DEFAULT TRUE SET ACCEPT-HOSTS ... list of IP Addresses to allow incoming Finger ... RESTART EXIT You can also use SET ACCEPT-NETS so you don't have to list every single host you want to permit (note that in MultiNet V3.3 rev A and higher, SET ACCEPT-NETS and SET REJECT-NETS accept an optional subnet mask, as well). -dan wing@tgv.com