Discord Server Red Security Twitter Donation to Red Security Red Security Youtube Channel Red Security Tumblr Profile
Login or Register to Hide ads and Accessing all features on the forum

Linux 

Deleting Iptables Firewall rule.

0 Replies, 1611 Views

In The Name OF Allah
Al-Salam Alekum

Guys In this tutorial I will teach you Deleting IPtables Firewall Rule in Linux.
Open Terminal and execute this command to list all rules: "iptables -S"

   


After that Copy the rule which you wanted to delete:
"-A ufw-user-input -p tcp -m tcp --dport 80 -j ACCEPT"

   


Then basically replace -A with -D to delete the rule:
"iptables -D ufw-user-input -p tcp -m tcp --dport 80 -j ACCEPT"

   

Finally check if it has been deleted or not by listing the rules again: "iptables -S"

Thank you for reading


Heart Wa Salam Alekum Heart
Rs
* Thankful to Allah *
Kurdy

Possibly Related Threads…
Thread Author Replies Views Last Post
Brick Linux Nextcloud 20: One private cloud to rule them all ZDNet Linux 0 1,100 11-03-2020, 04:25 AM
Last Post: ZDNet Linux



Users browsing this thread: 1 Guest(s)