can't add connection to server in windowsXP using pgadminIII

From: Ramon Orticio <rporticio(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: can't add connection to server in windowsXP using pgadminIII
Date: 2005-01-18 02:16:00
Message-ID: 20050118021600.60766.qmail@web54005.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

i changed the postgresql.conf file adding
listen_address = '*' but it doesn't kick. also changd
the pg_hba.conf file adding "host template1 postgres
192.168.0.0/24 md5" but to no avail.

inasmuch as there was no data folder in the postgres
file i created the data folder and placed in them the
"posgresql.conf" and "pg_hba.conf" files.

i used the postgresql-8.0.0-rc2 windows installer
package for the pgadminIII.

here are my settings in the New server dialog box
under properties tab

Address: 192.168.0.1
Description: win32
Service:
Port 5432 SSL
InitialDB Template1
Username postgres
needpassword: unchecked
password:

after clicking ok the result is

an error has occured:

error connecting to the server: could not connect to
the server: No route host(0x00002751/10065). Is the
server running on host "192.168.0.1" and accepting
tctp/ip connections on port5432?

tsk. tsk. tsk. thanks for any help.

mon


__________________________________
Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Afton & Ray Still 2005-01-18 02:56:34 Re: can't add connection to server in windowsXP using
Previous Message Tjibbe Rijpma 2005-01-17 23:45:59 How the get variables out of a plggsql RECORD by column number