
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
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
