On Thu, 11 Nov 2004 03:31 am, Goutam Paruchuri wrote:
> Hello,
>
> I get an error in my log when connecting to postgres server on Windows.
> Postgres version : 8.0.0-beta4
>
> LOG TEXT
>
> 2004-11-10 11:22:47 LOG: invalid entry in file "C:/Program
> Files/PostgreSQL/8.0.0-beta4/data/pg_hba.con
"Goutam Paruchuri" <[EMAIL PROTECTED]> writes:
> My understanding was it means ip range of 1 to 254.
You're mistaken. /n means an n-bit netmask. /254 is nonsense.
What you probably want is 192.168.2.0/24, which effectively
means "all of 192.168.2.*".
regards, tom lane
-
Sent: Wednesday, November 10, 2004 1:12 PM
> To: Wilson, David
> Cc: [EMAIL PROTECTED]
> Subject: Re: [GENERAL] Error connecting using pgadmin from
> different computer
>
>
> My understanding was it means ip range of 1 to 254.
>
> 192.168.2.1 to 192.168.1.254
>
&g
ilto:[EMAIL PROTECTED]
> Sent: Wednesday, November 10, 2004 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: [GENERAL] Error connecting using pgadmin from
> different computer !!
> Importance: High
>
>
> Hello,
>
> I get an error in my log when connecting to postgres se
Hello,
I get an error in my log when connecting to postgres server on Windows.
Postgres version : 8.0.0-beta4
LOG TEXT
2004-11-10 11:22:47 LOG: invalid entry in file "C:/Program
Files/PostgreSQL/8.0.0-beta4/data/pg_hba.conf" at line 64, token
"192.168.2.1/254"
2004-11-10 11:22:47 FATAL: missi