Problems with adding IP to pg_hba.conf

Поиск
Список
Период
Сортировка
От Chrishelring
Тема Problems with adding IP to pg_hba.conf
Дата
Msg-id 1377691216123-5768809.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: Problems with adding IP to pg_hba.conf
Re: Problems with adding IP to pg_hba.conf
Список pgsql-general
Hi all,

I need to let a server access our postgreSQL database but I´m having
problems with the configuration. I´m getting the error message below,

psql: FATAL:  no pg_hba.conf entry for host "10.24.17.22", user "k175",
database "k175", SSL off

I´ve added the section below to the pg_hba.conf


# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
# IPv4 local connections:
host    all            all            10.24.17.0/24          md5

Still resulting in the above error. Can somebody guide me to what is wrong?

Thanks

Christian



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Problems-with-adding-IP-to-pg-hba-conf-tp5768809.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Torello Querci
Дата:
Сообщение: Re: Problem creating index
Следующее
От: Ziggy Skalski
Дата:
Сообщение: Re: Problems with adding IP to pg_hba.conf