Re: How to allow PostgreSQL to accept remote connection?

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to allow PostgreSQL to accept remote connection?
Date: 2010-04-24 15:04:56
Message-ID: 4BD30898.4010008@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 24/04/2010 15:58, Andre Lopes wrote:
> Hi,
>
> I have a virtual machine with VMWARE, and I need to connect from outside
> the virtual machine to PostgreSQL.
>
> How can I configure the PostgreSQL to accept outside connections?

It should be just the same as a "real" machine.... put the IP address of
the VM's network interface in "listen_addresses" in postgresql.conf.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andre Lopes 2010-04-24 15:25:45 Re: How to allow PostgreSQL to accept remote connection?
Previous Message Andre Lopes 2010-04-24 14:58:12 How to allow PostgreSQL to accept remote connection?