Re: Java proxies connection to postgres

From: Samuel Gendler <sgendler(at)ideasculptor(dot)com>
To: - <grandebuzon(at)gmail(dot)com>
Cc: Matthew Wakeling <matthew(at)flymine(dot)org>, Donald Fraser <postgres(at)kiwi-fraser(dot)net>, "[JDBC]" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Java proxies connection to postgres
Date: 2010-08-09 16:13:57
Message-ID: AANLkTikmsEcP2c7p_bM3mYMe+JhMQqpTC+9tqcaiRwGu@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Does either host run an ssh daemon (on any port) and allow connection
via ssh from the other machine? If you can ssh between the two hosts,
in either direction, then you can connect to the database using the
technique in my first email on this thread. Ssh will allow you to
send any other protocol across an established ssh connection.

On Mon, Aug 9, 2010 at 5:45 AM, - <grandebuzon(at)gmail(dot)com> wrote:
> This all for develop in two machines, but having database and svn common en
> one machine.
> Postgres is installed in both machines, but one of them(prefer
> client) has firewall and short all connections to other(server).
>
>
>
>
>
> 2010/8/9 Matthew Wakeling <matthew(at)flymine(dot)org>
>>
>> On Mon, 9 Aug 2010, Samuel Gendler wrote:
>>>
>>> I imagine that just about any proxy made since 1995 supports arbitrary
>>> port numbers, but that really sin't sufficient.
>>
>> Agreed, however the port numbers that the administrator allows to be
>> connected to will usually be severely restricted for security reasons.
>>
>> Specifically, if you can use someone else's computer to connect to the
>> SMTP port on any computer in the world, you have got yourself an excellent
>> way of hiding where your spam is coming from. For that reason, a lot of mail
>> systems will refuse to receive mail from any system which is known as an
>> open proxy.
>>
>> Matthew
>>
>> --
>> An ant doesn't have a lot of processing power available to it. I'm not
>> trying
>> to be speciesist - I wouldn't want to detract you from such a wonderful
>> creature, but, well, there isn't a lot there, is there?
>>                                       -- Computer Science Lecturer
>>
>> --
>> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2010-08-09 16:18:44 Re: Java proxies connection to postgres
Previous Message Donald Fraser 2010-08-09 15:20:46 Re: Java proxies connection to postgres