X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4F7EBF43.7010109@etr-usa.com> Date: Fri, 06 Apr 2012 04:02:43 -0600 From: Warren Young <warren AT etr-usa DOT com> User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Cygwin-L <cygwin AT cygwin DOT com> Subject: Re: SOCKS without SSH? References: <1333604967 DOT 72934 DOT YahooMailClassic AT web28606 DOT mail DOT ukl DOT yahoo DOT com> In-Reply-To: <1333604967.72934.YahooMailClassic@web28606.mail.ukl.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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