[GH-ISSUE #3106] iptables on Oracle Cloud Infrastructure are not persistant #6588

Open
opened 2026-08-05 01:09:06 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @raegedoc on GitHub (Dec 23, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/3106

In the documentation, it is stated for Oracle Cloud Infrastructure (OCI) to modify the iptables. The problem is it will not survive a reboot.

sudo iptables -I INPUT -p udp -m udp --dport 3478 -j ACCEPT

It must be followed by this line

sudo netfilter-persistent save

Please correct the documentation

Originally created by @raegedoc on GitHub (Dec 23, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/3106 In the documentation, it is stated for Oracle Cloud Infrastructure (OCI) to modify the iptables. The problem is it will not survive a reboot. `sudo iptables -I INPUT -p udp -m udp --dport 3478 -j ACCEPT` It must be followed by this line `sudo netfilter-persistent save` Please correct the documentation
saavagebueno added the waiting-feedbacktriage-needed labels 2026-08-05 01:09:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#6588