On Saturday 11 September 2010 17:06:34 Tom Eastep wrote: > On 9/11/10 7:40 AM, Steven Jan Springl wrote: > > tcrules entry: > > > > SAME:P 192.168.120.0/24 0.0.0.0 > > > > produces the following messages: > > > > iptables v1.4.9.1: Cannot use -A with -A > > > > ERROR: Command "/usr/local/sbin/iptables -A setsticky -A -s > > 192.168.120.0/24 -d 0.0.0.0 -m mark --mark 0x1/0xff -m recent --name > > sticky001 --set" Failed > > Steven, > > Commit dbc9f6ac8fa164a157239401af87fbf51f29ecd2 corrects this problem. > The fix was only 5 lines but it took me quite a while to locate the > proper 5 lines :-) > > Thanks! > -Tom
Tom After applying the fix, the following messages are produced (this is with OPTIMIZE=15): iptables v1.4.9.1: Couldn't load target `sticky':/usr/local/libexec/xtables/libipt_sticky.so: cannot open shared object file: No such file or directory ERROR: Command "/usr/local/sbin/iptables -A tcpre -s 192.168.120.0/24 -d 0.0.0.0 -j sticky" Failed -------------------------------------------------------------------------------------------------------------------- With OPTIMIZE=0 the following messages are produced: iptables: Chain already exists. ERROR: Command "/usr/local/sbin/iptables :sticky - [0:0]" Failed Steven. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
