From owner-freebsd-questions@FreeBSD.ORG Mon May 19 00:22:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3376F106566B for ; Mon, 19 May 2008 00:22:39 +0000 (UTC) (envelope-from steve.lake@raiden.net) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [69.51.138.187]) by mx1.freebsd.org (Postfix) with ESMTP id 788118FC13 for ; Mon, 19 May 2008 00:22:38 +0000 (UTC) (envelope-from steve.lake@raiden.net) Received: from works.raiden.net (works [192.168.0.3]) by dragoncrest.jasnetworks.net (8.13.1/8.12.8) with ESMTP id m4J0NJdK023405 for ; Sun, 18 May 2008 20:23:19 -0400 (EDT) (envelope-from steve.lake@raiden.net) Message-Id: <5.2.0.9.2.20080518203149.01c23078@192.168.0.30> X-Sender: megosdog@192.168.0.30 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 18 May 2008 20:35:26 -0400 To: freebsd-questions@freebsd.org From: Steve Lake In-Reply-To: <20080518224222.GA97110@demeter.hydra> References: <5.2.0.9.2.20080518175447.00c41508@192.168.0.30> <5.2.0.9.2.20080518145034.00c412a8@192.168.0.30> <5.2.0.9.2.20080518145034.00c412a8@192.168.0.30> <5.2.0.9.2.20080518175447.00c41508@192.168.0.30> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: VPN setup question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 00:22:39 -0000 > From what I'm reading, it looks like you want a secure proxy rather than >a VPN, per se. SSH can be used to provide that functionality very >simply: > > http://blogs.techrepublic.com.com/security/?p=408 > >That explains how to use SSH for remote proxy service with Firefox, but >it's simple enough to do the same thing with Pidgin for IMs and a number >of other applications. Would that solve the problems you want solved? Hmm, this may just work. I never thought of using an SSH remote proxy before. I'll definitely look into it and see if that does the job for me. Thanks.