I followed this manual to configure TCP wrappers/host.allow:
http://www.freebsd.org/doc/handbook/tcpwrappers.html
inetd is running with the -Ww options.
I want to block all access from a specific IP address. The first entry in my hosts.allow is:
ALL : 192.168.1.44 : deny
I'm able to connect to the SMTP and SSH ports from 192.168.1.44 even after restarting inetd. What am I doing wrong?
Thanks!
http://www.freebsd.org/doc/handbook/tcpwrappers.html
inetd is running with the -Ww options.
I want to block all access from a specific IP address. The first entry in my hosts.allow is:
ALL : 192.168.1.44 : deny
I'm able to connect to the SMTP and SSH ports from 192.168.1.44 even after restarting inetd. What am I doing wrong?
Thanks!
