X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=iptables;h=1690448a6d691509dc2ff02cdddcf8e2ba0fcf16;hb=04c200194240c88c32e76e1ba0d5b3d664268c08;hp=a3ea6b3b470e36f02654fd26a56b1b88bd1741da;hpb=ad638a3d9c2530d7bc51b8d41b6f1eb5b3ea6085;p=nodeconfig.git diff --git a/iptables b/iptables index a3ea6b3..1690448 100755 --- a/iptables +++ b/iptables @@ -5,18 +5,30 @@ # # PlanetLab standard filter chains # -# $Id: iptables,v 1.2 2005/06/03 13:36:09 alk Exp $ +# $Id$ # + +*mangle +:PREROUTING ACCEPT [0:0] +:INPUT ACCEPT [0:0] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [0:0] +:POSTROUTING ACCEPT [0:0] +-A POSTROUTING -j MARK --copy-xid 0x0 +-A INPUT -i ! lo -j MARK --copy-xid 0x0 +COMMIT + *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :BLACKLIST - [0:0] :LOGDROP - [0:0] - -A OUTPUT -j BLACKLIST -A LOGDROP -j LOG -A LOGDROP -j DROP - +-A OUTPUT -o eth0 -j ULOG --ulog-cprange 54 --ulog-qthreshold 16 COMMIT + +