Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16

2003-03-12 Thread Fabiano
Many thanks for everybody. I realize that postgresql assume the mask 255.255.255.0 as an external net. So I put "host" and it is working great now. Dave is correct. All the information about the mask provided by you guys is relevant and correct. I found out that the postgres assume the masks in

Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16

2003-03-12 Thread Lamar Owen
On Wednesday 12 March 2003 11:00, Roman Fail wrote: > I'm not a TCP/IP networking expert, but I'm pretty certain that 10.x.x.x > addresses are the very definition of a private non-routable Class A > network. Which means the subnet mask should be 255.0.0.0. > 255.255.255.0 is the mask for Class C

Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16

2003-03-12 Thread Dave Page
> -Original Message- > From: Roman Fail [mailto:[EMAIL PROTECTED] > Sent: 12 March 2003 16:01 > To: Fabiano; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16 > > > I'm not a TCP/IP networking expert, but I'

Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16

2003-03-12 Thread Roman Fail
I'm not a TCP/IP networking expert, but I'm pretty certain that 10.x.x.x addresses are the very definition of a private non-routable Class A network. Which means the subnet mask should be 255.0.0.0. 255.255.255.0 is the mask for Class C networks, which for private networks are generally def

Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16

2003-03-12 Thread Fabiano
I do not know why the others has "USER" at pg_hba.conf. Maybe your version is 7.3. Mine is 7.2. Thanks for your suggestion but it have not worked. The mask I use is from my local network, and all the stations is with the same mask. I restarted the server many times using pg_ctl restart or stop

Re: [pgadmin-support] No entry to pg_hba.conf 10.17.11.16

2003-03-11 Thread efesar
> I put the following line at pg_hba.conf: > > local all 10.17.11.0 255.255.255.0 trust Mine has a "user" column, which yours skipped. It would be: local all all 10.17.11.0 255.255.255.0 trust You must also make sure you restart the server. Try connecting on localhost or 127.0.0.1.