Re: Bind PostgreSQL to a specific IP - Mailing list pgsql-admin

From Tom Lane
Subject Re: Bind PostgreSQL to a specific IP
Date
Msg-id 17537.1103057810@sss.pgh.pa.us
Whole thread Raw
In response to Bind PostgreSQL to a specific IP  (Mário Gamito <gamito@netual.pt>)
List pgsql-admin
=?ISO-8859-1?Q?M=E1rio_Gamito?= <gamito@netual.pt> writes:
> Whenever i start it, it is binded to localhost (netstat -an shows port
> 5342 binded to 127.0.0.1), but i need it to allow incoming connections
> from netowrk 10.10.2.0

Perhaps you forgot the -i switch?

The literal answer to your Subject: question is to use the virtual_host
parameter (or listen_addresses, if you're testing 8.0), but I suspect
that's not actually what you need to do.

            regards, tom lane

pgsql-admin by date:

Previous
From: Simon Riggs
Date:
Subject: Re: i need help
Next
From: "Philip Michael D Vargas"
Date:
Subject: Re: i need help