home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / hosts.deny < prev    next >
Encoding:
Text File  |  2006-10-25  |  901 b   |  20 lines

  1. # /etc/hosts.deny: list of hosts that are _not_ allowed to access the system.
  2. #                  See the manual pages hosts_access(5), hosts_options(5)
  3. #                  and /usr/doc/netbase/portmapper.txt.gz
  4. #
  5. # Example:    ALL: some.host.name, .some.domain
  6. #             ALL EXCEPT in.fingerd: other.host.name, .other.domain
  7. #
  8. # If you're going to protect the portmapper use the name "portmap" for the
  9. # daemon name. Remember that you can only use the keyword "ALL" and IP
  10. # addresses (NOT host or domain names) for the portmapper. See portmap(8)
  11. # and /usr/doc/portmap/portmapper.txt.gz for further information.
  12. #
  13. # The PARANOID wildcard matches any host whose name does not match its
  14. # address.
  15.  
  16. # You may wish to enable this to ensure any programs that don't
  17. # validate looked up hostnames still leave understandable logs. In past
  18. # versions of Debian this has been the default.
  19. # ALL: PARANOID
  20.