Re: Limiting postmaster to listen in a particular ip address only - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: Limiting postmaster to listen in a particular ip address only
Date
Msg-id 20041026163232.GA98536@winnie.fuhr.org
Whole thread Raw
In response to Limiting postmaster to listen in a particular ip address only  (Rajesh Kumar Mallah <mallah@trade-india.com>)
List pgsql-admin
On Tue, Oct 26, 2004 at 08:48:38PM +0530, Rajesh Kumar Mallah wrote:
>
> I have two NICs in my machine i want that postmaster shud only listen to the
> internal NIC . I cannot limit it to listen in  unix domain sockets only
> because it needs to be accessed from other machine inside LAN.

In PostgreSQL 7.4 and earlier, set the virtual_host configuration
variable in postgresql.conf.  In 8.0 (currently in beta), use
listen_addresses.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Limiting postmaster to listen in a particular ip address only
Next
From: Ben Kim
Date:
Subject: Re: Question: drop database problem