Posts Tagged ‘ tcp

Webmin TCP Wrappers

On a Centos installation, perl TCP wrappers aren’t installed automatically. There are some steps you have to go through to enable IP access control in Webmin:

yum -y install tcp_wrappers-devel perl-CPAN perl-devel && perl -MCPAN -e "install Authen::Libwrap"