MFS: note that only IP addresses work when wrapping the portmapper.

Make clearer we consider this only an example, and admins should really
write this file for their needs.
This commit is contained in:
David E. O'Brien 1999-11-25 03:00:44 +00:00
parent 2cb305af77
commit dfe43144ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53685

View File

@ -7,8 +7,15 @@
# see hosts_options(5) for the format of this file.
# hosts_access(5) no longer fully applies.
# This is an example! You will need to modify it for your specific
# requirements!
# _____ _ _
# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |
# | _| \ \/ / / _` | | '_ ` _ \ | '_ \ | | / _ \ | |
# | |___ > < | (_| | | | | | | | | |_) | | | | __/ |_|
# |_____| /_/\_\ \__,_| |_| |_| |_| | .__/ |_| \___| (_)
# |_|
# !!! This is an example! You will need to modify it for your specific
# !!! requirements!
# Start by allowing everything (this prevents the rest of the file
# from working, so remove it when you need protection).
@ -39,6 +46,7 @@ exim : .evil.cracker.example.com : deny
exim : ALL : allow
# Portmapper is used for all RPC services; protect your NFS!
# (IP addresses rather than hostnames *MUST* be used here)
portmap : localhost : allow
portmap : .nice.guy.example.com : allow
portmap : .evil.cracker.example.com : deny