Text only
|
Text with Images
cBrandon Community
General Category => Linux Fixes => Topic started by: branx86 on September 16, 2015, 11:35:07 AM
Title:
Delete single iptables rule
Post by:
branx86
on
September 16, 2015, 11:35:07 AM
To Delete and entry
iptables -D INPUT -s 127.0.0.1 -p tcp --dport 111 -j ACCEPT
To list all entries : iptables -vnL
# iiptables -L --line-numbers
Then to delete # iptables -D INPUT (Line Number)
Text only
|
Text with Images