[OT] revolver postgresql issue

J. Bakshi bakshi12 at gmail.com
Tue May 15 11:25:45 UTC 2012


Hello,

I am using revolver solo version 8.4.6
The system is working fine. I need to communicate the postgresql
remotely, but the port 9977 which postgresql uses for revolver is bind
to the localhost only.

At postgresql.conf there is already 

listen_addresses = '*'

and at pg_hba.conf I have added the following 

host 	all 	    all 	   	   0.0.0.0/0		trust
host 	all 	    all 	   	   192.168.0.1/24	password
host 	all 	    revolverserver	   192.168.1.154	trust

The winxp box has firewall disabled. Still the port 9977 is not visible from any
other PC of the same LAN. How can I open the port then for all ?

Thanks




More information about the ubuntu-users mailing list