SocialAds.biz Find the buzz on the best deals in town!

Google Analytics Blog

I Love Free Software

Friday, March 23, 2012

Keep hitting numiptent hard limit on VPS. Need help debugging iptables configuration.: iptables, 1.2.11, CentOS 4.6, cPanel 11.23, Linux 2.6, Error: The VPS iptables rule limit (numiptent) is too low (119/128) - stopping firewall to prevent iptables blocking all connections, at line ....

Keep hitting numiptent hard limit on VPS. Need help debugging iptables configuration.: iptables, 1.2.11, CentOS 4.6, cPanel 11.23, Linux 2.6, Error: The VPS iptables rule limit (numiptent) is too low (119/128) - stopping firewall to prevent iptables blocking all connections, at line ....: "My most recent attempt has been to install cfs (ConfigServer Security & Firewall). I use a cPanel Linux VPS, having the ability to manage the firewall via WHM was a plus.

Back to my problem: I am unable to start iptables without error since the CFS implementation disables the firewall on startup due to hitting the numiptent high water mark.

VPS Info:
CentOS 4.6
cPanel/WHM 11.23
iptables v.  1.2.11

I would like a couple of questions answered: "

'via Blog this'

How to Get The First File in Unix

How to Get The First File in Unix: "In case you are looking files using ls or find command and only want to get the first file found, the command would be like.

ls -l /any/path/filename*|sed -e 's///,/g'|awk -F "," '{print $NF}'|head -1
Of course, you can also use it in find command."

'via Blog this'