(E-Mail Removed) (David Efflandt) wrote in message news:<(E-Mail Removed)>...
> iptables blocks or allows based on IP/port/protocol/interface, but knows
> nothing about hostnames or domains. tcpwrappers can, among other factors,
> block or allow based on connecting hostname (although, ipv6 complicates
> matters). So unrelated tcpwrappers has its place for finer control of
> ports that you do let in through iptables.
So it is the admins decision to use iptables for tcpip and port
security, and additional security of hosts with tcp wrappers. Because,
IPs can be regulated with tcp wrappers, does not mean you have to use
it. Here is where I am again confuesd. If iptables is regulating
ports, and tcp wrappers can regulate services,
HOWTO tell /etc/hosts.allow:
portmap: my.sub.net.number/my.sub.net.mask
mountd: my.sub.net.number/my.sub.net.mask
lockd: my.sub.net.number/my.sub.net.mask
statd: my.sub.net.number/my.sub.net.mask
....which, iptables or wrappers, can be used to give specific xinetd.d
control? And do I need to specify anything in wu-ftpd? There are so
many options, even with a full install.