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

Add ability to configure the firewall #40

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

jaevans
Copy link
Contributor

@jaevans jaevans commented May 9, 2023

Currently, several ports on systems are exposed to the internet. This change removes the open ports (except for ssh), allows all ports between systems in the same node set, and allows configuration of ports on the external firewall.

Additionally, there was a brief moment during the creation of the firewall where it applied to every host in the subnet. This has been fixed so that the firewall doesn't apply to any hosts until the matching test servers are created.

Fixes #34

jaevans added 2 commits May 9, 2023 15:47
This change also allows complete access between all hosts in the same nodeset
@jaevans jaevans marked this pull request as ready for review May 10, 2023 13:13
@bastelfreak bastelfreak merged commit 776d567 into voxpupuli:main Oct 19, 2023
3 checks passed
@jaevans jaevans deleted the configure-firewall branch May 18, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

network ports should be configurable
2 participants