| From: | "Gerrit P(dot) Haase" <gerrit(at)familiehaase(dot)de> |
|---|---|
| To: | pgsql-cygwin(at)postgresql(dot)org |
| Subject: | pg_hba.conf is right ther, but connot connect |
| Date: | 2003-10-17 11:56:35 |
| Message-ID: | 541388661069.20031017135635@familiehaase.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-cygwin |
Hallo pgsql-cygwin,
I have tried what is stated in the FAQ, create an entry in pg_hba.conf
and checking the status of postmaster with pg_ctl tells me:
/usr/bin/postmaster '-D' '/usr/share/postgresql/data' '-i'
pg_hba.conf:
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
host all all 192.168.5.3 255.255.255.0 trust
When I try to connect from remote:
$ psql -h 192.168.5.5 -d dbmail -U dbmail
psql: FATAL: No pg_hba.conf entry for host 192.168.5.3, user dbmail, database dbmail
What else may I check or try?
Gerrit
--
=^..^=
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jason Tishler | 2003-10-17 12:28:14 | Re: pg_hba.conf is right ther, but connot connect |
| Previous Message | stephan.michael.rupp | 2003-10-17 10:36:26 | Data Type IPv6 |