From 1a9d1573242ce084b4422d25219006f616d3203e Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 20 Mar 2001 21:02:39 +0000 Subject: s/portmap/rpcbind Pointed out by: Hajimu UMEMOTO --- etc/hosts.allow | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/hosts.allow b/etc/hosts.allow index 8f9aa22..8b97752 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -30,7 +30,7 @@ ALL : ALL : allow ALL : PARANOID : RFC931 20 : deny # Allow anything from localhost. Note that an IP address (not a host -# name) *MUST* be specified for portmap(8). +# name) *MUST* be specified for rpcbind(8). ALL : localhost 127.0.0.1 : allow ALL : my.machine.example.com 192.0.2.35 : allow @@ -54,9 +54,9 @@ exim : ALL : allow # Portmapper is used for all RPC services; protect your NFS! # (IP addresses rather than hostnames *MUST* be used here) -portmap : 192.0.2.32/255.255.255.224 : allow -portmap : 192.0.2.96/255.255.255.224 : allow -portmap : ALL : deny +rpcbind : 192.0.2.32/255.255.255.224 : allow +rpcbind : 192.0.2.96/255.255.255.224 : allow +rpcbind : ALL : deny # Provide a small amount of protection for ftpd ftpd : localhost : allow -- cgit v1.1