From owner-freebsd-questions Fri May 14 5: 8:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bak.evertsen.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with ESMTP id 78C6215372 for ; Fri, 14 May 1999 05:08:51 -0700 (PDT) (envelope-from michiel@cs.vu.nl) Received: from leichim.evertsen.nl (leichim.evertsen.nl [10.0.0.2]) by bak.evertsen.nl (8.9.2/8.9.2) with SMTP id OAA58569; Fri, 14 May 1999 14:08:42 +0200 (CEST) (envelope-from michiel@cs.vu.nl) Message-Id: <199905141208.OAA58569@bak.evertsen.nl> Date: Fri, 14 May 1999 12:09:22 GMT To: freebsd-questions@FreeBSD.ORG Cc: matt@efs.org From: michiel@cs.vu.nl (Michiel Meijers) Subject: NATD and Quake (II) X-Mailer: Mozilla/4.0 (Windows 95;US) Opera 3.60 [en] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Previously, this was posted on this mailinglist: --- 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 --- My question is: is it possible to broadcast the incoming Quake packets to the local network so it is possible to play with more than one computer on an Internet Quake server ? Thanks for any solutions, Michiel Meijers. Please email me on my email address: michiel@cs.vu.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message