
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
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- keep getting cached data from db
I keep getting cached data from db queries. In my case I query data during build time for building a static nextjs app. sometimes (and very randomly) I get old ...
