From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com> |
Cc: | "barbara figueirido" <barbara(at)bariloche(dot)com(dot)ar>, pgsql-novice(at)postgresql(dot)org |
Subject: | Re: phppgadmin not working under v. 8.1 |
Date: | 2006-08-25 04:42:15 |
Message-ID: | 18604.1156480935@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
"Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com> writes:
> On 8/25/06, barbara figueirido <barbara(at)bariloche(dot)com(dot)ar> wrote:
>> listen_addresses = '192.168.1.0' # what IP address(es) to
>> listen on;
> Is that actually the machines IP address?
The answer to that is no, as I'm sure Andrej knows ;-) ... no valid IP
address ends in .0.
If you don't want to say listen_addresses = '*' then you need to specify
the exact IP address of your machine's network interface in
listen_addresses. Unless you have multiple IP addresses and know what
they are and why you want to distinguish between them, just write '*'.
The other thing that enters into this is the contents of pg_hba.conf.
An entry like 192.168.1.0/24 would be pretty reasonable in pg_hba.conf,
if you want to let in just connections from your local LAN.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andrej Ricnik-Bay | 2006-08-25 06:14:17 | Re: phppgadmin not working under v. 8.1 |
Previous Message | Andrej Ricnik-Bay | 2006-08-25 02:54:29 | Re: phppgadmin not working under v. 8.1 |