Need help in enabling remote connection

Поиск
Список
Период
Сортировка
От Shruthi A
Тема Need help in enabling remote connection
Дата
Msg-id 6caee9520911020526q4216a7b7qfbc792f2677dbc30@mail.gmail.com
обсуждение исходный текст
Ответы Re: Need help in enabling remote connection  (Julius Tuskenis <julius@nsoft.lt>)
Re: Need help in enabling remote connection  (Brian Modra <brian@zwartberg.com>)
Re: Need help in enabling remote connection  (Sam Jas <samjas33@yahoo.com>)
Re: Need help in enabling remote connection  (Shruthi A <shruthi.iisc@gmail.com>)
Список pgsql-admin
Hi,

I want a postgres client to be able to connect to a postgres sever on a remote machine.  But i'm not able to make it work.  Assume both the machines are on a LAN 10.0.0.* .Following available advice, this is what i did:

-- In pg_hba.conf, i added the line
host all all 10.0.0.1/24 trust

-- In postgresql.conf, i added the line
listen_addresses = 10.0.0.*

-- Restarted the server with the cmd
./pg_ctl -D <data_folder> reload


This doesn't work.  What else should i do to make remote connection work?

I'm lost!  Please help!


Thanks a lot,

Shruthi

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

Предыдущее
От: Dhaval Rami
Дата:
Сообщение: Postgresql 8.4 and Data warehousing
Следующее
От: Julius Tuskenis
Дата:
Сообщение: Re: Need help in enabling remote connection