Displaying 3 results from an estimated 3 matches for "webtraff".
Did you mean:
webtraf
2004 Dec 17
2
question about Webtraffic monitoring
Does anyone know a good open source and free webmonitoring software
which I can use to monitor some websites and build simple
uptime/downtine statistics for my customers (conform SLA's) ?
Any help/hitns would be very apperciated :)
--
Michiel
2005 Jul 01
0
split access & fwmark
Hi,
I had a nice router which was able to split my outgoing webtraffic over a
dsl line,
then I got a power failure and now my settings are lost and I don''t get it
to run.
I''ve configured a iptable rule like:
/sbin/iptables -A PREROUTING -t mangle -i eth1 -s 192.168.1.10 -p TCP
--dport 80 -j MARK --set-mark 1
and
ip rule add fwmark 1 lookup 10
ip...
2004 Feb 06
0
Newbe: restricting traffic to gateway
Hi,
I have a linux fileserver on my local network which (besides other things)
serves as p2p machine. The network is connected to the internet through a
hardware ADSL (512/256) router.
What happens now is that my SSH and webtraffic (from other machines)
becomes bogged down when loads of up- and downloads happen at the
fileserver. As the fileserver does not do NAT for me, I can''t use
wondershaper to make things happen.
After reading through the manual, I came up with the following theoretical
solution: Limit th...