0

removing firewall rule

hi in my centos server i have created rules to block ssh access of my server from other clients machines. now i tried to delete the rule it is not but in not deleting. please anyone help me.

CentOS Firewalld Add a comment
joshwariddin
asked Dec 05 2017

Answer

0

if you created rule permanently follow the below one.

firewall-cmd --permanent --remove-rich-rule ' mention your rule '

for temporary follow this one

firewall-cmd --remove-rich-rule ' mention your rule '

Add a comment
arunkumarak
asked Dec 05 2017
edited Oct 05 2018
Post your Answer