Re: pg_hba.conf includes

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Adam Fernie <adam(at)mysi(dot)co(dot)uk>, pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_hba.conf includes
Date: 2006-08-07 13:57:56
Message-ID: 20060807135756.59980.qmail@web31810.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> host dbname all @myhosts 255.255.255.255 md5
>
> If I put a single ip or hostname in the file it works a treat but I
> don't know how to include more than 1 host or IP address is the file.
> Should it be comma seperated, newline for each file or something
> different?

You can add additional lines for each IP.

Or if all of your clients are on the same sub-network, then you can alter your net mask in the
above line to allow them. i.e. <255.255.255.0> So for example if your client is 191.168.1.100 and
your next mask is 255.255.255.0, then all ip like 192.168.1.* will be allowed to connect.

Regards,

Richard Broersma Jr.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Nicola Mauri 2006-08-07 14:00:15 Getting rid of postgres output
Previous Message Adam Fernie 2006-08-07 13:21:54 pg_hba.conf includes