- Posts: 9
- Thank you received: 0
tcp wrapper
21 years 1 month 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
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
21 years 1 month ago #984
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
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,
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.116 seconds