Re: FW: Allowing user to connect to a database?

From: "Carlos Oliva" <carlos(at)pbsinet(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: FW: Allowing user to connect to a database?
Date: 2003-06-19 15:37:34
Message-ID: E148BE531B8AD311922E005004D3EEA1010F1DE6@xchserver.pbsinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks again for your help. I think that the picture is getting clearer
in my mind.

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Paul Thomas
Sent: Thursday, June 19, 2003 10:37 AM
To: pgsql-general @ postgresql . org
Subject: Re: FW: [GENERAL] Allowing user to connect to a database?

On 19/06/2003 14:04 Carlos Oliva wrote:
> Hi Paul,
> This worked very well. Perhaps, you can help me with another
> question: If I write an aaa bbb ccc of 200.200.200.0, do all clientes
> with IP addresses between 0.0.0.0 and 200.200.200.0 can connect?
>

No. The client ips would have to be in the range 200.200.200.1 to
200.200.200.254. The rules for sub-nets and sub-net masks can be a bit
confusing and I've yet to find a tutorial on-line which is easy to
follow.
It might help you to think of 200.200.200.0 as 200.200.200.*.

HTH

--
Paul Thomas
+------------------------------+----------------------------------------
-----+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+----------------------------------------
-----+

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Browse pgsql-general by date

  From Date Subject
Next Message Paul Ramsey 2003-06-19 15:38:45 Re: [Fwd: PostGreSQL information]
Previous Message Guy Fraser 2003-06-19 15:37:07 Re: [GENERAL] Request for advice: Table design