public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* SOCKS without SSH?
@ 2012-04-03  7:59 Marilo
  2012-04-03 13:50 ` Andrey Repin
  2012-04-05  5:49 ` Marilo
  0 siblings, 2 replies; 4+ messages in thread
From: Marilo @ 2012-04-03  7:59 UTC (permalink / raw)
  To: cygwin

What are my options, what commands, for setting up a SOCKS server without SSH?




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: SOCKS without SSH?
  2012-04-03  7:59 SOCKS without SSH? Marilo
@ 2012-04-03 13:50 ` Andrey Repin
  2012-04-05  5:49 ` Marilo
  1 sibling, 0 replies; 4+ messages in thread
From: Andrey Repin @ 2012-04-03 13:50 UTC (permalink / raw)
  To: Marilo, cygwin

Greetings, Marilo!

> What are my options, what commands, for setting up a SOCKS server without SSH?

http://3proxy.ru/


--
WBR,
Andrey Repin (anrdaemon@freemail.ru) 03.04.2012, <17:41>

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: SOCKS without SSH?
  2012-04-03  7:59 SOCKS without SSH? Marilo
  2012-04-03 13:50 ` Andrey Repin
@ 2012-04-05  5:49 ` Marilo
  2012-04-06 10:03   ` Warren Young
  1 sibling, 1 reply; 4+ messages in thread
From: Marilo @ 2012-04-05  5:49 UTC (permalink / raw)
  To: cygwin

I mean, purely within what is available in Cygwin, what is available to do it?

While I could look to install something natively, I ask, within cygwin, because i'm interested in learning the cygwin tool, and familiarising myself more with the large array of common *nix commands it presents.

> From: Marilo 
> What are my options, what commands,
> for setting up a SOCKS server without SSH?
> 
> 


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: SOCKS without SSH?
  2012-04-05  5:49 ` Marilo
@ 2012-04-06 10:03   ` Warren Young
  0 siblings, 0 replies; 4+ messages in thread
From: Warren Young @ 2012-04-06 10:03 UTC (permalink / raw)
  To: Cygwin-L

On 4/4/2012 11:49 PM, Marilo wrote:
> I mean, purely within what is available in Cygwin, what is available to do it?

There is no standalone SOCKS proxy server in the Cygwin distribution.

If you had to have something that ran "natively" under Cygwin you'd have 
to build it yourself from source code.  These look like they should do 
the job:

	http://www.inet.no/dante/download.html
	http://ss5.sourceforge.net/software.htm

I'm not endorsing either, because the last time I used SOCKS was when I 
was also using Windows NT 3.51, and the server I used back then doesn't 
even exist any more.  (NEC -> Permeo -> Blue Coat -> oblivion.)

> While I could look to install something natively, I ask, within
> cygwin, because i'm interested in learning the cygwin tool, and
> familiarising myself more with the large array of common *nix
> commands it presents.

That's an admirable sentiment, but there's not much about a SOCKS server 
that would benefit from running under Cygwin:

- A SOCKS server doesn't access the disk to speak of, once it's running, 
so it doesn't need POSIX filesystem emulation.

- You haven't already selected a server, so it's not like you're stuck 
with one that doesn't have a native Windows port, so you need Cygwin to 
port it over.

- A SOCKS server is purely a network proxy, so it doesn't necessarily 
rely on other platform facilities.  If you're only using SOCKS v4 
features I'd be surprised if there's *anything* else in the platform the 
SOCKS server interacts with once it's running.  SOCKS v5 adds some 
authentication methods that would let you link it to the Cygwin Kerberos 
stuff, but Windows provides that just as well, so I don't see the advantage.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2012-04-06 10:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-03  7:59 SOCKS without SSH? Marilo
2012-04-03 13:50 ` Andrey Repin
2012-04-05  5:49 ` Marilo
2012-04-06 10:03   ` Warren Young

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 read-only IMAP folder(s) and NNTP newsgroup(s).