Re: psql remote database access
| От | Samed YILDIRIM |
|---|---|
| Тема | Re: psql remote database access |
| Дата | |
| Msg-id | 215681478785987@web21o.yandex.ru обсуждение исходный текст |
| Ответ на | psql remote database access (Ron Watkins <rwatkins@dssolutions.com>) |
| Ответы |
Re: psql remote database access
|
| Список | pgsql-admin |
<div>Hi,</div><div> </div><div>It is written on error log of psql. Postgres service sees your IP as 10.0.0.254, not 10.42.42.16.Most probably there is a NAT between your box and Postgres service. You should add following entry to pg_hba.confand restart Postgres.</div><div> </div><div><span style="font-size:8pt;font-family:"Courier New";">host all all 10.0.0.254/32 md5</span></div><div> </div><div>Best regards.</div><div> </div><div><br/></div><div><br /></div><div>İyi çalışmalar.</div><div>Samed YILDIRIM</div><div><br /></div><div><br/></div><div><br /></div><div>10.11.2016, 15:47, "Ron Watkins" <rwatkins@dssolutions.com>:</div><blockquotetype="cite"><div lang="EN-US" link="blue" vlink="purple"><div><p>Im surethis has been addressed somewhere, but I wasn’t able to locate any answers.<p>I have a postgres database running on adifferent host and I need to access it remotely from another box.<p> <p>Boxes are CentOS 6, and I opened the firewall port5432 on the database server host.<p>Also, on the database server host, I made the following entries to <span style="font-size:8pt;font-family:"CourierNew";">/var/lib/pgsql/9.6/data/pg_hba.conf.</span><p><span style="font-size:8pt;font-family:"CourierNew";">local all all md5</span><p><spanstyle="font-size:8pt;font-family:"Courier New";">host all all <a href="http://127.0.0.1/32">127.0.0.1/32</a> md5</span><p><span style="font-size:8pt;font-family:"Courier New";">host all all <a href="http://10.42.42.16/24">10.42.42.16/24</a> md5</span><p><spanstyle="font-size:8pt;font-family:"Courier New";"> </span><p>When I try to use psql to attach to the remotedatabase, I get the following error: <p><span style="font-size:8pt;font-family:"Courier New";">[root@host1 ~]# psql-h host2 -p 5432 -U postgres</span><p><span style="font-size:8pt;font-family:"Courier New";">psql: FATAL: no pg_hba.confentry for host "10.0.0.254", user "postgres", database "postgres", SSL off</span></div></div></blockquote>
В списке pgsql-admin по дате отправления: