diff options
author | alfred <alfred@FreeBSD.org> | 2001-03-20 21:02:39 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-03-20 21:02:39 +0000 |
commit | 1a9d1573242ce084b4422d25219006f616d3203e (patch) | |
tree | 5cf43528d689f9e3d77b206d59a2e0d3de286a99 /etc/hosts.allow | |
parent | 74fd1cf1aa94af7b8361ad905670386a642e1463 (diff) | |
download | FreeBSD-src-1a9d1573242ce084b4422d25219006f616d3203e.zip FreeBSD-src-1a9d1573242ce084b4422d25219006f616d3203e.tar.gz |
s/portmap/rpcbind
Pointed out by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r-- | etc/hosts.allow | 8 |
1 files changed, 4 insertions, 4 deletions
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 |