summaryrefslogtreecommitdiffstats
path: root/etc/hosts.allow
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-05-05 08:31:59 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-05-05 08:31:59 +0000
commitd23c57bbfd7483781c0186d0adbaa31ee0223c4a (patch)
tree7fc82f72269533ee9279bcb9e316e0c3f540ec2f /etc/hosts.allow
parent66414fdb0bbf2eb0d8f10c296c7c29995861f637 (diff)
downloadFreeBSD-src-d23c57bbfd7483781c0186d0adbaa31ee0223c4a.zip
FreeBSD-src-d23c57bbfd7483781c0186d0adbaa31ee0223c4a.tar.gz
Add IP addresses to the rules required to "Allow anything from
localhost", since portmap(8) is included in "anything". Submitted by: Doug Barton <Doug@gorean.org>
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r--etc/hosts.allow7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow
index fbb20a7..0cdc4d9 100644
--- a/etc/hosts.allow
+++ b/etc/hosts.allow
@@ -29,9 +29,10 @@ ALL : ALL : allow
# Prevent those with no reverse DNS from connecting.
ALL : PARANOID : RFC931 20 : deny
-# Allow anything from localhost
-ALL : localhost : allow
-ALL : my.machine.example.com : allow
+# Allow anything from localhost. Note that an IP address (not a host
+# name) *MUST* be specified for portmap(8).
+ALL : localhost 127.0.0.1 : allow
+ALL : my.machine.example.com 192.0.2.35 : allow
# Sendmail can help protect you against spammers and relay-rapers
sendmail : localhost : allow
OpenPOWER on IntegriCloud