Re: Correct configuration to access Postgres 7.3 from remote client?

From: "Vishal Arora" <aroravishal22(at)hotmail(dot)com>
To: Kawecki_Lewis(at)emc(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Correct configuration to access Postgres 7.3 from remote client?
Date: 2007-07-06 04:20:18
Message-ID: BAY123-F1561A2AAB9CBB0BB536BAAA9010@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>From: Kawecki_Lewis(at)emc(dot)com
>To: <pgsql-admin(at)postgresql(dot)org>
>Subject: [ADMIN] Correct configuration to access Postgres 7.3 from remote
>client?
>Date: Tue, 3 Jul 2007 20:42:27 -0400
>
>First, I modified these lines in the postgresql.conf file:
>tcpip_socket = true
>port = 5432
>virtual_host = '20.20.20.4, localhost'

You can make it listen on all clients, Or add the client IP in virtual host
to listen.

>
>where 20.20.20.4 is the address of the postgres server. Is this needed?
>
>Second, I modified pg_hba.conf and added this line:
>host all all 20.20.20.5 255.255.255.0 trust
>
>where 20.20.20.5 is the client machine that I need to access the
>database from.
>
>Then I call "pg_ctl reload -D data_directory" to reload the config file
>changes.
>
>Then from the client I issue:
>
>pg_dump --host=20.20.20.4 -o mydb > remotedump
>pg_dump: [archiver (db)] connection to database "mydb" failed: could not
>connect to server: Connection refused
> Is the server running on host "10.10.18.53" and accepting
> TCP/IP connections on port 5432?
>
>It looks like the server is not configured properly. Does anyone know
>what I am missing?
>
>One strange thing is the postmaster.opts file contains the following:
>
> cat postmaster.opts
>/usr/bin/postmaster '-i' '-h' '127.0.0.1'
>
>I though it would contain '-h' '20.20.20.4, 127.0.0.1' because of my
>virtual_host setting.
>
>Any help would be greatly appreciated.
>
>Lewis Kawecki
>E: kawecki_lewis(at)emc(dot)com
>

_________________________________________________________________
Local listings, incredible imagery, and driving directions - all in one
place! http://maps.live.com/?wip=69&FORM=MGAC01

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message James Wilford 2007-07-06 09:09:53 Re: More than one pg_database entry for database
Previous Message Uwe C. Schroeder 2007-07-06 02:41:51 Re: Performance benchmarking