Re: FW: PostgreSQL and iptables

From: José María Terry Jiménez <jtj(at)tssystems(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: FW: PostgreSQL and iptables
Date: 2015-06-13 10:32:13
Message-ID: 557C06AD.9050701@tssystems.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

El 13/06/15 a las 10:58, Mephysto escribió:
>
> Thank you Holger,
> any suggestions?
>
> I'm using the same settings used for ssh connection to vm, and these
> work correctly....
>
> Bye.
>
> Meph
>
Hello

Are PosgreSQL listening in the IP of the machine with (for example):

listen_addresses = '*' # what IP address(es) to listen on;

Instead:

listen_addresses = 'localhost' # what IP address(es) to listen on;

That is the default.

Best

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2015-06-13 16:35:20 Re: Row count estimation bug in BETWEEN?
Previous Message Щекин Ярослав 2015-06-13 09:20:22 Row count estimation bug in BETWEEN?