Linux服务器上适用的防火墙分析
点击次数:36 次 发布日期:2008-11-22 09:42:39 作者:源代码网
|
#!/bin/bash echo-e" 33[1;31mRainLowfirewall 33[mserverversion1.0rc1--09/24/2004 " echo-e"############################################" echo-e"Thissoftwaremaybeusedanddistributedaccordingto" echo-e"thetermsoftheGNUGeneralPublicLicense(GPL)provided" echo-e"creditisgiventotheoriginalauthor." echo-e" 33[1;31mCopyright(c)2004rainlow 33[m " echo-e" Allrightsreserved " echo-e"#######################################" #nowbeginsthefirewall echo-e" Welcometo 33[3;31mRainlowFirewall 33[0m " echo-e" 33[1;32mhttp://www.rainlow.com 33[m " PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ./etc/init.d/functions exit_failure() { echo-en" 33[3;031m[FAILED] 33[0m " echo-en" |
