> -----Original Message-----
> From: Mukund Pate [mailto:[EMAIL PROTECTED]] 
> Sent: 04 September 2002 10:05
> To: Dave Page
> Subject: RE: [pgadmin-support]
> 
> 
> 
> 
> 
> hi sir,
> actuaaly client ipaddress is 123:56:3:23 and server
> address is 123:56:3:20 the problem is notrelated to ip
> address.
> which address i have to mention in the server name and
> 
> usr name,address.
> the entry in pg_hba.conf file is as
> host sample 123:56:3:23 255:255:0:0 trust
> or
> host sample 123:56:3:23  255:255:0:0 postgres password
> or
> host sample 123:56:3:23  255:255:0:0 trust
> or
> host all 123:56:3:23  255:255:0:0 trust
> 
> i have mentioned the server ip address,postgres as a
> user name and password,port 5432 but still it gives
> the erro regarding the entry in file.
> does any permission requires for the workstation to
> access the database? 

Please keep replies on list.

Don't use : in your IP addresses. They are not valid.

Try:

host all 123.56.3.23  255.255.0.0 trust

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to