Use "lsmod" to see what loadable modules are loaded or "cat /proc/modules" to see the same thing.
"iptables -L -n" actually only shows the "filter" table; you have to do a "iptables -t xxx -L -n" where xxx is "nat" or...
I assume that you are not talking about the hosts.allow file when you said "I don't want to use the hosts.equiv file.."? Adding the following line to your hosts.allow file would grant access to the SSH daemon to only the listed IP's.
sshd: 192.168.32.0/255.255.255.0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.