If you are looking to delete a software firewall rule in Plesk, you will need to follow the steps below:
Delete a firewall rule in Plesk
1. Login to the plesk panel.
2. Select option 'Firewall' under 'Tools & Resources'.
3. Select 'Edit Firewall Configuration' under 'Tools'.
4. Select the firewall rule that you wish to delete by "checking" the box next to it
5. Click "Delete"
6. Then select all the rules and click on "Activate" icon under "Tools" to activate the changes made
Delete the firewall rule from the Server backend for servers without Plesk
A rule can be deleted from the server backend from Iptables based on what the rule does
================
iptables -D chain
eg:
iptables -D INPUT -s 127.0.0.1 -p tcp --dport 101 -j ACCEPT
================
Contact us now for assistance or more information at www.bytehouse.co.uk/contact.