Update Fort Wayne container creation and iptables rules#96
Merged
runleveldev merged 3 commits intomainfrom Nov 7, 2025
Merged
Conversation
#82 Changed Fort Wayne template CTID to 20113 and adjusted container ID allocation in create-container-new.sh. Updated register-container.sh to use interface-specific iptables rules (wg0 for Fort Wayne, vmbr0 otherwise) for PREROUTING and POSTROUTING, improving network configuration flexibility. This change also indirectly includes an updates container template on ew-ai that fixes sssd issues related to authentication.
Collaborator
|
Obseletes #93 |
runleveldev
requested changes
Oct 29, 2025
container-creation/intern-phxdc-pve1/var-lib-vz-snippets/register-container.sh
Outdated
Show resolved
Hide resolved
container-creation/intern-phxdc-pve1/var-lib-vz-snippets/register-container.sh
Outdated
Show resolved
Hide resolved
added 2 commits
November 6, 2025 09:59
Replaces the variable $IPTABLES_IFACE with the hardcoded 'vmbr0' interface in the iptables PREROUTING rule for additional protocols. Ensures correct network interface is used for DNAT.
Replaces the variable $IPTABLES_IFACE with the explicit interface name vmbr0 in the iptables PREROUTING rule for SSH. This ensures that SSH traffic is correctly forwarded to the container.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#82
Changed Fort Wayne template CTID to 20113 and adjusted container ID allocation in create-container-new.sh. Updated register-container.sh to use interface-specific iptables rules (wg0 for Fort Wayne, vmbr0 otherwise) for PREROUTING and POSTROUTING, improving network configuration flexibility.
This change also indirectly includes an updates container template on ew-ai that fixes sssd issues related to authentication.