Re: connect to database over network

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: connect to database over network
Дата
Msg-id 5384.1049997389@sss.pgh.pa.us
обсуждение исходный текст
Ответ на connect to database over network  (aa nn <bmewang@yahoo.com>)
Список pgsql-novice
aa nn <bmewang@yahoo.com> writes:
> psql: could not connect to server: Connection reset by peer (0x00002746/10054)
>         Is the server running on host synapse.xxx.xxx.xxx and accepting
>         TCP/IP connections on port 5432?

> The thing is that I started the postermaster with -i option and I already added my client PC's IP to the pg_hba.conf.

"Connection reset by peer" sounds more like a kernel-level rejection,
anyway.  Perhaps you should check the packet filtering setup on the
Linux box to see if traffic to/from port 5432 is allowed in and out.
(At least in recent RHL releases, the default filtering setup doesn't
allow such traffic.)

            regards, tom lane


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

Предыдущее
От: aa nn
Дата:
Сообщение: connect to database over network
Следующее
От: Doug Silver
Дата:
Сообщение: Data types mapping