Re: Remote access

Поиск
Список
Период
Сортировка
От Tino Schwarze
Тема Re: Remote access
Дата
Msg-id 20081205085352.GF8219@easy2.in-chemnitz.de
обсуждение исходный текст
Ответ на Remote access  (Abubaker <aabubakersiddiq@yahoo.com>)
Ответы Re: Remote access  (Abubaker <aabubakersiddiq@yahoo.com>)
Re: Remote access  (Abubaker <aabubakersiddiq@yahoo.com>)
Список pgsql-admin
Hi,

> I am getting this error when I try to access the database in another computer within the same network.
>
> could not connect to server: Connection timed out (0x0000274C/10060). Is the server running on host "XX.XX.XX.XX" and
acceptingTCP/IP connections on port 5432? 
>
[...]

> My postgresql.conf file line:
>
> listen_addresses = '*'

correct.

> Netstat details:
> TCP    127.0.0.1:5432         0.0.0.0:0              LISTENING

Not correct. It should display 0.0.0.0:5432. Did you restart postgres
after you changed postgresql.conf?

> I have disabled all the firewall. Can someone help me with this error?

Connection timed out sounds like a firewall dropping packets, though. It
should be "Connection refused". But try to make it listen on 0.0.0.0
first.

HTH,

Tino.

--
"What we nourish flourishes." - "Was wir nähren erblüht."

www.lichtkreis-chemnitz.de
www.craniosacralzentrum.de

В списке pgsql-admin по дате отправления:

Предыдущее
От: Abubaker
Дата:
Сообщение: Remote access
Следующее
От: Tino Schwarze
Дата:
Сообщение: Re: Remote access