Re: Attempting to connect

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Attempting to connect
Date: 2009-02-15 23:05:40
Message-ID: 49989FC4.6030900@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> # IPv4 local connections:
> host all all 0.0.0.0
> 255.255.255.255 md5
> host all all 127.0.0.1/32 md5

oh. that first HOST line will only allow IP 0.0.0.0, hardly likely
to be a valid address. if you want to allow connections from ALL IPs,
use 0.0.0.0/0 or 0.0.0.0 0.0.0.0

the second line allows connections to localhost only.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2009-02-15 23:34:08 Re: Attempting to connect
Previous Message Stuart McGraw 2009-02-15 22:47:14 Re: Running untrusted sql safely?