From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 12:03:04 2003 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 3874237B401 for ; Fri, 18 Apr 2003 12:03:04 -0700 (PDT) Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 2197243FAF for ; Fri, 18 Apr 2003 12:03:03 -0700 (PDT) (envelope-from darryl@osborne-ind.com) Received: (qmail 14834 invoked by uid 204); 18 Apr 2003 19:03:02 -0000 Received: from darryl@osborne-ind.com by mail1.ruraltel.net by uid 201 with qmail-scanner-1.14 (. spamassassin: 2.53. Clear:SA:0(-6.6/5.0):. Processed in 0.430155 secs); 18 Apr 2003 19:03:02 -0000 X-Qmail-Scanner-Mail-From: darryl@osborne-ind.com via mail1.ruraltel.net X-Qmail-Scanner: 1.14 (Clear:SA:0(-6.6/5.0):. Processed in 0.430155 secs) Received: from unknown (HELO darryl) (24.225.31.189) by 0 with SMTP; 18 Apr 2003 19:03:01 -0000 From: "Darryl Hoar" To: Date: Fri, 18 Apr 2003 14:05:45 -0500 Message-ID: <005401c305dd$84557450$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-Spam-Status: No, hits=-6.6 required=5.0 tests=BAYES_01 version=2.53 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) X-Spam-Report: -6.60 points, 5 required; ---- DoubleCheck Scoring by Rule * -6.6 -- BODY: Bayesian classifier says spam probability is 1 to 10% [score: 0.0186] ---- End of Matching Rules Subject: Port forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: darryl@osborne-ind.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 19:03:04 -0000 Greetings, I am running 4.7-stable. I have ipfilter setup and configured on this machine. I need to do port forwarding so a client machine (win98) on the LAN can setup a game server for a multiplayer game. People suggested I look at the handbook which I did. It covered nat not ip nat. In the hand book, it suggested: -redirect_port tcp 192.168.1.3:32240-32257 32240-32257 the rdr format for ipnat doesn't match and the man page example for rdr is single port load balancing. I am using ipfilter and ipnat. What should I put in my ipnat.rules file to forward ports 32240-32257 on the firewall to host 192.168.1.3 ? thanks, Darryl