iptables on Oracle Cloud Infrastructure are not persistant #1508

Open
opened 2025-11-20 05:31:54 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @raegedoc on GitHub (Dec 23, 2024).

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). 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 2025-11-20 05:31:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1508