Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using multiple iptables chains for firewalling on the router #74

Open
ldruschk opened this issue Jul 21, 2024 · 0 comments
Open
Labels
refactoring Improve/re-create existing features

Comments

@ldruschk
Copy link
Member

Currently, we have pretty complex iptables rules on the router that require some iptables rules to be in the correct order. We should evaluate whether it makes sense to have multiple chains for our firewall rules. The we just need to ensure that we jump into the different tables in the correct order, but can add rules to the different tables independently without worrying about whether they must be before or after the rules in other chains.

The chains should be structured in such a way that the order of the rules within one chain does not matter but only the order of the chains matters.

@ldruschk ldruschk added enhancement New feature or request refactoring Improve/re-create existing features and removed enhancement New feature or request labels Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improve/re-create existing features
Projects
Status: No status
Development

No branches or pull requests

1 participant