ipt_STATS

Statistics collector for Iptables. Records how many packets and bytes passed for given range of IPs. Each IP is counted separately. Procfs interface.

example:

    iptables -A OUTPUT -j STATS --dstrange 192.168.0 --statfile local
    ipstats -i 192.168.0 local

download: ipt_STATS-4.tar.gz

ipt_via

Gateway matching module for Iptables. Tells whether nexthop of datagram's route is within given range. Note that directly accessible hosts serve as gateways for themselves.

example:

    iptables -A OUTPUT -o eth0 -m via --via ! 192.168.0/24 -j DROP

download: ipt_via-9.tar.gz

univga

« home Jan Bobrowski