From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 08:08:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EE116A41F for ; Thu, 21 Jul 2005 08:08:36 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB86A43D55 for ; Thu, 21 Jul 2005 08:08:35 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so13792rns for ; Thu, 21 Jul 2005 01:08:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UTQzNuXj9aC/GBiw1sZ4XT5UNc554Y/UT2uaWjYz2Tqu6fGPc+m47IoVtWd0aN5r7uorgc6OmjGcqUh3A0xtxJdJHfLJmbjAMR7MJsrzOAzDNRCgyP9I4PWhJg/n8LESpkj11wOG28R2Oc8Po/h71g79lV3dsoY9SVQJ6tmL1eA= Received: by 10.38.103.16 with SMTP id a16mr23497rnc; Thu, 21 Jul 2005 01:08:35 -0700 (PDT) Received: by 10.38.8.44 with HTTP; Thu, 21 Jul 2005 01:08:35 -0700 (PDT) Message-ID: Date: Thu, 21 Jul 2005 04:08:35 -0400 From: Hornet To: C Burchell In-Reply-To: <20050721051113.3521143D45@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050721051113.3521143D45@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: Re: SSH tunnelling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hornet List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 08:08:36 -0000 On 7/21/05, C Burchell wrote: > I would like to use a FreeBSD 5.3 RELEASE machine to perform data tunnell= ing > from a remote location. If anyone on the list is famliiar with > secure-tunnel.com - I'm trying to create something similar. >=20 > I have a FreeBSD server colocated in a remote facility, and I'd like to b= e > able to pipe all traffic from a local PC to that server so that traffic > appears to 'originates' from the collocated server. >=20 > Is this possible? Any guidance would be appreciated. >=20 > I am using FreeBSD 5.3_RELEASE and VanDyke SecureCRT on the client. >=20 > Cheers, > Chris >=20 If you want to originate ALL traffic from the remote facility, then a VPN would be the best option. If you just want certain traffic like www, then ssh tunnels would be best of course you prolly will have to set a proxy. I have a friend that uses SecureCRT, never much cared for it since putty is (IMHO is better) free.