Hi there
I am trying to block snmp incomming traffic from ip "xx.xx.xx.xx", using iptables but i dont understand why it is not done by the operating system REL.
trying with this
iptables -A INPUT -s 10.250.2.235 -p udp --destination-port 162 -j DROP
iptables -A INPUT -s 10.250.2.235 -j DROP
any comments
Thanks a lot
Best Regards
Malpa
I am trying to block snmp incomming traffic from ip "xx.xx.xx.xx", using iptables but i dont understand why it is not done by the operating system REL.
trying with this
iptables -A INPUT -s 10.250.2.235 -p udp --destination-port 162 -j DROP
iptables -A INPUT -s 10.250.2.235 -j DROP
any comments
Thanks a lot
Best Regards
Malpa