Search found 1 match

by Inzevision
Fri Jan 27, 2012 6:35 am
Forum: Scripts and Templates
Topic: FreeBSD IPFW rule counter
Replies: 12
Views: 30194

Re: FreeBSD IPFW rule counter

at first - sorry my english. puller.php must be run at the root (default is cacti) in cron, because user cacti don't have permition to ipfw change in ipfw_bidirectional.pl $in = `ipfw show | grep $ARGV[0]`; -> $in = `ipfw show $ARGV[0]`; $out = `ipfw show | grep $ARGV[1]`; -> $out = `ipfw show $ARGV...