From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3912 invoked by alias); 20 Dec 2001 18:57:54 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 3560 invoked from network); 20 Dec 2001 18:57:48 -0000 Received: from unknown (HELO femail26.sdc1.sfba.home.com) (24.254.60.16) by sources.redhat.com with SMTP; 20 Dec 2001 18:57:48 -0000 Received: from althea.tishler.net ([24.3.200.94]) by femail26.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011220185747.QLNV713.femail26.sdc1.sfba.home.com@althea.tishler.net>; Thu, 20 Dec 2001 10:57:47 -0800 Received: by althea.tishler.net (sSMTP sendmail emulation); Thu, 20 Dec 2001 14:01:21 -0500 Date: Thu, 20 Dec 2001 11:04:00 -0000 From: Jason Tishler To: CyberZombie Cc: cygwin@cygwin.com Subject: Re: How do I use a socks server with cygwin? Message-ID: <20011220190116.GA1472@dothill.com> Mail-Followup-To: CyberZombie , cygwin@cygwin.com References: <20011220132712.GB2396@dothill.com> <3C22012F.2040407@mediaone.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <3C22012F.2040407@mediaone.net> User-Agent: Mutt/1.3.24i X-SW-Source: 2001-12/txt/msg01021.txt.bz2 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 701 On Thu, Dec 20, 2001 at 09:18:07AM -0600, CyberZombie wrote: > You're saying that by using the Hummingbird product, you can ssh through > the firewall? Yes. > Can you elaborate how you did this? Once the Hummingbird SOCKS proxy software is installed, all that you need to do is create a socks.cnf file. See attached for a sample. This it! You are done! It's that easy! If you are looking for just a ssh/SOCKS solution then try the following: http://www.imasy.or.jp/~gotoh/ssh/connect.c This is what I used before I found the generic Hummingbird solution. BTW, Shun-ichi GOTO has a cvs-socks solution (if you can read Japanese) at: http://www.imasy.or.jp/~gotoh/ssh/ Jason --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="socks.cnf" Content-length: 403 # $Id: socks.cnf,v 1.3 2001/12/14 17:39:58 jtishler Exp $ # Define excluded applications EXCLUDE-MODULE Extranet EXCLUDE-MODULE IEXPLORE EXCLUDE-MODULE netscape # Define included applications BIND-MODULE * # Define direct networks DIRECT 15.0.0.0 255.0.0.0 # Define round-robin, load balanced SOCKS V5 servers BALANCE SOCKD5 @=15.10.176.10,15.10.184.10,15.10.176.11 0.0.0.0 0.0.0.0 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-length: 214 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --mP3DRpeJDSE+ciuQ--