From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 14:22:25 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 189A916A41F for ; Thu, 21 Jul 2005 14:22:25 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4656C43DC4 for ; Thu, 21 Jul 2005 14:22:05 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28684 invoked from network); 21 Jul 2005 14:22:04 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Jul 2005 14:22:04 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EE2673E; Thu, 21 Jul 2005 10:22:03 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Bob Parkinson References: <20050720131303.Y19719@gw.not-invented-here.net> From: Lowell Gilbert Date: 21 Jul 2005 10:22:03 -0400 In-Reply-To: <20050720131303.Y19719@gw.not-invented-here.net> Message-ID: <44ackgjl2s.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: tcp proxy/pppoa2/nat 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: Thu, 21 Jul 2005 14:22:25 -0000 Bob Parkinson writes: > What is the best way to proxy tcp on a freebsd box running ppp+nat. > > I want to run a game at work, however those pesk firewalls and > security policies get in the way. > > So I want: > > 1) ssh from my "work PC with game" to my freebsd gateway machine at home. > > 2) proxy on freebsd gateway to game server > > 3) and back to my work PC. > > My freebsd box is running pppoa2 with nat enabled, and a short list of > incoming connections + nat for them. All outgoing is allowed. > > I'm may be going google blind cause I can't see how to do this easily > (easily means that I don't write my own perl tcpproxy even though it > ought to be v. simple) > > What is the FreeBSD way to achieve this? > > Tkx. > > Frustrated Game Player Far be it from me to suggest violating corporate network security, but perhaps using SSH port forwarding would work.