tablearg support for in_kernel nat?

piso at FreeBSD.org piso at FreeBSD.org
Sun Feb 24 16:00:11 UTC 2008


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.


More information about the freebsd-ipfw mailing list