CentOS 5 Server :: Placing Upload/download Limit To Each Ip Using Squid?

May 18, 2010

I just want to place upload/download limit to each ip address ( say 20MB per day for each ip or specific ip) using squid proxy i tried through delay pool but it control only download/upload speed not place any download/upload quota restriction. following are my codes I have 1Mbps line

delay_pools 2
delay_class 1 2
# here 700kbps(87Kbytes) Net-Total usage limit, with 50Kbytes per user

[code]...

I also used

"reply_body_max_size" parameter to control upload limit.

But

"request_body_max_size" only restrict download based on size.

how to setup quota ( download quota per day per ip)

View 4 Replies


ADVERTISEMENT

General :: Set Upload /download Limit In Squid For Particular Ip Address?

Oct 21, 2010

i want to set upload /download limit in squid for particular ip address.

View 7 Replies View Related

General :: Limit The Upload / Download Of A Program Already Running (A Process)?

Jun 2, 2011

I have already tried trickle and wondershaper. I need a program that can limit the speed of download/upload of an already running program. Similar to the how NetLimiter in Windows limits already running processes. Using Linux.

View 1 Replies View Related

CentOS 5 Server :: Vsftpd Cannot Upload / Download

Nov 5, 2010

I've installed a fresh centos5 box and installed vsftpd however my first test user does not have permissions to his own home directory.

Quote:Status:Connecting to x.x.x.x:21...
Status:Connection established, waiting for welcome message...
Response:220 Welcome
Command:USER xxxxxxx

[Code].....

View 3 Replies View Related

CentOS 5 Server :: Automation Of Ftp Server \ Configure A FTP Server Where Upload And Download Files?

Jan 8, 2011

i have been trying to complete the following project1) Configure a FTP server where we can upload and download files.........2) server must run at 9 pm & stop at 9 am automatically ............although the first task was easy ,i have no idea how to accomplish the 2nd task(not to mention I'm a new user)

View 5 Replies View Related

Networking :: Total Download Limit Through Squid?

Apr 7, 2009

Is there any way of limiting total download from a particular ip in a month with the help of squid proxy. Through delay pool I beleive we can limit the download speed.But I want total download limit for particular ip or user

View 2 Replies View Related

General :: Torrent Client Allowing Upload - Download Rate Limit Depending On The Time Of Day

Jan 1, 2011

With Azureus/Vuze, can we set an upload/download rate limit depending on the time of day?

If not, do you know a torrent client allowing this? Client must be available on Linux.

I learned that you can install plugins for Azureus/Vuze. There is one about scheduling. I've tried to install it but I got a NullPointerException.

View 3 Replies View Related

Red Hat / Fedora :: Reply_body_max_size To Limit Download Size In Squid?

Nov 26, 2010

I m using squid 2.7 Stable 9 and Dansguardian 2.10.1.1, i have compiled both squid and dansguardian, i have enabled follow_x_forwarded_for in squid to make clients IPs visible to squid, i have also set x_forwarded_for=on in dansguardian, this is working fine and clients ips are visible to squid. Now i want to set down-loadable file size limit upto 50 MB in squid by using the acl reply_body_max_size 52428800 allow mynetwork for every user except few users the above acl is not working properly. mynetwork is our private network which is 192.168.0.0/16.

When i set the acl reply_body_max_size 52428800 allow localhost . it works fine but only for localhost. I want to allow upto 50 MB down-loadable file size to every user in my network except a few users whom will have access upto 500 MB down-loadable file size.

View 2 Replies View Related

Networking :: Setting Download Limit And Bandwidth Management Using SQUID?

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

Ubuntu Networking :: Setting Download Limit & Bandwidth Management Using SQUID?

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

Debian :: Limit User Access - Download And Upload To His Home File "browser By Firefox"?

Jul 30, 2011

i have VPS server and i installed Xserver on it and all ok i created new user for my client but i need to limit his access to the following

he can download and upload to his home file " browser by Firefox"
he can't install or use any application "just the one i installed it"
he can't see the file system or browser it !! if i can give him specific space on harddisk would be better
he can extract and compress files
he can't edit the settings ....

i have another sensitive folder and setting i don't want him to see it so how to limit his access?

View 8 Replies View Related

Server :: Squid Facebook Upload Failing?

Oct 24, 2010

I can't upload photos to facebook and I'am using Squid

It gives me this

ERROR The requested URL could not be retrieved

While trying to retrieve the URL: [URL]

The following error was encountered:

Read Error

The system returned: (104) Connection reset by peer

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is webmaster. Generated Sun, 24 Oct 2010 20:24:00 GMT by hermanon (squid/2.7.STABLE3)

View 1 Replies View Related

Networking :: Placing Squid ACL's In A MySQL Database?

Jan 11, 2011

I'm using Squid in our company network, to block access to certain websites. Some websites are blocked for all computers, except for a few. These computers are grouped in an ACL, in squid.conf

Since the group contains only a few computers, this is no big deal and it works fine. But now we wish to expand this to more computers and regulate access to certain websites per computer more detailed. This means that the ACL list in squid.conf will grow significantly and I don't think that is a good thing.

The best solution would be to move all the ACL's from squid.conf, into a MySQL database. However, I have no idea how to do that.

As far as I know, I need external_acl_type to do this.

View 7 Replies View Related

Server :: PHP Upload/download Speed Tester?

Dec 29, 2009

is there any PHP upload/download connection speed test script out there

View 2 Replies View Related

CentOS 5 Server :: Squid Proxy Configuration SQUID 2.6.STABLE21

Jan 17, 2011

I would like to ask some help and tutorial for setting up and how to configure squid proxy server in my (Home PC Server). I am a newbie in Linux Centos. I already installed in my system the CentOS 5.5 . Now, I want to configure it as my internet server, all of my 4 system running in Windows including the laptop I want to connect through my CentOS pc with username authentication. I assign all IP address by static. see tthe attachement in my set up. [url] I just want to know what I need to change and add in my squid config file. And how can I configure properly my CentOS with 2 LAN card as internet server.

View 1 Replies View Related

Server :: Vsftpd - Setup The Same Upload/download Folder For All Users?

Oct 20, 2010

does anybody knows how to setup the same upload/download folder for all users ? My vsftpd has been installed on CentOS. Its using system user.

What should I put in /etc/vsftpd/vsftpd.conf to configure folder

/fileserver

for all users ?

View 2 Replies View Related

Server :: Upload / Download - Command Line Tool To Test Speed?

Jan 4, 2011

anybody knows nice tool to check connection speed UPLOAD / DOWNLOAD on the server ?Maybe existing something like speedtest.net for servers ?

View 3 Replies View Related

Networking :: How To Limit Upload Rate?

May 30, 2010

I have a linux box running between my router and my LAN. My connection speed is 10MB download and 1MB upload. The issue is that whenever someone starts to upload something, it is like my connection is down. No one else can open websites, read emails etc.Is it possible to place a limit for upload, maybe 50kb/s? This way, people won't use the entire upload speed available.

View 1 Replies View Related

General :: Limit The Total Upload From Pc?

May 19, 2011

I just got in trouble with my internet company because my daily upload is too much.

Is there a way I can limit the total upload from my pc? I'm using Gentoo.

Is there a way to do this in Linux?

View 1 Replies View Related

Server :: Allow Specific IP To Access A Download On Squid?

Feb 28, 2010

i have been studying linux for 3 month ,so i have solved some problems related with server part.The problem i have is the squid access.Can I allow some IP's to download files on squid.I mean i already give access to download by reply_body tag,andwant to give permission only one specific IP for unlimit access to download.Is there any solution

View 3 Replies View Related

Server :: WEB Download - Upload - Server

Nov 12, 2010

I`m looking for some php script or maybe some nice GUI to vsftpd. There problem is that in our company very often we have to create download links for our clients.

Do You know any nice free linux software which could be administer by web panel ? Command nice is nice but its painfull if admin is on the holiday...

View 1 Replies View Related

Ubuntu One :: File Size Limit For Upload?

May 11, 2010

I have a large file (deflated size: 602191947)that is not saved in my Ubuntu One account. On sync'ing the file is being uploaded, and eventually reaches 602191947 - and then nothing more happens to this file - but sync'ing the following files in the queue goes on with success. I have tried manual upload with the same result. The file is still being marked as 'uploading' even after several tries and log ins/log outs, and reboots. So I was just wondering whether there is a file size limit - can't seem to find information regarding this.

View 5 Replies View Related

Ubuntu :: Limit Upload Speed Of Certain Devices Such As Ps3?

Jun 15, 2010

There is a ps3 in my house which i play with an online connection, i also download alot of stuff. so i want to limit the upload speed of the ps3 to give my downloads more speed. i have verizon fios.

View 3 Replies View Related

Slackware :: Vsftpd - Any Way To Limit Upload Speed

Jan 22, 2010

I use vsftpd. I would like to know if there is a way to limit the upload speed. Only the upload speed so the "anon_max_rate" and "local_max_rate" don't do the job. Someone told me about the trickle but I expected a more recent application.

View 1 Replies View Related

CentOS 5 Server :: Local Users Cannot Upload Files To VSFTP SERVER

Nov 25, 2010

I've setup a Lamp Server for Testing, The Lamp Server is Up & Running on CentOs 5.5

I am now trying to setup a VSFTP server where local users can upload files to there home directory so that Apache can serve web pages straight from the directories of system user home/accounts giving users the ability to run their own web sites which are hosted off the main server [tutorial here: [url]

So far i have been able to serve/display index.html files from the users home directory [url] but so far i cant upload files to any user home directory, every time i try to upload a file with filezilla i get this error message: 553 Could not create file. Critical file transfer error

I have searched online for similar problems like mine and so far i've tried alot of the solution but none seem to work. I'm confused, dont know where i went wrong, i put the users in a group called ftpusers and here are the permissions on the users (test, ftpuser & testftp) home directory. have a look an tell me where i went wrong :(

Also the root directory where the web pages are served from is called public_html here are the permissions

Here is my vsftp.conf file can someone check it to see if i made any errors in there:

View 14 Replies View Related

CentOS 5 Server :: Vsftp Can Not Upload File?

Sep 29, 2009

After few hours working I can connect to ftp.And download files from the server.But I can not upload file or create directory.I checked my configure file several time could not figure it out.

# cat /etc/vsftpd/vsftpd.conf
anon_world_readable_only=NO
anonymous_enable=NO

[code]....

View 1 Replies View Related

CentOS 5 Server :: How To Upload/change The Webpage

Apr 19, 2010

i have a centos server with squirrel mail and sendmail, i have a web page that i want to change for a new one... how can i do it?

View 1 Replies View Related

CentOS 5 Server :: How To Upload Configuration File

Jun 28, 2010

I'm configuring a new public mail server running Centos 5.5 and Sendmail 8.13.8. I would like that the sendmail configuration is correct. The server will handle many domains using Virtualmin. Everyone can send mail only if authenticated, which I already tested.

How can I upload configuration file? I receive an error if try to upload a zip file.

View 1 Replies View Related

General :: Limit Uploading In The Squid?

Dec 1, 2010

i have centos os squid 2.6 version,i have to configured squid to restrict some ip to 10 kb upload for that i set request_max_body_max_size but this directive is applicable to all ips but i want to limit uploading for some paricular ips.

View 1 Replies View Related

CentOS 5 Server :: Change Limit Of Max. Open Files?

Jul 17, 2009

I use CentOS 5.3 and trying to change limit of max. open files.I added in /etc/security/limits.conf

root soft nofile 50000
root hard nofile 50000

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved