Re: [GENERAL] DHCP and pg_hba.conf

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: Ron Atkins <theotiwii(at)earthlink(dot)net>
Cc: Postgres <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] DHCP and pg_hba.conf
Date: 2000-03-06 20:29:49
Message-ID: 20000306122948.B14279@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Ron Atkins <theotiwii(at)earthlink(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-03-06 20:39:54 Re: [GENERAL] sum() bug?
Previous Message Ed Loehr 2000-03-06 20:26:24 Re: [GENERAL] database corruption?