similar to: What is the port of Bandwidthd ?

Displaying 20 results from an estimated 110 matches similar to: "What is the port of Bandwidthd ?"

2007 Jan 04
6
BandWidth Monitoring
Hi, I m using linux as a router and proxy on same machine , i want to monitor bandwidth usage per ipaddress , so plz suggest me the tool that i can use to monitor bandwidth used by which every ipaddress. thanks in advance Abhishek Kr. Singh System Administrator DSC. LTD. Mob.No. +91-9871563248 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download
2004 Aug 10
2
[OT] Bandwidth reporting tool recommendations
Hi, Also, does anyone have a recommendation for a reporting tool that shows bandwidth use, for each IP and each interface on a Shorewall FW? Tried BandwidthD, but couldn''t get it to compile on Mandrake10... NAAT might fit the bill - if it doesn''t mess-up my shorewall setup... Thanks for any suggestions, Richard.
2006 Jun 29
6
Real time traffic Grapher
hi all :) anyone knows some Real time traffic grapher application ? faster than mrtg , im not looking for web based ones ... -- You will soon forget this.
2009 Dec 17
3
Munin issue
Hey Guys, I am trying to wrap some loose ends up before we close tomorrow and have one last thing. I have been asked to monitor tunnel bandwidth for vpn clients over the holidays and whipped up a quick Munin plugin to do this. It works well but one problem is that when a client disconnects, the plugin stops submitting graph data for it, so the png's don't show the user anymore, kinda hard
2004 Apr 06
5
medir trafico
hola listeros! existe algun script webScript, proyecto, herramienta o lo que sea, que sirva para medir el trafico total de una lan, como para hacer reportes mensuales por host ? necesito hacer algo asi: host Trafico/mes ----------------------------- 192.168.1.x1 xxxxx Bytes 192.168.1.x2 xxxxx Bytes 192.168.1.x3 xxxxx Bytes 192.168.1.x4 xxxxx Bytes ese seria un reporte a efectuar el ultimo
2007 Sep 05
1
billing-counting
Hello, people. May be i''m offtop, but: how to count traffic from every ip of local network, masqueraded by iptables? like squid log or into mysql tables... Regards, Vitaliy.
2009 Jan 06
3
monitor invidiual client (PC) network traffic to server?
We have DELL servers with CENTOS 3 and 4 installed. Application is client/server type. Does there has way monitor invidual client (PC) network traffic to server? Thanks. ______________________________________________________________________________________________________ ?????????Yahoo!??????2.0????????????? http://tw.mg0.mail.yahoo.com/dc/landing
2014 May 20
2
Need help with [virt net-create]
Is it possible to configure 2 virtual nics in the same ip range ? Here is what I am trying. **** This works **************** cat nw1.xml <network> <name>nw1</name> <domain name='nw1' /> <forward mode='nat' dev='eth2'/> <ip address='192.168.101.1' netmask='255.255.255.0'> <dhcp> <range
2014 May 20
0
Re: Need help with [virt net-create]
On Tue, May 20, 2014 at 01:59:42AM -0700, Srinivas_G_Gowda@dell.com wrote: > Is it possible to configure 2 virtual nics in the same ip range ? Nope, that's unsupported. We need to key various things off the IP address + mask used for the NIC, so you can't have multiple nets with the same address + mask. > Here is what I am trying. > > > **** This works ****************
2007 Aug 10
1
TRANSEPARENT PROXY WITH SQUID 2.6
Hi, I am running squid as a TRANSEPARENT PROXY WITH SQUID 2.5 on CENTOS 4.5. Pls see below for squid.con file. http_port 3128 cache_mem 64 MB cache_dir ufs /var/spool/squid 100 16 256 cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS # Example rule
2007 Sep 19
1
How to mount a remote file system to another linux box
Hi, I have applied traffic shaping on firewall running CentOS 4.5. eth1 is the device where I have done traffic shaping. I am now running some monitoring tools such as polltc and tc-graph.pl. They generate graphs. These graphs are updated every 10 seconds. They have been saved on the firewall it self. To view thsese graphs, I have to enable apache on firewall it self. But I do not need to run
2014 May 20
2
Re: Need help with [virt net-create]
Thanks Daniel. Why was I trying to do something like this ? Two reasons 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq) https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Virtualization_Administration_Guide/index.html#sect-network-protocols that appears to be two virtual nics sharing the same IP range .. !!! 2. was
2007 Aug 08
0
Allocating 64 kbits/s out of 256 kbits/s for one LAN behind firewall
Hi, I have a CENTOS BOX as a firewall . both iptabes and iproute 2 are running on it. pls see bleow for installed RPMs. [root at firebox ~]# rpm -qa |grep iptables iptables-1.2.11-3.1.RHEL4 [root at firebox ~]# rpm -qa |grep iproute iproute-2.6.9-3.EL4.7 It has 3 ethernet cards. pls see below. eth0 - internet ip (pls asume. 1.2.3.4/29 ). it connects to ISP router. eth1 - 192.168.100.254
2004 Mar 01
0
logs strangers...
Hi ! I''ve a router linux with 3 eths in order to share internet connection: 1:lo 2:eth0-> Internet Connection (DHCP) 3:eth1-> gateway wired hosts -> 192.168.101.254 4:eth2-> gateway wireless hosts -> 192.168.212.254 / 192.168.230.254 / 192.168.210.254 / ... eth2 haves diferents IP Aliasings because it connect to a switch which connect 4 access points (linksys), each
2002 Jun 26
1
htb problem
I have a doubt. What''s the correct use of mangle for the next network: eth0: 200.39.190.249 (public) eth1: 192.168.101.254 (private) I make nat with iptables and have the following htb script: tc qdisc add dev eth1 root handle 1: htb default 30 tc class add dev eth1 parent 1: classid 1:1 htb rate 10mbit burst 15k tc class add dev eth1 parent 1:1 classid 1:10 htb rate 15kbit ceil 10mbit
2003 Dec 10
15
Graphing tc output
Hi, My HTB shaping is working perfectly, and i have setup a bridge and hosts behind the bridge are now getting only the bandwidth they are supposed to get. Thanks to every one here for helping me out :) Now I am thinking of making a graph of traffic going through various classes. Is their any thing readily available for it, or is parsing the output if tc and passing it to rrdtool the
2007 Jul 30
17
tc n00b
Hi everyone, I''m new to tc but I need to use it to set up shaping on a new NAT box. In short: Each user must have their upload limited to 128kbit and downlink limited to 256kbit. Global bandwidth to be limited to 100Mbit Interactive packets to have higher priority 200+ users, so need to match packets fast So far I have managed to get the download limits working. However I need to
2007 Aug 24
3
subdivide 64 kbit bandwidth 32kbit for WWW and 32 Kbit for mail
Hi all, I''ve got a BOX running CentOS 4.5. It acts as a firewall + router. I have installed both iptables and iproute2. I has 3 network cards. eth0 is connected to Internet (is has an internet ip. pls assume its ip is 1.2.3.4/29). it is a 256 Kbit link. eth1 is DMZ. its ip is 192.168.100.254 eth2 is LAN. Its ip is 192.168.101.254 I have alreday shaped traffic to 64 Kbit on eth1 for
2007 Aug 02
5
Allocating 64 kbits/s out of 256 kbits/s for one LAN behing firewall
Hi, We have a 256 kbits/s (kilobits per second) link to the internet. it is a router running Linux that belongs to our ISP. They have given us 8 internet ips. (i.e- subnet is 255.255.255.248). one has been given to this router. I have given another internet ip to the firewall running CentOS 4.5. iptables is running on it. And also, I have installed iproute2 pkg as well. pls see below for
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
Processing commands for control at bugs.debian.org: > severity 777785 important Bug #777785 [src:attica] attica: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 777787 important Bug #777787 [src:autofs] autofs: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 777871 important Bug #777871 [src:geis] geis: ftbfs