Hi all
Can centos have way to limit users to use resouce in the computer?
thank you
____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433
thank you
ls any way to limit the bandwidth per user?
thank you again
--- Matt Hyclak hyclak@math.ohiou.edu wrote:
On Wed, Aug 22, 2007 at 11:25:40AM -0700, ann kok enlightened us:
Can centos have way to limit users to use resouce
in
the computer?
/etc/security/limits.conf
Matt
-- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
____________________________________________________________________________________ Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. http://autos.yahoo.com/carfinder/
On 8/22/07, ann kok annkok2001@yahoo.com wrote:
thank you
ls any way to limit the bandwidth per user?
iptables can do this
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Wednesday, August 22, 2007 3:39 PM To: CentOS mailing list Subject: Re: [CentOS] limit users to use resource
On 8/22/07, ann kok annkok2001@yahoo.com wrote:
thank you
ls any way to limit the bandwidth per user?
iptables can do this
Not sure it can do it per-user, it can lump types of connections together, or hosts together, but to do it per-user I think you may need squid.
-Ross
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
thank you
As i know, squid is only applying computer behind squid
Can squid do inside the computer?
Thank you
--- "Ross S. W. Walker" rwalker@medallion.com wrote:
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of
Jim Perrin
Sent: Wednesday, August 22, 2007 3:39 PM To: CentOS mailing list Subject: Re: [CentOS] limit users to use resource
On 8/22/07, ann kok annkok2001@yahoo.com wrote:
thank you
ls any way to limit the bandwidth per user?
iptables can do this
Not sure it can do it per-user, it can lump types of connections together, or hosts together, but to do it per-user I think you may need squid.
-Ross
______________________________________________________________________
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/
On 8/22/07, Ross S. W. Walker rwalker@medallion.com wrote:
iptables can do this
Not sure it can do it per-user, it can lump types of connections together, or hosts together, but to do it per-user I think you may need squid.
iptables has a --uid-owner option, so you can throttle by user this way. this allows you to capture ALL traffic, not just stuff squid can handle.