From owner-freebsd-questions Sun Nov 23 16:41:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17661 for questions-outgoing; Sun, 23 Nov 1997 16:41:24 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from ren.mill.net (ren.millennianet.com [206.71.161.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17656 for ; Sun, 23 Nov 1997 16:41:21 -0800 (PST) (envelope-from matt@efs.org) Received: from dt3h1nd2 (dt031nee.san.rr.com [204.210.20.238]) by ren.mill.net (8.8.7/8.8.5) with SMTP id QAA15352 for ; Sun, 23 Nov 1997 16:42:26 -0800 (PST) Message-Id: <199711240042.QAA15352@ren.mill.net> X-Sender: matt@marshotel.efs.org X-Mailer: QUALCOMM Windows Eudora Pro 4.0 Release Candidate 1 (build 230) Date: Sun, 23 Nov 1997 16:39:31 -0800 To: freebsd-questions@FreeBSD.ORG From: Matt Wilbur Subject: Re: NATD and Quake -SOLVED In-Reply-To: <199711222005.MAA05268@ren.mill.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 12:02 PM 11/22/97 -0800, Matt Wilbur wrote: >Hello, > >I'm trying like hell to ditch my linux (shudder) IP Masq'ing gateway for >FreeBSD with NATD, but I just can't get it to proxy quake.. and well... I'm >a quake junky. > Hi again, Thanks for the help offered from people who had gotten ppp -alias to work with quake, I just did something very similar in my natd.cf, and its working great now... The quake server appears to use ports 4100-4400 udp to connect to the client, so I have a natd-quake.cf, which has the following: permanent_link udp 172.16.100.5:4100 0.0.0.0:0 4100 permanent_link udp 172.16.100.5:4101 0.0.0.0:0 4101 . V permanent_link udp 172.16.100.5:4399 0.0.0.0:0 4399 And so on, and so on. 172.16.100.5 is my client box of course... Just in case it's going to break anything else, I'm restarting natd with this .cf when my quake session starts :) Matt