| From: | "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de> |
|---|---|
| To: | "Magnus Hagander" <mha(at)sollentuna(dot)net>, "pgsql-general" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Problem to connect to the Windows Port |
| Date: | 2004-08-24 20:01:39 |
| Message-ID: | 001c01c48a15$b13c1e70$0201a8c0@zwerg2000 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi Magnus
Thanks.
> If you meant to match the entire subnet (192.168.*.*), instead put
> host minitest postgres 192.168.0.0 255.255.0.0 password
Ok. I changed the line in pg_hba.conf to
host all all 192.168.0.0 255.255.0.0 password
then rebooted the computer and tried again:
C:\>psql -h 192.168.1.8 -U postgres -d minitest
psql: could not connect to server: Connection refused
Is the server running on host "192.168.1.8" and accepting
TCP/IP connections on port 5432?
The server on 192.168.1.8 is running, (I can connect on this machine
to localhost/minitest.).
I can ping 192.168.1.8
Regards
Conni
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2004-08-24 20:08:15 | Re: No connection to a PG 8.0 Beta 1 win32 server |
| Previous Message | Secrétariat | 2004-08-24 19:49:37 | Re: No connection to a PG 8.0 Beta 1 win32 server |