Displaying 2 results from an estimated 2 matches for "chwesewicz".
2007 Feb 15
2
monitoring hosts from my lan
Hi,
there is a way to graph host''s traffic from my lan ?
I''ve a linux router (2.4.x kernel), and a lan:
linux router : 192.168.1.254
host 1: 192.168.1.1
host 2: 192.168.1.2
host 3: 192.168.1.3
I''m looking for a way to graph traffic ( in / out )
from each 3 hosts, and store total traffic on a
mysql table, in order to make statistics later.
I think I can do with Mrtg,
2007 Feb 14
2
HTB policing affects shaping performance? Please, help.
This is my simple situation:
I want to policy download and shape upload going through my router.
It has two interfaces: eth0 (10.4.10.222/24 connected to LAN) and eth1 (172.16.0.1/24 connected to my laptop).
My setup:
[eth1]
tc qdisc add dev eth1 root handle 1: htb default 999
tc qdisc add dev eth1 parent 1: classid 1:1 htb rate 1Mbit
tc filter add dev eth1 protocol ip parent 1:0 prio 1 u32 match