DRb with http_proxy

hi all
聽聽i want to get a remote drb service .it can't be accessed directly so
i have to use a http proxy.
the question is how i can use proxy with drb. is there any resource
about it? thanks :slight_smile:

I don't know, DRb is a peer-to-peer protocol more than a client-server protocol. You can construct a DRb proxy server easily, but if the remote endpoint needs to connect back to you it may be unable to, and wouldn't work.

You can also tunnel DRb via SSH...

路路路

On Sep 29, 2006, at 10:28 PM, Haofei wrote:

hi all
i want to get a remote drb service .it can't be accessed directly so
i have to use a http proxy.
the question is how i can use proxy with drb. is there any resource
about it? thanks :slight_smile:

--
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant

http://trackmap.robotcoop.com

which you can use on port 80. I have heard from a student - but a bright one
- though that some evil proxies will detect that kind of trickery.
Worth a try of course.
Robert

路路路

On 9/30/06, Eric Hodel <drbrain@segment7.net> wrote:

On Sep 29, 2006, at 10:28 PM, Haofei wrote:

> hi all
> i want to get a remote drb service .it can't be accessed directly so
> i have to use a http proxy.
> the question is how i can use proxy with drb. is there any resource
> about it? thanks :slight_smile:

I don't know, DRb is a peer-to-peer protocol more than a client-
server protocol. You can construct a DRb proxy server easily, but if
the remote endpoint needs to connect back to you it may be unable to,
and wouldn't work.

You can also tunnel DRb via SSH...

--

Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant

http://trackmap.robotcoop.com

--
Deux choses sont infinies : l'univers et la b锚tise humaine ; en ce qui
concerne l'univers, je n'en ai pas acquis la certitude absolue.

- Albert Einstein