Re: [GENERAL] DHCP and pg_hba.conf - Mailing list pgsql-general

From Alfred Perlstein
Subject Re: [GENERAL] DHCP and pg_hba.conf
Date
Msg-id 20000306122948.B14279@fw.wintelcom.net
Whole thread Raw
In response to DHCP and pg_hba.conf  (Ron Atkins <theotiwii@earthlink.net>)
List pgsql-general
* Ron Atkins <theotiwii@earthlink.net> [000306 12:22] wrote:
> This is my first day here. I'm writing a HowTo for a GPL'ed accounting
> system (Kontor) that uses PostgreSQL.
>
> I don't use DHCP (Dynamic Host Configuration Protocol). Those
> that do know the client IP address is assigned dynamically.
>
> That being the case, how does one set up access / security in the
> pg_hba.conf file (since it requires ip addresses)?
>
> I'm sure I overlooked / don't understand a major concept about DHCP.
>
> Can anyone help or point me in the right direction?
>
> Thank you.

One trick would be add the subnets/ips into the conf file and make
sure DHCP only gives out IP addresses from those subnets to those
clients that are authorized.

-Alfred

pgsql-general by date:

Previous
From: Ron Atkins
Date:
Subject: DHCP and pg_hba.conf
Next
From: Ron Atkins
Date:
Subject: Re: [GENERAL] DHCP and pg_hba.conf