| From: | chiru r <chirupg(at)gmail(dot)com> |
|---|---|
| To: | Arvind Singh <arvindps(at)hotmail(dot)com> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: error postgresql remote access windows 7 |
| Date: | 2013-05-27 06:18:41 |
| Message-ID: | CA+RSxMhWo7x_JZMrvKLQQkPmReToFokQQPxJWLYmK9+F+Mjiag@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Arvind,
It seems this is Firewall issue.Server side(where as postgresql
installed) port(Ex:5432 default) was not opened to access postgres instance
from client machines. please stop firewalls on windows 7 machine and try to
connect from client machine.
Best Regards,
Chiru
On Mon, May 27, 2013 at 11:01 AM, Arvind Singh <arvindps(at)hotmail(dot)com> wrote:
> I have installed postgres server 9.3 on windows 7 network for the first
> time.
>
> The systems are connected on wifi network.
>
> Server in installed and working normal.
>
> configured pghba with
> host all all 0.0.0.0/0 md5
> host all all ::1/128 md5
>
> configured postgresql.conf with
> listen_addresses = '*'
>
>
> I am using pgadmin III to access server
> - From Server it works fine
> - But from Client it cannot find the Server.
>
> The client can access shared folders on server and Even ping is Ok from
> both sides.
>
> Any hint or a checklist will Help.
>
> regards
> arvind
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Langote | 2013-05-27 07:42:24 | Seq Scan cost shown to be (cost=10000000000.00..10000000001.10) |
| Previous Message | Arvind Singh | 2013-05-27 05:31:33 | error postgresql remote access windows 7 |