Re: [GENERAL] Postgresql connect into windows server

2011-12-14 Thread Yuriy Rusinov
Hello, All ! >> But pg_admin on windows successfully works on both servers. Any ideas ? >>> >>> >>> is a windows firewall blocking incoming connections on port 5432/tcp ? >>> >> >> Possible yes, but which way I have to verify it ? When I add rule for 5432/tcp port, all works fine.

Re: [GENERAL] Postgresql connect into windows server

2011-12-13 Thread David Johnston
On Dec 14, 2011, at 0:40, Yuriy Rusinov wrote: > Hello ! > >>> >>> But pg_admin on windows successfully works on both servers. >>> Any ideas ? >> >> >> is a windows firewall blocking incoming connections on port 5432/tcp ? >> > > Possible yes, but which way I have to verify it ? > > Turn

Re: [GENERAL] Postgresql connect into windows server

2011-12-13 Thread Yuriy Rusinov
Hello ! >> >> But pg_admin on windows successfully works on both servers. >> Any ideas ? > > > is a windows firewall blocking incoming connections on port 5432/tcp ? > Possible yes, but which way I have to verify it ? -- Best regards, Sincerely yours, Yuriy Rusinov. -- Sent via pgsql-general

Re: [GENERAL] Postgresql connect into windows server

2011-12-13 Thread John R Pierce
On 12/13/11 9:27 PM, Yuriy Rusinov wrote: But pg_admin on windows successfully works on both servers. Any ideas ? is a windows firewall blocking incoming connections on port 5432/tcp ? -- john r pierceN 37, W 122 santa cruz ca mid-left co

[GENERAL] Postgresql connect into windows server

2011-12-13 Thread Yuriy Rusinov
Hello, All ! I have 2 machines with Gentoo Linux its ip is 192.168.17.109 and Windows XP ip is 192.168.17.124 Postgresql 9.0.1 was installed on both machines. If I connect from Windows machine onto Linux machine all works fine. pg_hba.conf on linux machine is local all all