Posted: Thu Oct 09, 2003 3:33 am Post subject: tcp wrapper
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
Joined: Aug 14, 2003 Posts: 1699 Location: Mumbai, India.
Posted: Thu Oct 09, 2003 6:50 am Post subject:
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
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum