Re: Java proxies connection to postgres

Поиск
Список
Период
Сортировка
От Samuel Gendler
Тема Re: Java proxies connection to postgres
Дата
Msg-id AANLkTikmsEcP2c7p_bM3mYMe+JhMQqpTC+9tqcaiRwGu@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Java proxies connection to postgres  (- <grandebuzon@gmail.com>)
Список 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@gmail.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@flymine.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@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc
>
>

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

Предыдущее
От: "Donald Fraser"
Дата:
Сообщение: Re: Java proxies connection to postgres
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Java proxies connection to postgres