Either that or use metranet or separate the rules in your iptables/ipchains. For instance to monitor the subnet 10.0.0.0/24 in 2 parts, change the rule:
ipchains -A input -s 10.0.0.0/24 -j ACCEPT to two separate rules: ipchains -A input -s 10.0.0.0/25 -j ACCEPT ipchains -A input -s 10.0.0.128/25 -j ACCEPT This way you can get ipchains to generate separate byte counters for each part. Serge. -----Original Message----- From: Leigh Sharpe [mailto:[EMAIL PROTECTED] Try Flowscan. http://net.doit.wisc.edu/~plonka/FlowScan/INSTALL.html ----- Original Message ----- From: "Ruslan Ahmyatzanov" <[EMAIL PROTECTED]> > Hello, > I would like to monitor IP traffic, sorted by certain IP range. Ex. > iprange1: ip1, subnet1, ip2, ip3 > iprange2: ip6, ip6, subnet4 > > How can I do this with rrdtool? Is there exist any ready to use > solutions? Any URL, examples would be highly appreciated. Thanks for > your answer. ps. my english is not good, so, .. sorry. > > wbr, rsa > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi