| From: | amul sul <sul_amul(at)yahoo(dot)co(dot)in> |
|---|---|
| To: | Kevin Struckhoff <kevins(at)thermal(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: Unable to connect remotely to postgres server |
| Date: | 2014-09-22 05:54:54 |
| Message-ID: | 1411365294.58551.YahooMailNeo@web193501.mail.sg3.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Try to add ADDRESS column in pg_hba.conf as 192.168.xxx.0/24 or 192.168.0.0/16
Regards,
Amul Sul
On Monday, 22 September 2014 3:52 AM, Kevin Struckhoff <kevins(at)thermal(dot)com> wrote:
Hello,
I'm having trouble connecting to my postgres db server from my pgAdmin desktop app which has a current dhcp IP number of 192.168.xxx.148. It was at
192.168.xxx.107 earlier today before I rebooted my pc.
I figured out to handle my server ip number which has segment 4 > 128 by using 'samehost' as the address entry.
So how do i configure pg_hba.conf for my pc to connect?
Thanks.
Kevin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Birchall, Austen | 2014-09-26 14:32:58 | Copy a cluster from one host to an identical other |
| Previous Message | David G Johnston | 2014-09-21 01:55:02 | Re: Advice on index and constraint definition |