Re: - Mailing list pgadmin-support

From Dave Page
Subject Re:
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B86793@mail.vale-housing.co.uk
Whole thread Raw
In response to  (tanysql <tanysql@chaska.unsaac.edu.pe>)
List pgadmin-support

> -----Original Message-----
> From: Mukund Pate [mailto:patemukund@yahoo.com]
> 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.

pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re:
Next
From: Mukund Pate
Date:
Subject: ...