How would I go about adding an entry to iptables that would allow connections via port 5286? I tried -A RH-Firewall-1-INPUT -p tcp -s 146.186.121.0/27 --dport 5286 -j ACCEPT but that doesn't seem to be working. Thanks :-)