Date: Sun, 23 Nov 1997 16:39:31 -0800 From: Matt Wilbur <matt@efs.org> To: freebsd-questions@FreeBSD.ORG Subject: Re: NATD and Quake -SOLVED Message-ID: <199711240042.QAA15352@ren.mill.net> In-Reply-To: <199711222005.MAA05268@ren.mill.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711240042.QAA15352>