Pessoal estou com o seguinte problema:

instalei o postgresql-8.3 em uma maquina linux debian.
nela estou conseguindo acessar o banco, normalmente, porém quando vou
tentar acessar a mesma atravéz de outra maquina "windows" via, pgAdmin
III versão 10.0.. ele da a seguinte mensagem:

could not connect to server: Connection refused (0x0000274D/10061) Is
the server running on host "192.168.0.254" and accepting TCP/IP
connections on port 5432?

Sendo que eu configurei os seguintes arquivos.

postgresql.conf (parametro listen_address = '*'

e o arquivo pg_hba.conf com as seguintes informações:

host    all         all         127.0.0.1/32          md5
host    all         all         192.168.0.102/32      trust
host    all         all         192.168.0.0/24        trust
host    all         all         192.168.0.104/32      trust


Alguém tem uma luz por onde devo tentar configurar algo?

Obrigado!
_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a