关于centos:Postgresql不接受远程连接

Postgresql wont accept remote connections

我尝试在IP表中打开端口,
将侦听地址设置为'*'
添加
托管所有23.81.27.0/24信任

托管所有0.0.0.0/0信任

YouGetSignal显示端口已关闭,我无法通过PgAdmin连接到我的数据库。

我明白了

could not connect to server: Connection timed out (0x0000274C/10060)
Is the server running on host"23.81.27.206" and accepting TCP/IP
connections on port 5432?

我已经尝试重启Postgresql,IPtables和服务器。

有任何想法吗?


尝试在postgresql.conf中添加(或取消注释)"listen *"
然后重启postgresql。