From owner-freebsd-stable Sat Jan 27 12:26:36 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 C454637B400 for ; Sat, 27 Jan 2001 12:26:18 -0800 (PST) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AH9370.63.d1acf55c) with ESMTP id gqwsaaaa for ; Sun, 28 Jan 2001 07:34:55 +1100 Message-ID: <3A732EFB.E7E743BA@quake.com.au> Date: Sun, 28 Jan 2001 07:26:35 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-stable Subject: Re: ipfw forwarding (more info) References: <3A72CB47.7A5DD83@quake.com.au> <20010127220257.B28504@nevermind.kiev.ua> <3A732BE9.F559820D@quake.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After some more fiddling around, I have noticed that the ipfw rule is hit, but nothing seems to happen... The data just continues on to the local port instead of being forwarded to the remote one... Maybe I am missing something that needs to be loaded for this to work? Kal Torak wrote: > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message