Re:

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Mukund Pate" <patemukund(at)yahoo(dot)com>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re:
Date: 2002-09-04 09:09:22
Message-ID: 03AF4E498C591348A42FC93DEA9661B86793@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Mukund Pate [mailto:patemukund(at)yahoo(dot)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.

Browse pgadmin-support by date

  From Date Subject
Next Message Mukund Pate 2002-09-04 11:52:49
Previous Message Dave Page 2002-09-04 08:24:09 Re: