Re: Connect to postgres from a dynamic IP

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connect to postgres from a dynamic IP
Date: 2008-03-03 10:59:36
Message-ID: 20080303105936.GG12096@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 03, 2008 at 11:33:17AM +0100, A. Kretschmer wrote:
> am Mon, dem 03.03.2008, um 11:01:17 +0100 mailte dfx folgendes:
> > Dear Sirs,
> >
> > it is possible to connect to PostgreSQL server from a client with a dynamic
> > IP (or from an unknown IP)?
>
> Of course, yes.
>
>
> >
> > How I have to configure pg_hba.conf (and/or eventually my router, where the
> > server is located)?
>
> Set the CIDR to 0.0.0.0/32.

That should be 0.0.0.0/0, I beleive.

//Magnus

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dfx 2008-03-03 11:01:07 Re: Connect to postgres from a dynamic IP
Previous Message A. Kretschmer 2008-03-03 10:33:17 Re: Connect to postgres from a dynamic IP