From: Faiyaz Ahmed Date: Thu, 24 Jul 2008 19:15:57 +0000 (+0000) Subject: This is superceded by iptables/planetlab-config X-Git-Tag: nodeconfig-4.2-11~11 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=4dc6c8d3c3cf3407b9f377f45866764098ec4222 This is superceded by iptables/planetlab-config --- diff --git a/PlanetLabConf/iptables b/PlanetLabConf/iptables deleted file mode 100755 index cad7f3a..0000000 --- a/PlanetLabConf/iptables +++ /dev/null @@ -1,35 +0,0 @@ -# -# /etc/sysconfig/iptables -# -# post: service iptables restart -# -# PlanetLab standard filter chains -# -# $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 --A POSTROUTING -m set --set Internet2 dst -j CLASSIFY --set-class 0001:2000 -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 - -