basically, tcp wrapper is useful only for programs that run under inetd/xinetd, that is - started only when they are called. if you don't use inetd or similar, tcp wrappers are almost useless to you.
firewalls work with daemons too, and allow you to control connections and track them. _always_ use a firewall, and use tcp wrappers for services that you think are not subjected to heavy usage... otherwise start them as daemons... hope it's correct and hope this helps =) marco On Mon, 2004-10-25 at 08:14, michal wrote: > What's the difference between firewall and TCP wrapper? If I have > installed iptables should I also install tcp wrraper? What advantages > will I have after installing tcp wrapper? -- Linux(Happy)User #367.189

