| From: | Jasen Betts <jasen(at)xnet(dot)co(dot)nz> |
|---|---|
| To: | pgsql-php(at)postgresql(dot)org |
| Subject: | Re: How to select the source ip address for a connection to the database server |
| Date: | 2009-09-07 10:40:21 |
| Message-ID: | h82nul$dpv$5@reversiblemaps.ath.cx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-php |
On 2009-09-02, dimitris(dot)sakellarios(at)telesuite(dot)gr <dimitris(dot)sakellarios(at)telesuite(dot)gr> wrote:
>
> Hi,
>
> I am currently=A0working with PHP5+PGSQL 8.2.13 and i have the =20
> following problem to solve and i need your help.
>
> The server hosting PHP+psql=A0client=A0has 1 physical network =20
> interfaces with multiple=A0subinterfaces using different IPs.
>
> One of those IP=A0is dedicated to my domain, but it is not servers =20
> 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 =20
> use-select my domains IP address as source=A0to connect to the remote =20
> databases.
>
> Is there any configuration to settle default source IP the client will us=
> e?
>
> At the moment all my attempts to connect to the database=A0make use =20
> of=A0servers default interface IP as source.
>
> Thanks in advance for your help.
easiest way it probably by setting a routing rule, you need
root/adimnistrator to do this.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jasen Betts | 2009-09-07 10:49:42 | Re: How to select the source ip address for a connection to the database server |
| Previous Message | Bob McConnell | 2009-09-06 19:35:32 | Re: How to select the source ip address for a connection to the database server |