On Wednesday 01 May 2013 14:43:43 Tom Eastep wrote:
> The Shorewall team is pleased to announce the availability of Shorewall
> 4.5.16.
> 
> 4)  The INLINE action is also supported in the accounting and tcrules
>     files. In the accounting file, INLINE is treated the same as COUNT
>     in the with the exception that the freeform iptables input
>     following the ';' is appended to any matches generated by the
>     column contents. INLINE is treated similarly in the tcrules file;
>     that is, the freeform input following ';' must specify the rule
>     target, if any. In the accounting and tcrules files, INLINE does
>     not accept a parameter.
> 

Tom

In the attached config. tcrules entry:

INLINE  eth1  eth0  ;  -m length --length 100

Generates the following iptables rules:

-A tcpre -m length --length 100 -i eth1 -d 192.168.0.0/24 -j INLINE
-A tcpre -m length --length 100 -i eth1 -d 192.168.0.254/32 -j INLINE

Which produces the following error message:

iptables-restore v1.4.18: Couldn't load target `INLINE':No such file or 
directory

Steven.

Attachment: shorewall2A30.tar.gz
Description: application/compressed-tar

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to