Re: How to select the source ip address for a connection to the database server

Поиск
Список
Период
Сортировка
От Andrew McMillan
Тема Re: How to select the source ip address for a connection to the database server
Дата
Msg-id 1251977488.8237.154.camel@happy.home.mcmillan.net.nz
обсуждение исходный текст
Ответ на How to select the source ip address for a connection to the database server  (dimitris.sakellarios@telesuite.gr)
Ответы Re: How to select the source ip address for a connection to the database server  (Greg Stark <gsstark@mit.edu>)
Список pgsql-php
On Wed, 2009-09-02 at 20:23 +0300, dimitris.sakellarios@telesuite.gr
wrote:
> Hi,
>
> I am currently working with PHP5+PGSQL 8.2.13 and i have the following
> problem to solve and i need your help.
>
> The server hosting PHP+psql client has 1 physical network interfaces
> with multiple subinterfaces using different IPs.
>
> One of those IP is dedicated to my domain, but it is not servers
> default IP address since i share the server.
>
> So the problem that i need to solve is how am i going to be able to
> use-select my domains IP address as source to connect to the remote
> databases.
>
> Is there any configuration to settle default source IP the client will
> use?
>
> At the moment all my attempts to connect to the database make use of
> servers default interface IP as source.

Nope, unless you're root you're unlikely to be able to choose the source
address for your connection, and even then it would be tricky.

You probably need to either live with the fact that the people you share
your hosting with might also be able to connect to your database, so if
you are paranoid you might want to make sure it is an SSL connection,
and protect it with a reasonable password.

Or you could shell out some more money for a non-shared server, and then
perhaps you might not need to have the database remote in the first
place.

Cheers,
                    Andrew McMillan.

------------------------------------------------------------------------
http://andrew.mcmillan.net.nz/                     Porirua, New Zealand
Twitter: _karora                                  Phone: +64(272)DEBIAN
                        Beware of Bigfoot!
------------------------------------------------------------------------


Вложения

В списке pgsql-php по дате отправления:

Предыдущее
От: dimitris.sakellarios@telesuite.gr
Дата:
Сообщение: How to select the source ip address for a connection to the database server
Следующее
От: Greg Stark
Дата:
Сообщение: Re: How to select the source ip address for a connection to the database server