[NOVICE] Login from Remote Client

Поиск
Список
Период
Сортировка
От Bee.Lists
Тема [NOVICE] Login from Remote Client
Дата
Msg-id EBCC56B4-FFA1-49A6-BB50-6D3ECB7A89DE@gmail.com
обсуждение исходный текст
Ответы Re: [NOVICE] Login from Remote Client  (Efraín Déctor <efraindector@motumweb.com>)
Список pgsql-novice
Hi folks.

Using a LAN tool, I can’t seem to see my LAN server sharing psql.  It works on the machine (I can ssh and use it just
fine)but the port 5432 isn’t open. 

I’ve modified the pg_hba.conf as such:

host    all             user1            192.168.1.9             md5
host    all             user2           192.168.1.9             md5

The postgresql.conf file was also edited:

listen_addresses = 'localhost'          # what IP address(es) to listen on;
port = 5432                             # (change requires restart)
max_connections = 100                   # (change requires restart)
superuser_reserved_connections = 3      # (change requires restart)

password_encryption = on

I’m not sure why I can’t even see the port open, and there is no firewall.  It’s on the LAN, and the router isn’t
blockingit.  I’m sure I’m missing something.  pg_ident.conf is not being used, and is functionally blank.   

Any advice appreciated.


Cheers, Bee






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

Предыдущее
От: Pankaj Arora
Дата:
Сообщение: [NOVICE] PostgreSQL 9.3 Uninstall error - Windows 2012
Следующее
От: Efraín Déctor
Дата:
Сообщение: Re: [NOVICE] Login from Remote Client