Delete Rules in Iptables
iptables -D (Chain Name) ( RuleNum)
eg.
iptables -D FORWARD 1
You can delete all rules from filter chain by typing :
iptables -F
or from nat table
iptables -F -t nat
Archive for April, 2011
iptables -D (Chain Name) ( RuleNum)
eg.
iptables -D FORWARD 1
You can delete all rules from filter chain by typing :
iptables -F
or from nat table
iptables -F -t nat
The information provided here are correct to my knowledge and my experience. Please use all the advices, scripts and configurations at your own risk. I cannot be held liable for any damage or loss at your side by use of these articles, scripts or tutorials in any way.
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Oct | Jun » | |||||
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |