2012/2/15 vossistemas <vossistemas@ibest.com.br>
>
> Instalei o Postgresql 8.3 no windows 7 como servidor. Em uma estação com xp
> estou tentando me conectar e ocorre a seguinte mensagem: FATAL: no
> pg_hba.conf entry for host "192.168.1.51", user "Vilson", database
> "postgres", SSL off .
>
> No servidor com windows 7 está configurado:
> postgresql.conf: listen_addresses = '*'
>
> pg.hba.conf: host all all 192.168.1.0/24
>
> o ip do servidor : 192.168.1.48
> o ip da estação: 192.168.1.51
>
> da estação chamo o ip do servidor 192.168.1.48
>
> Já configurei em várias máquinas e não deu problema. Esta é a primeira vez
> que estou configurando no WINDOWS 7 ULTIMATE
>
> Vilson Zin
> VOS Software Ltda
>
Seems that you forgot the METHOD portion, usually 'md5':
#
host all all 192.168.1.0/24 md5
# ^^^^^
Regards,
diego
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/conexao-no-windows-7-tp5487197p5487197.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general