|
|||||||||||
|
Re: [JDBC] trying to connect to pg from within a local network
From: Mike C. <mcbp223(at)yahoo.com>
Date: Fri Jan 18 2008 - 17:58:18 EST
postgresql.conf # - Connection Settings - listen_addresses = 'localhost, dn-2xe32-e1000g0' # what IP address(es) to listen on; port = 5432 # (change requires restart) ----------------- pg_hba.conf # IPv4 local connections: host all all 127.0.0.1/32 trust host all postgres 192.168.1.0/24 md5 host all pguser2 192.168.1.0/24 md5 ----------------- Also I have seen in your first email an entry listen_address instead of listen_addresses, can you double check if there is no spelling error somewhere, you never know. Did you try listen_addresses='*' and see if that would listen more than localhost? Mike Albretch Mueller <lbrtchx@gmail.com> wrote:
There is nothing I can see in pg_hba.conf or postgres.conf that
relates to TCP/IP connnections and I think it is a pg thing, because
when I run tomcat on port 8080 on this box, I can telnet to it without
any problems
Never miss a thing. Make Yahoo your homepage. Received on Fri Jan 18 18:00:35 2008 This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 23:43:08 EDT |
||||||||||
|
|||||||||||