We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags
See BLT.

/etc/hosts.allow: One of the two access control files for TCP Wrappers and libwrap

This and/or its companion /etc/hosts.deny are used by the TCP Wrappers utility (or by any program that's been linked against the libwrap libraries) to determine which services can be access by which clients (based on their host IP address, network prefix, hostname or domain).

Read the man pages: hosts.allow hosts.deny hosts_access and hosts_options for more details on the syntax and use of these files.

Do not confuse the use of TCP Wrappers and libwrap with the use of IP Tables, IP Chains, ''ipfwadm'' or other packet filtering functions. TCP Wrappers is run in user space, after a connection has already been established; it can close the connection or execute a program to use that connection. Packet filtering in Linux occurs in the kernel and can affect any protocol, not just TCP and UDP.

Contributors

  • () JimDennis - 22 Oct 2003
  • If you edit this page: add your name here; move this to the next line; and if you've used a comment marker (your initials in parenthesis), include it before your WikiName.

Revision Comment

  • %DATE% —

Page Ratings

WebForm
PageStatus Believed Factual?
Topic revision: r1 - 22 Oct 2003 - 07:23:50 - JimDennis
 
TWIKI.NET
Copyright © 1999-2008 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
See TWiki's New Look