In pg_hba.conf, I have
host all all 127.0.0.1/32 md5
host all all samenet md5
I also added
host all all samehost md5
on both.
I am using pgAdminIII, trying create a "New Server Registration". When I connect to (localhost), it works fine. But when I change the host to the actual workstation name it says:
FATAL: no pg_hba.conf entry for host "fe80::c81c:9e9c:6570:d0bf%20", user "postgres", database "postgres", SSL off
Additional Information
- Operating system: Windows 7 Ultimate 32 bit
- PostgreSQL Server 9.0.2
Any help on this would be highly appreciated.
listen_adressesproperty in postgresql.conf (postgresql.org/docs/9.0/static/…). Probably default value is just localhost. – Grzegorz Szpetkowski Jul 10 '11 at 18:45