
17 Sep
2013
17 Sep
'13
12:42 p.m.
Oops, missed a bit: On 2013-09-17 22:23, Matthew Cengia wrote: [...]
# Remove the redirects from the forward chain iptables -D FORWARD -j log_incoming iptables -D FORWARD -j log_outgoing
# Clear the custom chains before deletion iptables -F log_incoming iptables -F log_outgoing
# Delete the custom chains we created iptables -X log_incoming iptables -X log_outgoing
-- Regards, Matthew Cengia