> -----Original Message-----
> From: Mukund Pate [mailto:[EMAIL PROTECTED]] 
> Sent: 04 September 2002 08:31
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support]
> 
> 
> Hi,
> i am trying to conversion of ms-access data to
> postgresql so i use pgadmin tool to do this but i get
> the error when i try to connect
> 
> no entry found in pg_hba.conf 877.28.78.54
> username=postgres database=sample.
> server ip address is - 877.28.78.50

Hi,

First problem, that is not a valid IP address.

> and i have installed the pgadmin on windows machine so
> i am trying to convert my ms-access database to
> postgresql on linux server.
> 
> workstation ip address is - 877.28.78.54
> i have written the entry in the pg_hba.conf file like
> this
> host sample 877.28.78.50 255:255:0:0 postgres
> or
> host sample 877.28.78.50 255:255:0:0 postgres hello
> or
> host sample 877.28.78.50 255:255:0:0  trust

Try:

host dbname 877.28.78.54 255.255.255.255 trust

Or 

host dbname 877.28.78.54 255.255.255.255 trust

But with a valid IP address.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to