Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Could you pls add how to undo the iptables -I command? Thanks!!
    – Evgeny
    Commented Sep 9, 2013 at 22:52
  • 1
    "iptables -D" followed by whatever else you had after the "-I" in the original command. Basically, look up the documentation.
    – cjc
    Commented Sep 10, 2013 at 11:45
  • 1
    I'd highly recommend using ufw (just apt install ufw then see man ufw) it's a more user-friendly frontend for iptables.
    – Nagev
    Commented Jun 10, 2020 at 10:40