search for: badflag

Displaying 2 results from an estimated 2 matches for "badflag".

Did you mean: lbadflag
2003 May 15
0
My iptables (RH 7.2) firewall included
...pwall chain, for the final catchall filter $IPTABLES -N dropwall $IPTABLES -A dropwall -m limit --limit 3/minute --limit-burst 3 -j LOG --log-level notice --log-prefix "Netfilter in: " $IPTABLES -A dropwall -j DROP #Our "hey, them's some bad tcp flags!" chain $IPTABLES -N badflags $IPTABLES -A badflags -m limit --limit 3/minute --limit-burst 3 -j LOG --log-level notice --log-prefix "Netfilter in: " $IPTABLES -A badflags -j DROP #And our silent logging chain $IPTABLES -N silent $IPTABLES -A silent -j DROP #Drop those nasty packets! #These are all TCP flag combi...
2006 Dec 18
2
creating script for init.d
Hello. I'm moving from a very old Fedora Core 1 to CentOS 4.4, what a change!! Three year ago, I wrote some script (network related) and worked very well. Now, I can put into init.d by means of chkconfig and I restarted the system, but always hang when executing my srcipt (in my new centos 4.4). There a manual for making scripts for init.d? there is some new requirement by which it does not