In particular I am trying to disable the Chain Reject rule below.
2 12 945.00 B REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
Hey ..!!!
You can't change from Web Interface, but there is a way to delete this rule by using A+ console.
--> For Temporary purpose - just use bellow command (After reboot the rules will come again )
iptables --table filter -D reject --jump REJECT --reject-with port-unreach--> For Permanent - Put that same command in /etc/rc.local file.(check the picture for reference)
To do that, get your A+ console and open the file using
VI editor like
vi /etc/rc.local append that command into that file save it and reboot your A+. It will delete that rules from firewall rules