Can't connect from computer on network.

Поиск
Список
Период
Сортировка
От Dan King
Тема Can't connect from computer on network.
Дата
Msg-id e8af117a0802190127q43bed6fehe22e87c0d1eaa7e3@mail.gmail.com
обсуждение исходный текст
Ответы Re: Can't connect from computer on network.  ("Mehlape, Makgati" <MMehlape1@fnb.co.za>)
Список pgsql-admin
Hi list,

I am using postgresql 8.2 on Ubuntu Gutsy. I am attempting to connect to my database on one computer from another computer on my network. I can connect to the database if I have:

listen_addresses = '*'

in my postgresql.conf file. But I can't connect if I have:

listen_addresses = 'localhost, 192.168.2.102'

in my postgresql.conf file. The computer that is assigned 192.168.2.102 is the computer I am attempting to connect from that works with the * but not with an assigned IP address. I understand that having a * allows all connections but I am attempting to restrict this so only a certain computer can access the database.

Does anyone know why I can't connect to the database from another computer when specifying the IP address in 'listen_addresses' and how to fix my problem?

Thanks a lot for the help.

Dan

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?
Следующее
От: "Mehlape, Makgati"
Дата:
Сообщение: Re: Can't connect from computer on network.