On 26 March 2015 at 16:34, Florez, Nestor <nflo...@sdcwa.org> wrote:
> I am trying the rules below and the network guy tells me that he can not 
> access my server for access with solar winds;
> -A RH-Firewall-1-INPUT -p tcp -s 192.168.324.27 -m tcp --dport 161 -j ACCEPT
> -A RH-Firewall-1-INPUT -p udp -s 192.168.324.27 -m udp --dport 162 -j ACCEPT

"snmp poll"  traffic is usually 161/UDP, not tcp.

if this doesn't fix the issue, paste iptables -L -n -v --line-numbers
. You might be dropping the traffic with some other DROP line above.

Cheers

f.

--
redhat-sysadmin-list mailing list
redhat-sysadmin-list@redhat.com
https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list

Reply via email to