Installing netbird on a Oracle Cloud VPS (Ubuntu) #523

Closed
opened 2025-11-20 05:12:59 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @plasticpippo on GitHub (Nov 30, 2023).

Hi,
i am trying to install Netbird with the selfhosting quickstart script provided on your website on a micro instance of Oracle Cloud.
i have opened all the necessary ports but when i run the script i receive the following message:

✘ Network netbird_netbird Error 0.2s
failed to create network netbird_netbird: Error response from daemon: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-e6a7f4738870 -j DOCKER: iptables v1.8.7 (nf_tables): Chain 'DOCKER' does not exist
Try `iptables -h' or 'iptables --help' for more information.
(exit status 2)

i tried to add the docker chain manually but it already exists

not sure where to go from here

Originally created by @plasticpippo on GitHub (Nov 30, 2023). Hi, i am trying to install Netbird with the selfhosting quickstart script provided on your website on a micro instance of Oracle Cloud. i have opened all the necessary ports but when i run the script i receive the following message: ✘ Network netbird_netbird Error 0.2s failed to create network netbird_netbird: Error response from daemon: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-e6a7f4738870 -j DOCKER: iptables v1.8.7 (nf_tables): Chain 'DOCKER' does not exist Try `iptables -h' or 'iptables --help' for more information. (exit status 2) i tried to add the docker chain manually but it already exists not sure where to go from here
Author
Owner

@azey7f commented on GitHub (Nov 30, 2023):

Sounds like your docker service isn't running (or not running correctly), try sudo systemctl restart docker and sudo systemctl enable docker to start it on boot

@azey7f commented on GitHub (Nov 30, 2023): Sounds like your docker service isn't running (or not running correctly), try `sudo systemctl restart docker` and `sudo systemctl enable docker` to start it on boot
Author
Owner

@plasticpippo commented on GitHub (Nov 30, 2023):

Thanks for your advice!
However i solved this by running
docker compose up
and then run the script again.
Not really sure what happened but it worked!

@plasticpippo commented on GitHub (Nov 30, 2023): Thanks for your advice! However i solved this by running docker compose up and then run the script again. Not really sure what happened but it worked!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#523