I am trying to share a database between two computers with no luck. Once PC is Vista, One is XP. I'd like the database on the Vista, but I have tried it both ways with no luck. I get the same error.
Both machines run local databases fine.
Both machines running PT3 and Postsql 8.3
Both machines can ping each other, both machines have virus and firewall OFF
Vista machine = 192.168.26.163
XP machine = 192.168.26.155
First, I edited pg_hba.conf by adding: host all all 192.168.26.0/24 md5 (please confirm no # sign - i actually tried both ways)
Then, I edited postgressql.com by adding: listen_addresses = '*' (again confirm no # sign)
I did this on both comptuers and then from each of the other computers tried to access the remote database.
Database, database mangemnet, new:
Name: default
Database: default
server:192.168.26.163 (or 155)
user: postgres
port:5432
password: dbpass
Whether I hit create or browse databases, after 2 minutes it times out with following error:
Unable to create PostgreSQL database: PT3_2008_10_19_185049
Reason: Unable to login to database (template1). Reason: could not connect to server: Connection timed out (0x0000274C/10060) Is the server running on host "192.168.26.163" and accepting TCP/IP connections on port 5432?
PLEASE HELP.