Skip to main content

tcp wrapper

More
20 years 6 months ago #976 by ice_hero
tcp wrapper was created by ice_hero
I read some articles about tcp wrapper. why we actually need that if we already have packet filtering firewall installed?
so what actually the main purpose of tcp wrapper?
and how about xinet.d? aren't they doing the same thing?
thanks for any guide :D
More
20 years 6 months ago #984 by sahirh
Replied by sahirh on topic Re: tcp wrapper
TCP wrappers lets you add another layer of security, after your firewall.. it provides further access control and logging. When someone tries to connect to a 'wrapped' service, it will access /etc/hosts.allow and /etc/hosts.deny to determine whether to allow the connection or not.

xinetd is a replacement for inetdacts as a 'super server' controlling connections to all services it manages. It can save system resources and provide logging facilities. It can also allow connections based on the time, as well as limit the number of connections or the load.

xinetd itself is a service wrapped by tcp wrappers. In other words xinetd makes use of tcp wrappers

I think these things are best explained with a diagram:
linux-rep.fnal.gov/rhl-rg-en-9/ch-tcpwrappers.html

For more on xinetd
www.redhat.com/docs/manuals/linux/RHL-7....es-tcp-wrappers.html

That should help you out,

Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Time to create page: 0.140 seconds