Date: Sun, 24 Feb 2008 16:42:03 +0100 From: piso@FreeBSD.org To: ?zkan KIRIK <ozkan@mersin.edu.tr> Cc: ipfw@FreeBSD.org Subject: Re: tablearg support for in_kernel nat? Message-ID: <20080224154203.GA41141@tin.it> In-Reply-To: <477DD670.9040606@mersin.edu.tr> References: <477DD670.9040606@mersin.edu.tr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 04, 2008 at 08:47:12AM +0200, ?zkan KIRIK wrote: > Hi all, > > I'm trying to use tablearg option for in kernel nat. But ipfw doesnt > understand "tablearg" keyword. > > For example: > # ipfw add 100 nat tablearg all from "table(10)" to any via fxp0 > 100 nat 0 ip from table(10) to any via fxp0 > > Man page says that: > "The tablearg argument can be used with the following actions: pipe, > queue, divert, tee, netgraph, ngtee, fwd" > > I'm using FreeBSD 7.0-RC1. > Do you know any patches to support tablearg with nat action? > I wanna test it if there is. i just commited support for table/tablearg to ipfw's nat in HEAD, please update your src and try it out. bye, P.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080224154203.GA41141>