Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2008 19:42:17 -0500
From:      stan <stanb@panix.com>
To:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   postgresql network access problem
Message-ID:  <20090101004217.GA32222@teddy.fas.com>

next in thread | raw e-mail | index | archive | help

I am having a bit of a problem enabling remote access to postgress on my
7.1 system.

I have added to postgresql.conf

listen_addresses = '*'

and to pg_hba.conf 

host    all         all         XXX.159.77.0/24         trust

XX is a real number, and is the first octect of the network that this
mahcine lives on

Now, it appears that I alos need to add the -i, or -h flag to the
invocation of postgress itslef, but I can't seem to get the rc.conf sysntax
corrcet for that. What should this entry look like?

-- 
One of the main causes of the fall of the roman empire was that, lacking
zero, they had no way to indicate successful termination of their C
programs.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090101004217.GA32222>