Обсуждение: binding to a specific IP address
This may be an FAQ but 5 minutes on the docs part of the site didn't enlighten me. Is there any way currently to get the postmaster to only answer requests on a specific IP address. My server has a number of addresses, and I don't really want the overhead of running ipfilter or similar for a server. In case it is relevant, this is an OpenBSD server. rgds, -- Peter Galbavy Knowledge Matters Ltd. http://www.knowledge.com/
I think this ability has been put in place for 7.1. (Anyone confirm?) > -----Original Message----- > From: Peter Galbavy [SMTP:peter.galbavy@knowledge.com] > Sent: Thursday, October 19, 2000 10:42 AM > To: pgsql-admin@postgresql.org > Subject: [ADMIN] binding to a specific IP address > > This may be an FAQ but 5 minutes on the docs part of the site didn't > enlighten me. Is there any way currently to get the postmaster to only > answer requests on a specific IP address. My server has a number of > addresses, and I don't really want the overhead of running ipfilter or > similar for a server. In case it is relevant, this is an OpenBSD server. > > rgds, > -- > Peter Galbavy > Knowledge Matters Ltd. > http://www.knowledge.com/
No, not yet. I have a patch against 7.0, but it does not apply. I hope to merge it in before 7.1 beta. > I think this ability has been put in place for 7.1. (Anyone confirm?) > > > -----Original Message----- > > From: Peter Galbavy [SMTP:peter.galbavy@knowledge.com] > > Sent: Thursday, October 19, 2000 10:42 AM > > To: pgsql-admin@postgresql.org > > Subject: [ADMIN] binding to a specific IP address > > > > This may be an FAQ but 5 minutes on the docs part of the site didn't > > enlighten me. Is there any way currently to get the postmaster to only > > answer requests on a specific IP address. My server has a number of > > addresses, and I don't really want the overhead of running ipfilter or > > similar for a server. In case it is relevant, this is an OpenBSD server. > > > > rgds, > > -- > > Peter Galbavy > > Knowledge Matters Ltd. > > http://www.knowledge.com/ > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
> No, not yet. I have a patch against 7.0, but it does not apply. I hope > to merge it in before 7.1 beta. Thanks - I'll wait :) Peter