Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 20 Dec 2001 14:01:20 -0500 From: Jason Tishler To: CyberZombie Cc: cygwin AT cygwin DOT com Subject: Re: How do I use a socks server with cygwin? Message-ID: <20011220190116.GA1472@dothill.com> Mail-Followup-To: CyberZombie , cygwin AT cygwin DOT com References: <20011220132712 DOT GB2396 AT dothill DOT com> <3C22012F DOT 2040407 AT mediaone DOT 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 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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" # $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 -- 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--