SNMP closed state in CentOS
- by anksoWX
I'm having a problem here, I've added to my IPtables rules this:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 161 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 161 -j ACCEPT
but when I scan with nmap or any other tool it says this:
Not shown: 998 filtered ports
PORT STATE SERVICE
22/tcp open ssh
161/tcp closed snmp…