From owner-freebsd-questions Sat Jun 10 17:21:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lagparty.org (lagparty.org [140.186.18.204]) by hub.freebsd.org (Postfix) with ESMTP id DC9E137B734 for ; Sat, 10 Jun 2000 17:21:38 -0700 (PDT) (envelope-from greek@lagparty.org) Received: by mail.lagparty.org (Postfix, from userid 1022) id 627282FF8F; Sat, 10 Jun 2000 20:21:37 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.lagparty.org (Postfix) with ESMTP id 5C8D92F463; Sat, 10 Jun 2000 20:21:37 -0400 (EDT) Date: Sat, 10 Jun 2000 20:21:37 -0400 (EDT) From: "Kyle R. Green" To: Marc Silver Cc: freebsd-questions@freebsd.org Subject: Re: UserPPP, natd, and Battle.net, oh my! In-Reply-To: <20000611011741.O81376@draenor.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 11 Jun 2000, Marc Silver wrote: > With ipfw you can specifically allow certain UDP ports, which should > allow you to kick some Zerg butt... ;) Hm. Well, I got the NAT working, but I can't get the UDP necessary for Battlenet to work. I have these additional rules in my fwrules $fwcmd add divert natd udp from 10.0.0.2 to 140.186.18.204 6112 out xmit tun0 $fwcmd add divert natd udp from 140.186.18.204 to 10.0.0.2 6112 in recv tun0 Where 10.0.0.2 is my Win2k box and 140.186.18.204 is the bnetd server I use. Additionally, I also tried: $fwcmd add allow udp from 10.0.0.2 to 140.186.18.204 6112 out xmit tun0 $fwcmd add allow udp from 140.186.18.204 to 10.0.0.2 6112 in recv tun0 As well as a bunch of other permutations. Is there a way for me to basically make everything going to UDP port 6112 pass unmolsted through to 10.0.0.2 and from there back to the world? Thanks for the well-written tutorial and all your help! -- Kyle R. Green greek@lagparty.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message