From owner-freebsd-questions@FreeBSD.ORG Sun Feb 27 18:45:16 2005 Return-Path: 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 6577816A4E1 for ; Sun, 27 Feb 2005 18:45:16 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6CD43D41 for ; Sun, 27 Feb 2005 18:45:16 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1D5TLD-0001cM-K3 for freebsd-questions@freebsd.org; Sun, 27 Feb 2005 19:40:31 +0100 Received: from jrpenn.demon.co.uk ([194.222.241.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Feb 2005 19:40:31 +0100 Received: from jeff+list+news by jrpenn.demon.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Feb 2005 19:40:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jeff Penn Date: Sun, 27 Feb 2005 17:57:17 +0000 (UTC) Lines: 13 Message-ID: References: <200502162158.12694.shinjii@virusinfo.rdksupportinc.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: jrpenn.demon.co.uk User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: freebsd-questions@m.gmane.org X-MailScanner-To: freebsd-questions@freebsd.org Subject: Re: NAT rules in ppp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 18:45:16 -0000 Warren : > This is the rule i presently have in my ppp.conf file > > nat port tcp 10.100.6.10:6881-6999 6881-6999 > > What im wanting to change without the need to use an actual FW is to have it > so those ports are forwaded across my entire local subnet rather then a > specific local IP. Can this be done or am i limited to specific machine > IP's ? You may be able to achieve this using the 'enable proxy' feature in ppp. Jeff