Debian :: How Does Squid Handle Bandwidth Distribution
Jun 17, 2009
Can squid do 'fair bandwidth sharing' ? What i mean is, if there is 1 user online on a 4mg line, that user will be using the entire 4mg line speed, and if there are 2 users online, each user will have 2mg line speed, and so on. I have squid cache set up already, but i just need to know how bandwidth distribution/sharing can be handled Can squid also be used to limit/disconnect users after they have used up their allotted bandwidth? [I have a mikrotik router connected to the adsl (for wireless users)]
View 1 Replies
ADVERTISEMENT
May 27, 2009
We have a sipmle office network set up that we also use use to connect to the internet, however of late the number of users has increased thus slowing internet access. Bandwidth upgrade is not an option thus i have to do bandwidth shaping on our linux router. The question is how do set the squid configs to allow certain IP's range a certain percentage bandwidtheg 60% and furthe divide the rest. Alternatively how can allow certain IPs to have higher bandwidth access.
View 1 Replies
View Related
Mar 7, 2011
I am using SQUID 2.6 on cent os. Squid as a proxy server is working fine. I want to manage my bandwidth according to my office staff.Like for top management users may allocate 1 MB and rest of the users as 256 kb.Kindly guide me that how can I do it ?
View 1 Replies
View Related
Aug 31, 2010
i am using ntop with squid for bandwidth monitoring but i am not able to see yesterday and old reports on that and i am not able to take the backup.
View 3 Replies
View Related
Sep 29, 2010
Im using squid proxy server..i want to limit bandwidth for single user using squid proxy.
View 6 Replies
View Related
Apr 23, 2011
How to do bandwidth throttling in Squid server? i wan to set particular bandwidth for particular ip, how to do it in Squid server?
View 1 Replies
View Related
Mar 6, 2010
I'm having problems with squid, and i don't know how to solve them because I'm new to linux. a. Why squid in my computer often does not work? The process has already started (using the command sudo squid start), but the Internet on client computers can not connect. This can be be resolved if the proxy server computer is restarted. Anybody know why is this happen?
b. How do I set the client bandwidth limitation using squid? I want the client computers can only use maximum 60-70 KB / s. Do I need another additional software package?
View 1 Replies
View Related
Jan 23, 2010
I want to limit bandwidth for downloading files with squid. I want to reserve bandwidth for other traffic (esp. web browsing). I know about delay pools but I don't understand well. Some users use download managers to download large movie files. I don't want to block downloading but I want to give them limited bandwidth. May be 5KBps or 6KBps because I have only 512Kbps (64KBps) connection.
View 1 Replies
View Related
Feb 15, 2011
I want to monitor the bandwidth used by each user in my proxy server.
View 1 Replies
View Related
Oct 18, 2009
How will I allocate specific bandwidth to clients using squid? I use squid on RHEL5 serer ...
View 1 Replies
View Related
Mar 27, 2010
i Have a Squid Server , i'm Using That for Caching ... i Have 3 Ether on My " Squid Server ". Ether1 : Directly Internet From ISP1 , 2Mbps . Ether2 : Directly Internet From ISP2 , 512 KBps . Ether3 : Connected too LAN . i want All The Files Format with " MP3 , RAR , ZIP , AVI , ... (All Downloads File) " Get From Ether1(ISP1) and WebPages Like " HTML , ASP , CGI , & ... " Get from Ether2(ISP2) i Not Know How to Configure That with My 2 ISP internet.
View 1 Replies
View Related
Feb 28, 2010
How to set download limit using SQUID? I want to specify the download limit for a particular list in MB. Is it possible to limit bandwith for some group of machines in network?
View 1 Replies
View Related
Oct 1, 2009
Does squid automatically split bandwidth between connected clients? I'm wondering if someone was downloading a lot of data and someone else connected whether it would split the access 50:50 between them? I have 1 user that is using a lot of bandwidth but the server doesn't seem to split it up between all connected clients so others are receiving slow access. I don't have this client's IP address but I do have ncsa auth connected. Will delay_pools work with an ncsa username?
View 2 Replies
View Related
Feb 28, 2010
How to set download limit using SQUID? I want to specify the download limit for a particular list in MB. Is it possible to limit bandwith for some group of machines in network?
View 6 Replies
View Related
Jan 29, 2010
Is there anyway to monitor the current bandwidth in use by a user (NCSA auth) on squid? Occasionally we get a user downloading too many videos at once, which blocks bandwidth to other users on the network. As I have no idea which user it is until the end of the day (SARG reports), we just restart the squid server to disconnect their downloads.
View 6 Replies
View Related
Jan 2, 2010
I have configured a normal squid & now I want to manage internet bandwidth thru. "squid" proxy only.
Squid proxy server ip is :- 192.168.17.30
Client PC ip addres is 192.168.17.25
Total bandwidth avaialable :- 2 Mbps
Now, I want to limit bandwith of 400 kbps for the ip address 192.168.17.25 pc only. So, is there any method available for bandwidth limiting for a single pc?
View 2 Replies
View Related
Nov 18, 2010
I created a the class like this for shaping the packets with a specified bandwidth rate.....
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 15
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 750kbit ceil 750kbit
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 600kbit ceil 750kbit prio 0
For Our Requirement:-
I dont want to specify the bandwidth rate strictly like this rate750kbit ceil 750kbit,based on whatever speed is coming which should allocate the bandwidth rate for particular class...I need one application for finding the upcoming bandwidth & Is any other method is there for specify the bandwidth rate in a classes.
View 1 Replies
View Related
Mar 5, 2009
I would like to install a program (R for statistical computing). I am using Slackware. On the download page of R (The Comprehensive R Archive Network) there are options to download the code for Debian, Redhat, Suse, and Ubuntu. Which one should I download in my case (using Slackware)? Is there any of them which I should not download?
View 4 Replies
View Related
Jul 31, 2009
I have a mini-ITX based system with a 256Mb Flash Drive and 256Mb of RAM.
I aim to use it for the following applications:
Samba Server
Cups
Rsync
Basic Web Server
File based Wiki (perhaps Dokuwiki)
Package Management (to easily add other software as required)
I don't need any X based software or Desktop.
I was hoping to create a Debian Live distribution and run the whole operating system either from a Read Only file system or from RAM.
However (after connecting a standard HDD) and installing basic Debian along with the packages I require (and their dependencies) the filesystem is already over 1Gb in size.
Is there any way this can be reduced drastically in size? Is Debian Live the best way of achieving what I want? Something like Puppy Linux is much smaller in size but I don't want something with such an emphasis on having a Desktop environment which I don't need.
View 1 Replies
View Related
May 16, 2010
being a btech student we have an asignment on call centre management.i have the source code and know how to do it in windows,but i prefer to do it in linux tats in debian5.can you tell me how to handle sql database in debian5?also after debian installation i cant login as a root but can acess root terminal from home.how can i solve this?is it because of wrong partitioning during installation?
View 7 Replies
View Related
Feb 14, 2016
I just changed the desktop on my thinkpad from awesome to i3. And now I have some very strange issues with the screen resolution. Because at home I use this x60 thinkpad on a dockingstation and a 19" display. As long as I used Awesome as my Desktop, the display manager as well as the desktop itself could handle the different screen resolution depending on if I'm out with just my 12" on my thinkpad or with the much bigger screen on my home 19" display.
I can understand that i3 maybe cannot handle this alone and I need xrandx to enforce the screen resolution. But why is the display manager (lightdm) also affected by this change? What is so different that even the DM cannot find the proper screen resolution?
View 1 Replies
View Related
Aug 8, 2011
Title says it all. Is there any way I can make usbmount mount CDs and DVDs when inserted into the drive? Or was it only designed for flash devices and hard drives? Specifying UDF and ISO9660 as mountable filesystems did not work, FWIW.Also, if usbmount can't do this, is there a way to do it using udev rules? Without requiring configuration for a specific user?(I would really rather avoid dealing with HAL/udisks, the reliance on Consolekit is making everything a complete mess.)To be a bit clearer... Is there any way of implementing something like FreeBSD's automounter on Linux, without involving Consolekit and its spectacular brokenness?
View 5 Replies
View Related
Dec 10, 2010
I've recently upgraded my broadband from a 1Mbps to a 10Mpbs from the same ISP. As such there is no change of hardware.Tried downloading a Linux iso from my laptop and is getting a very good download speed. However, noticed that when I am downloading the iso, all the bandwidth is taken up by the download. Even my browser is unable to refresh or load a new webpage. Boot into Win7 (same laptop) and the webpage is ABLE to load. Tried the same in my netbook (openSUSE) and the webpage is ABLE to load. Tried the same in my Debian desktop and the same problem returns, while downloading files (iso or video) all the bandwidth is taken by the download. Browser unable to refresh. Computer connected to the same wireless network is also deprived of the bandwidth. So the bandwidth (from the wireless router) is totally taken up by the downloading Debian laptop or desktop.
View 13 Replies
View Related
Dec 9, 2010
I've recently upgraded my broadband from a 1Mbps to a 10Mpbs from the same ISP. As such there is no change of hardware. Tried downloading a Linux iso from my laptop and is getting a very good download speed. However, noticed that when I am downloading the iso, all the bandwidth is taken up by the download. Even my browser is unable to refresh or load a new webpage. Boot into Win7 (same laptop) and the webpage is able to load. Tried the same in my netbook (openSUSE) and the webpage is ABLE to load.
Tried the same in my Debian desktop and the same problem returns, while downloading files (iso or video) all the bandwidth is taken by the download. Browser unable to refresh. Computer connected to the same wireless network is also deprived of the bandwidth. So the bandwidth (from the wireless router) is totally taken up by the downloading Debian laptop or desktop. Is there something in Debian that I've need to configure?
View 3 Replies
View Related
Mar 14, 2011
Is there any easy way (i.e. command or file to view) to find out what distribution I am running? I know that my /etc/apt/sources.list has entries for stable, testing and unstable but I hear that (as of the 30th) "stable" has become Sarge. So if I performed an apt-get update then an apt-get dist-upgrade yesterday should I assume that I am now running Sarge?
View 8 Replies
View Related
Aug 1, 2011
I have created some little .deb packages which are running fine within my local box. Now I like to create a personal repo for testing branch to distribute those .deb. I have a hosting space based on cetos server where I have both ftp as well as ssh access and I can create a subdomain there pointing to a folder which I can define. So based on this scenario what might be the best way for me to create a debian signed repo ? I have found
- dpkg-scanpackages
- reprepro
Which can create such repo for testing branch; as main non-free contrib style.
View 5 Replies
View Related
May 27, 2010
When I signed up for my Debian Linux VPS hosting and first logged on and invoked ps, there was the only user process running: sshd. As I can see, this was minimal Linux with only two things installed and configured: sshd and apt (plus all dependencies, of course).
I want to build (or use existing) similar Linux distro, any advice on how to build (or pick) one? Googling "minimum linux", or "linux with sshd only" usually brings up Debian's netinstall, which is not what I want.
View 6 Replies
View Related
Feb 23, 2010
I've figured out that '~i !~M' will give me all packages I have manually installed. Can I formulate a query such that I get all packages manually installed from a particular distribution (e.g. Lenny, Squeeze, Sid)? Yes, I'm using pinning.
View 1 Replies
View Related
Aug 17, 2010
As I have developed a part of my project based on crontab and now one of my team member has raised a question based on performance and load/stress, I would like to know the following limits of crontab.I assume each line in crontab file is a task; and also crontab would hold completed and pending tasks.1. How many tasks (both completed and pending) could crontab hold/handle?2. Will crontab run as expected if there are 100s of completed and less than 100 pending task?
View 1 Replies
View Related
Feb 3, 2010
The router should handle everything automatically and transparently. All you need to do is make sure that the wireless Ethernet adapters in the laptops can "talk" to the wireless router.
View 4 Replies
View Related