The bandwidth-control tag has no wiki summary.
0
votes
0answers
26 views
Bandwidth Management & Visibility at Network Border w/ Multiple WAN Links
There is a network that is designed as described below:
The ISP supplies a single physical link with 4 VLANs running to us through that link.
Each VLAN has a specific purpose, 3 of the VLANs will ...
2
votes
1answer
51 views
Does 404 errors eat the server bandwidth?
I am facing a strange issue where one of our servers (used for internal purpose) hosted by Rackspace uses huge amount of bandwidth (but our actual users are using the server rarely).
FYI, the said ...
0
votes
0answers
75 views
TC - limit outbound bandwidth based on IP
I am trying to host multiple clients on a single CentOS server and provide them each with their own 10 or 100mbit upload speed. The server itself has a multi-gig connection to a single eth0 interface ...
1
vote
3answers
237 views
How can I limit server badwidth per user, not a webpage?
I would like to limit the download speed of my .flv and my .mp4 files per user on my domain.
My page have got 1000-3000 visitor per day and they can't watch my things at the same time, cos 1-2 people ...
0
votes
2answers
144 views
Is there any software to monitor bandwidth?
In our organization we have 3 servers that are located at the office and around 20 pc accessing the servers in the warehouse with distance between the pc and the server around 20 km (13 miles).
Our ...
-3
votes
2answers
193 views
Would a VPN allow me to get around the monthly data cap set by my ISP? [closed]
My total data allowed without being charged extra is 50gb during 8am-12am and unlimited overnight from 12am-8am. I have to watch how much HD streaming I do and mass downloading because of this. Thanks ...
1
vote
0answers
121 views
Linux tc Traffic Shaping for IPv6
I have traffic shaping with tc and htb in place and everything works fine for IPv4.
Now I want to limit the bandwidth for incoming IPv6 ssh/sftp traffic to some reasonable amount, so it doesn't ...
3
votes
2answers
345 views
Limiting bandwidth on internal interface on Linux gateway
I am responsible for a Linux-based (it runs Debian) branch office router that takes a single high-speed Internet connection (eth2) and turns it into about 20 internal networks, each with a seperate ...
0
votes
1answer
51 views
How to prevent particular program from using particular network connection under Windows?
In my company almost every user has 3G mobile connection and many of them travel a lot.
To prevent expensive mobile charges I'm looking for a solution that would prevent particular program (Windows ...
3
votes
1answer
165 views
Why is my bandwidth averaging 3 kbps on a 10 mbps device?
I have a server with a 100 mbps port and connection that I rate limited to 10 mbps/full duplex because I am only paying for a 10 mbps connection and there are steep overage charges. Ever since then, ...
0
votes
0answers
100 views
95th percentile throttling algorithm
Setting up a new router for managing a connection billed according to the a monthly 95th percentile standard, I need to ensure that billable usage not cross a given threshold in order to avoid ...
5
votes
1answer
291 views
Mysterious bandwidth limit
For some unknown reason, our server box running Windows Server 2008 R2 has a per connection bandwidth limit of 0.2 MB/s. Meaning, while one TCP connection can pull at max 0.2 MB/s, 60 parallel ...
3
votes
2answers
355 views
lxc bandwidth control using tc
I am trying to restrict bandwidth inside my containers.
I have tried using the following commands , But I think it is not getting effective.
cd /sys/fs/cgroup/net_cls/
echo 0x1001 > ...
4
votes
1answer
519 views
How can we restrict dynamically nginx upload/download speed per user?
It's possible to restrict the speed using the rate limit on a specific location.
However, how can we do it dynamically ?
Let say you have paid vs non-paid users and you want to give an higher ...
1
vote
0answers
259 views
SOCKS proxy server with per IP bandwidth and port control? [closed]
We are an educational institution that is currently using SQUID HTTP proxy to provide internet connection to users.
The reason we use a proxy server is so that every user is guaranteed some about of ...
1
vote
1answer
762 views
Can Microsoft Forefront TMG handle users that are not part of a domain?
I'm a newbie and please excuse me if my question is so foolish :)
Here is the scenario:
In our company we have 50 PCs: 40 PCs have joined to the domain and 10 PCs haven't joined to the domain (simply ...
5
votes
1answer
963 views
Limit bandwidth per IP address in Squid
I am having Squid 3.1.18 installed. I want to limit the maximum bandwidth any IP can use to 128 Kbps. Is it possible using squid ?
I am not using squid authentication so identifying users and ...
1
vote
0answers
384 views
iptables: limiting bytes downloaded per IP per day?
On a public-facing web server, I'd like to limit the total bytes downloaded per IP address per day. For example, after a visitor downloaded 100MB, any additional requests would be dropped or rejected ...
1
vote
2answers
154 views
Is OpenVPN right for this? If not, what is?
I have a server sitting in a data center. It's running Linux. WAN interface on eth0 connected to the public Internet; LAN interface on eth1 connected to the data center's network on 10.0.0.0.
The ...
-8
votes
2answers
634 views
How to detect torrent traffic? [closed]
I'm living in a students' hotel and the bandwith for my torrent traffic recently has been limited. How is it possible to detect torrent traffic while it is completely encrypted and the port is also ...
0
votes
3answers
15k views
How to limit bandwidth speed from a router for a devices on a network? [closed]
How to limit bandwidth speed from a router for a devices on a network ?
There are several devices accessing the internet thru a wireless network. I cannot change settings directly on the ...
3
votes
1answer
200 views
measuring bandwidth per-user used by ssh server-side connections on linux
I'd like to be able to measure the bandwidth used by each user by their inbound ssh connections, into a linux box.
I measure most other traffic using iptables and user-matching, but inbound ssh ...
10
votes
3answers
987 views
SSH attacks drain 4GB in 10 hours. Possible?
I have been warned that my server broke its transfer limit. I thougt that my Tor node became popular so I chose to disable it this month (not the best choice for the community but I need to go down). ...
3
votes
2answers
571 views
How to limit network usage for concrete application in linux that is running in it?
I'm looking for something like nice for cpu but for network usage that will limit application network consumption to level that will configure.
I have problems with xapian-replicate-server that is ...
-3
votes
1answer
41 views
Bandwidth and RAM for our VDS [closed]
We are planning give an iframe from our server to the site which daily visitor 500k. What do you think about how much do we need system resource such as bandwidth and RAM.
Thanks
3
votes
1answer
756 views
Why isn't ipfw correctly limiting the bandwidth?
I've played around with the ipfw command on a Mac and tried to limit the bandwidth to 1MBit/s.
sudo ipfw add pipe 1 ip from any to me
sudo ipfw pipe 1 config bw 1MBit/s
These are the statements I'm ...
2
votes
3answers
1k views
DD wrt bandwidth usage by user
Is there anyway on the dd-wrt to check to see how much bandwidth each client is using? I ask because I am in charge of looking over a group of routers connecting to a dd-wrt router and if a user is ...
1
vote
3answers
240 views
Linux daily, weekly and monthly network usage
How one could monitor and keep logs of daily, weekly and monthly bandwidth usage of Linux servers? This is important for cheap VPS solutions where they have monthly caps in bandwidth.
Preferable some ...
1
vote
1answer
314 views
Linux dynamic rate limiting/throttling
I'm running a video streaming website with lighttpd using http pseudo-streaming to deliver videos. If the user has a very fast connection, this can use bandwidth quite inefficiently. For example if ...
0
votes
1answer
77 views
Inspecting http traffic
I'm running a CentOS 5 with plesk 10 and problems with slow website loading, now my provider tells me i'm excedding my bandwith.
I've been monitoring the bandwith with iftop and it showed me some ...
1
vote
1answer
156 views
Upload throttling in IIS 7
I've got a situation where multiple concurrent file uploads are being executed in a web application. These uploads are of massive files, among several users, and it's choking the system into terrible ...
1
vote
1answer
1k views
Limit bandwidth using tc, iptables, and htb
I'm running a Debian server and was wondering if there are good resources out there, to which you can point me, where I can read about traffic limitations.
I have couple users sharing one server. ...
1
vote
2answers
782 views
Configure a Linux router for fair bandwidth allocation without unnecessary limiting it
I run a Linux router (more precisely OpenWRT) on an internet connection with very limited bandwidth, around 1 MBit/s downstream and some dozen kBit/s upstream.
There are several machines on the net ...
0
votes
1answer
208 views
Vnstat only updates on live?
I trying to configure vnstat...and anyway when I do vnstat -u it does say it updates but data does not change...if I do vnstat -l for live view and then go out of it and do vnstat -u it does update
...
0
votes
3answers
2k views
Any freebsd/PfSense realtime bandwidth monitoring tool?
i need to know if there is any Tool (specifically for FreeBSD) , through which i can get the Realtime network traffic usage of any Host/IP , and which should also run on Multiple interfaces as well?
i ...
0
votes
2answers
165 views
Does Cisco Router or Security Appliance support bandwidth control? [closed]
We have some important websites hosted in our data center.
Sometimes, certain IP address consumed a lot of bandwidth (5G per day) on our website. However, we don't want to block them straightway, but ...
1
vote
5answers
1k views
What are some good programs which can be used to rate-limit traffic on a server?
We have some applications which hog network traffic on one of our servers (Windows 7) at the expense of the other (more important) applications. Is there an easy way to limit the bandwidth usage of ...
1
vote
5answers
865 views
Monitor traffic by source/destination IP address
I need to monitor traffic coming in and out of my server. Knowing the total in/out bandwidth is good, but ideally I would like to know how much traffic was sent to what address (we are talking about ...
2
votes
2answers
804 views
How can I provision/control bandwidth allocated to devices on the LAN?
We're going to have an ISP turn up a 100 mbit circuit at our office building (multiple floors, multiple offices). We need to control how much bandwidth is allocated to/used devices on the LAN. For ...
7
votes
5answers
919 views
How to prevent hot linking (“image theft” / “bandwidth theft”) of ressources on my site?
I'm trying to write the "ultimate" anti hot linking .htaccess...
You can find many examples/tutorials/generators on the net but many of them are wrong or incomplete (or even both).
These are the ...
0
votes
2answers
185 views
Wireless Network Bandwith Control
I have a client who would like to setup public wifi in their waiting rooms. They had a solution, but invariably someone would take up so much bandwidth it would start causing issues with their VOIP.
...
1
vote
1answer
1k views
Bandwidth monitoring on KVM
Is it possible to monitor/limit bandwidth for KVM guests? I'd like to give people VMs on my server but I want to be careful not to go over my monthly bandwidth limit. The only places I can find that ...
1
vote
2answers
668 views
Assigning Bandwidth Limitations to VLANs
Is bandwidth management over different VLANs possible with a switch that was manufactured by Cisco? If so how can i configure my switch to do so?
In every document about VLANs say "VLAN is for better ...
0
votes
1answer
304 views
I have windows2003+ISA 2006 + bandwidth manager but someone have bypassed my bandwidth rule! how?
I have windows 2003 and ISA server 2006 for sharing internet in an office with 200 pcs and for shaping the bandwidth I'm using bandwidth control management (the very old version) and I have a client ...
1
vote
4answers
1k views
Implement QoS/Bandwidth Management or Upgrade Bandwidth?
A question that I'm faced with currently. Here's my setup:
Cisco ASA 5510
15Mbps Internet Connection @ $1350/month
The bandwidth was originally meant for 35-45 people but we've grown quite quickly ...
1
vote
6answers
454 views
Hardware bandwidth limiter
Really not sure if this is the place to be asking this, but here goes..
Our company has grown exponentially in the last year. As such, our internet connection needs some serious managing and limiting ...
0
votes
1answer
143 views
Could I limit upload bandwidth for outgoing messages from exim4?
Hello serverfault community,
Does anybody used an iptables rule or know an exim4 configuration setting to limit upload bandwidth??
All the ways I've found through google was with proxies which I ...
0
votes
0answers
154 views
Squid priority with expropiation
I have this situation and I want to know if anyone of you has some insight of how to solve it.
I'm using Squid as proxy server. And this is theoretical the situation:
My bandwidth is of 10kbps ...
1
vote
1answer
489 views
Xen limit incoming traffic speed
I've tried using 'rate' to limit the traffic speed of a VM inside the config file but that only limits the incoming traffic speed of traffic to the VM. I want to limit the speed traffic can flow both ...
3
votes
4answers
1k views
Automatically throttle network bandwidth for users causing bulk traffic
Is anybody aware of a FreeBSD, Linux, or Windows based product that can automatically lower the priority of network packets of users that have caused a high amount of network traffic during the last ...