From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 12:23:07 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 CAD7816A41F for ; Wed, 20 Jul 2005 12:23:07 +0000 (GMT) (envelope-from bob@bobp.demon.co.uk) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E36543D48 for ; Wed, 20 Jul 2005 12:23:07 +0000 (GMT) (envelope-from bob@bobp.demon.co.uk) Received: from bobp.demon.co.uk ([80.177.19.205]) by anchor-post-35.mail.demon.net with esmtp (Exim 4.42) id 1DvDX5-000BV7-Hl for freebsd-questions@freebsd.org; Wed, 20 Jul 2005 12:18:39 +0000 Date: Wed, 20 Jul 2005 13:23:05 +0100 (BST) From: Bob Parkinson X-X-Sender: bob@gw.not-invented-here.net To: freebsd-questions@freebsd.org Message-ID: <20050720131303.Y19719@gw.not-invented-here.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: 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: Wed, 20 Jul 2005 12:23:07 -0000 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