From: | Einar Karttunen <ekarttun(at)cs(dot)helsinki(dot)fi> |
---|---|
To: | FOlkeN <folken(at)mac(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: can't connect to postmaster from other machine |
Date: | 2002-02-07 13:46:35 |
Message-ID: | 20020207134635.GB18109@shellak.helsinki.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On 07.02.02 12:52 +0000(+0000), FOlkeN wrote:
> Hi everyone,
>
> I'm new to PostgreSQL, i'm using version 7.1.3 on Mac OS X.1.2. It works
> perfectly when I connect through localhost but when I try to connect from
> other machine on the network i can't. Anyway, the computers can ping each
> other, and other applications on the network work well.
>
> I'm running postmaster with this command line:
>
> postgres$ postmaster -i -D /usr/local/pgsql/data
>
> And psql from the other machine with this:
>
> postgres$ psql -h 192.168.0.21
>
> after a lot of time (2 or 3 minutes) it shows this message:
>
> psql: PQconnectPoll() -- connect() failed: Operation timed out
> Is the postmaster running (with -i) at '192.168.0.21'
> and accepting connections on TCP/IP port 5432?
There is a file called pg_hba.conf which specifies who is
allowed to connect from which location. Set it to allow
connections from the hosts your using postgres from.
- Einar Karttunen
From | Date | Subject | |
---|---|---|---|
Next Message | Walter Hop | 2002-02-07 13:58:41 | Re: can't connect to postmaster from other machine |
Previous Message | Walter Hop | 2002-02-07 13:45:59 | Re: can't connect to postmaster from other machine |