Re: [GENERAL] Error connecting using pgadmin from different computer !!

2004-11-10 Thread Russell Smith
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

Re: [GENERAL] Error connecting using pgadmin from different computer

2004-11-10 Thread Tom Lane
"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 -

Re: [GENERAL] Error connecting using pgadmin from different computer

2004-11-10 Thread Goutam Paruchuri
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

Re: [GENERAL] Error connecting using pgadmin from different computer

2004-11-10 Thread Goutam Paruchuri
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

[GENERAL] Error connecting using pgadmin from different computer !!

2004-11-10 Thread Goutam Paruchuri
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