From owner-freebsd-stable Sat Jan 27 12:13:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (ftp.golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id C500D37B400 for ; Sat, 27 Jan 2001 12:13:12 -0800 (PST) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AH9370.63.d1acf55c) with ESMTP id dqwsaaaa for ; Sun, 28 Jan 2001 07:21:50 +1100 Message-ID: <3A732BE9.F559820D@quake.com.au> Date: Sun, 28 Jan 2001 07:13:29 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Nevermind Cc: FreeBSD-stable Subject: Re: ipfw forwarding References: <3A72CB47.7A5DD83@quake.com.au> <20010127220257.B28504@nevermind.kiev.ua> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nevermind wrote: > > Hello, Kal Torak! > > On Sun, Jan 28, 2001 at 12:21:11AM +1100, you wrote: > > > Ok, so I have another FreeBSD box running a server on port 27015/udp > > and I put a rule in my ipfw list saying "${fwcmd} 600 fwd 10.0.0.4 udp from > > any to any 27015" this seems like it should do the job, and when I connect > should this be: > ${fwcmd} 600 fwd 10.0.0.4,27015 udp from any to any 27015 > ? > > Correct me if I wrong... AFAIK you only need to specify the destination port if its different from the source... I just dont get this... it *should* work from what I know... yet it doesnt... I am considering recompiling with ipf and see if I can get that to do what I want.. but thats a bit of a pain since ipfw should be able to do this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message