Displaying 6 results from an estimated 6 matches for "bejar".
Did you mean:
bear
2006 Nov 13
2
Traffic monitor per IP
Hi,
I´ve been using iptraf for real time traffic monitoring and it works fine.
But I would like to know if anyone knows other package to monitor traffic
per IP in real time, without requiring each IP''s MAC address as I have some
terminals behind a router that hides their MAC. Cacti/MRTG works like this
but not in real time.
Thanks for your ideas.
Regards,
Edo
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi,
I have the following config:
1 PC with 3 NICs, that shares internet connection to LAN.
eth0 uses a public IP ($public_ip_1)
eth1 uses a private IP ($private_ip)
eth2 uses a public IP ($public_ip_2)
I have a webserver and a mailserver accesible by $public_ip_1 (eth0)
I have a LAN with all terminals using private IPs, and $private_ip (eth1) as
gateway.
$public_ip_1 and $public_ip_2 are from
2003 Mar 12
3
Warnings with and without r2q
Hi everyone,
My HTB script is showing me those "r2q change" warnings. I read that I
should test with r2q values to gain accuracy and stop the warnings but I
made some tests with r2q and with burst and I still get the warnings. Any
ideas on this issue will be very helpful. The script seems to be working as
the bandwidth for the IPs is being shaped.
The NIC works at 100mbit and the
2005 Jul 06
1
Mark all traffic except browsing
Hi,
I´d like to create two classes for HTB, one of them to limit traffic for
everything except browsing and the other to limit traffic only for browsing.
How can I mark all traffic except the one related to browsing with iptables?
Currently I mark all traffic related to one IP with:
iptables -A PREROUTING -i eth2 -t mangle -p tcp -s $IP_ADDRESS -j MARK
--set-mark 10
Should I use three rules
2005 Jul 02
0
Question regarding iptables marks for HTB
Hi,
Currently I´m using the following iptables rule to mark packets in order to
shape traffic:
iptables -A PREROUTING -i eth2 -t mangle -p tcp -s 192.168.1.50/32 -j MARK
--set-mark 50
So my question is, is there a limit in the numbers that can be used as
marks? And also, can only numbers be used as marks?
How about:
iptables -A PREROUTING -i eth2 -t mangle -p tcp -s 192.168.1.50/32 -j MARK
2005 Aug 05
0
Real time traffic monitor like iptraf
Hi,
Just wondering, how you guys monitor traffic per ip to test if the traffic
shaping is working?
iptraf works great but no new version is available, and most ip accounting
projects (MRTG & Friends) update its graphics on a per minute process. So
I´d like to know which project you use to monitor bandwidth use in real
time.
Regards,
Edo