Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

New iptables module defaults #34

Description

@alvagante

Some comments on the default rules that are generated with the new iptables module:
1- There's no more a failsafe ssh rule:
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
this can be dangerous , I 'd keep the option that inserts it and enable it by default

2- There's not a rule to manage ESTABLISHED connections:
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
I've always considered them safe and useful

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions