无法从远程地址连接到 postgresql

Cannot connect to postgresql from remote address

我正在使用 ubuntu 14.04postgresql 9.5

我已经在 ufw 中允许了端口,并在 postgresql 中设置了配置文件。但是我也连接不上。

如果我尝试在端口 5432 上使用 telnet 到我的服务器,它也会连接超时。

ufw 设置: ➜ ~ ufw 状态 状态:活跃

To                         Action      From
--                         ------      ----
80                         ALLOW       Anywhere
443                        ALLOW       Anywhere
22                         ALLOW       Anywhere
5432                       ALLOW       Anywhere
8000                       ALLOW       Anywhere
80 (v6)                    ALLOW       Anywhere (v6)
443 (v6)                   ALLOW       Anywhere (v6)
5432 (v6)                  ALLOW       Anywhere (v6)
22 (v6)                    ALLOW       Anywhere (v6)
8000 (v6)                  ALLOW       Anywhere (v6)

pg_hba:

local   all             postgres                                peer
host    all             all             all                     md5

postgresql.conf

listen_addresses = '*'
port = 5432

我知道原因了。 我的 VPS 提供商关闭了除 22 和 80 之外的所有端口