> tcp 0 0 0.0.0.0:5432 0.0.0.0:* > LIST > EN > tcp 0 0 :::5432 :::* > LIST > EN > unix 2 [ ACC ] STREAM LISTENING 6630 /tmp/.s.PGSQL.5432
Está tudo correto. > psql -h<ip> -p<port> -Upostgres postgres Ou tem um firewall entre você e a máquina ou o SELinux tá te atrapalhando. Tente, da máquina cliente: telnet ip_postgres 5432 E veja se conecta. Se não houver Firewall, desabilite o SELinux. []s Flavio Gurgel _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
