iptables help
hello. i have iptables rules on my home linux router and i want to do a statistic from it.
is it posible to send variables from iptables to web server and then work with this variables?
example:
when i type iptables -nvL on my router, this come up:
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
446K 91M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
it say, that 91Mbyt has passed through my linux router to my PC. and i want to send value 91M to my web server and make statistic from it...
thanks
|