9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] connection via proxy
@ 2008-10-06 15:57 lupin636
  2008-10-06 16:12 ` Steve Simon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: lupin636 @ 2008-10-06 15:57 UTC (permalink / raw)
  To: 9fans

Hi guys,

I've a problem with the internet connection,i don't know how to
connect my fileserver via proxy server through the port 8080,somebody
can help me??and  explain to me the steps i hace to do..
thanks in advance to all of you...
Armando.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] connection via proxy
  2008-10-06 15:57 [9fans] connection via proxy lupin636
@ 2008-10-06 16:12 ` Steve Simon
  2008-10-07  2:58 ` a
  2008-10-07  8:44 ` lupin636
  2 siblings, 0 replies; 5+ messages in thread
From: Steve Simon @ 2008-10-06 16:12 UTC (permalink / raw)
  To: 9fans

Not sure I understand, port 8080 is usually used to proxy http connections,
plan9 uses several ports for its fileserver but HTTP is not one of them
(well venti has a stats server but I only mention that to keep the pedants happy).

what exactly are you trying to do?

-Steve



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] connection via proxy
  2008-10-06 15:57 [9fans] connection via proxy lupin636
  2008-10-06 16:12 ` Steve Simon
@ 2008-10-07  2:58 ` a
  2008-10-07  5:17   ` Gabriel Diaz Lopez de la Llave
  2008-10-07  8:44 ` lupin636
  2 siblings, 1 reply; 5+ messages in thread
From: a @ 2008-10-07  2:58 UTC (permalink / raw)
  To: 9fans

You're after one of two things.

1)	It mostly sounds like you want to send 9p requests to an
existing server via an actual http proxy. If this is indeed what
you're looking for, you're pretty much out of luck. No code or
service exists to translate from 9p to/from http, which is what
would be needed before you could do this. I suppose there's
no theoretical reason such a mapping couldn't exist, but you
would have to do the design and coding yourself. It would be
a significant undertaking to do reasonably.

2)	Instead, one could read your mail as saying you just need
to use what you're describing as the "http proxy port", 8080. In
that case, you're okay: most servers which can listen on the
network can accept an arbitrary port to listen on; see the 'listen'
command in fossilcons(8), for example. For the rest,
aux/trampoline in conjunction with listen(8) will do well.

Sadly, I think you want option 1, which doesn't exist.
Anthony




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] connection via proxy
  2008-10-07  2:58 ` a
@ 2008-10-07  5:17   ` Gabriel Diaz Lopez de la Llave
  0 siblings, 0 replies; 5+ messages in thread
From: Gabriel Diaz Lopez de la Llave @ 2008-10-07  5:17 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello

May be this is of your interest:

http://www.r-36.net/htdialfs.tgz

Other thing that could be of your interest is:

http://sirviente.9grid.es/srv.rit

the section about dealing with http proxy from a windws xp "corporate"  
workstation and a qemu plan9.

hope this helps,

gabi


El 07/10/2008, a las 4:58, a@9srv.net escribió:

> You're after one of two things.
>
> 1)	It mostly sounds like you want to send 9p requests to an
> existing server via an actual http proxy. If this is indeed what
> you're looking for, you're pretty much out of luck. No code or
> service exists to translate from 9p to/from http, which is what
> would be needed before you could do this. I suppose there's
> no theoretical reason such a mapping couldn't exist, but you
> would have to do the design and coding yourself. It would be
> a significant undertaking to do reasonably.
>
> 2)	Instead, one could read your mail as saying you just need
> to use what you're describing as the "http proxy port", 8080. In
> that case, you're okay: most servers which can listen on the
> network can accept an arbitrary port to listen on; see the 'listen'
> command in fossilcons(8), for example. For the rest,
> aux/trampoline in conjunction with listen(8) will do well.
>
> Sadly, I think you want option 1, which doesn't exist.
> Anthony
>
>
>




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] connection via proxy
  2008-10-06 15:57 [9fans] connection via proxy lupin636
  2008-10-06 16:12 ` Steve Simon
  2008-10-07  2:58 ` a
@ 2008-10-07  8:44 ` lupin636
  2 siblings, 0 replies; 5+ messages in thread
From: lupin636 @ 2008-10-07  8:44 UTC (permalink / raw)
  To: 9fans

    [ The following text is in the "ISO-8859-1" character set. ]
    [ Your display is set for the "ISO-8859-15" character set.  ]
    [ Some special characters may be displayed incorrectly. ]

On 6 Ott, 18:19, st...@quintile.net (Steve Simon) wrote:
> Not sure I understand, port 8080 is usually used to proxy http connections,
> plan9 uses several ports for its fileserver but HTTP is not one of them
> (well venti has a stats server but I only mention that to keep the pedants happy).
>
> what exactly are you trying to do?
>
> -Steve

Hi steve,
I'm trying to connect the fileserver to the internet via proxy,but i
didn't see the 8080 port into my fileserver,so i don't how to do it.i
have only proxy connection.
thanks for your replay,

Armando



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-07  8:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-06 15:57 [9fans] connection via proxy lupin636
2008-10-06 16:12 ` Steve Simon
2008-10-07  2:58 ` a
2008-10-07  5:17   ` Gabriel Diaz Lopez de la Llave
2008-10-07  8:44 ` lupin636

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).