Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Networking >> What is tcp wrapper what are the config files and how to determine if a service is using it

Protects network services by applying ACLs that control which machines can access that service

 

example for sshd

ldd /usr/sbin/sshd | grep libwrap

if libwrap is used => using tcp wrapper

 

ACL files in /etc/hosts.allow & /etc/hosts.deny

 

References

[1] https://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-tcpwrappers.html

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]