
all firewalls are disabled and my iptables rules look like this:
root@api ~/appwrite # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere 172.19.0.0/16
ACCEPT all -- 172.19.0.0/16 anywhere
ACCEPT all -- 172.19.0.0/16 anywhere
ACCEPT all -- anywhere 172.19.0.0/16
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere
Chain DOCKER (0 references)
target prot opt source destination
ACCEPT tcp -- anywhere 172.19.0.23 tcp dpt:4444
ACCEPT tcp -- anywhere 172.19.0.23 tcp dpt:https
ACCEPT tcp -- anywhere 172.19.0.23 tcp dpt:http

what makes you say you're unable to receive internet traffic? What error are you seeing?

this is a vultr.com issue. unless you explicitly use their marketplace docker image, it is impossible to set up appwrite systems. not even on bare metal, with firewall disabled, iptables rules flushed, etc. .... i still haven't figured it out, it cost me two days, i don't want to, i'm just using the marketplace docker image for now, that works. sorry.

[SOLVED] docker container appwrite unable to receive internet traffic
Recommended threads
- 401 on image preview url
So Im trying to get an image preview out of a bucket. im using a nextjs api to provide file data to my frontend, including a preview url. from other posts I gat...
- How to make redis Fast and scalable for ...
Currently i built my Appwrite architecture as follow. I have multiple servers in multiple regions in germany lets say server 1 and server 2. Each server has its...
- Self Hosted instance wont connect to Git...
I have doubled-checked all variables. Everything correct. When it comes to callback, I selected everything correct and while I'm trying to connect with my gith...
