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:

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 H. - [email protected] - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant

http://trackmap.robotcoop.com

On 9/30/06, Eric H. [email protected] wrote:

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…

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

Eric H. - [email protected] - 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