You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple script to login to your iptables-based router, setup and parse bandwidth consumption from iptables, and report the offenders. It's not horribly user friendly, but hopefully in the near future tomato will add per-IP bandwidth reporting and this script will become unnecessary.
Basic usage:
require 'blamewidth'
# initialize blamewidth
b = Blamewidth.new('192.168.0.1', 'root', 'password')
# setup monitoring for ip range 192.168.0.100 - 150