Question:
bandwidth control per specific user or group ? using pfsense?
Rahul Rs
2011-06-12 23:27:14 UTC
Hi,im Rahul

bandwidth control per specific user or group ?

How do it ? squid and squid guard on pfsense

Example ;
2 users have my company.Users name ; "Akhil" and "Rahul".
I use Pfsense local authentication.

I need "Akhil" user dont connect to all website only connect to *www.pfsense.com * and *WWW.yahoo.com *

user name Rahul connect to all web site.

Or

Create 2 groups A and B
A group have a *x, y* users
B group have a *z* user


I need "A Group" users dont connect to all website only connect to *www.pfsense.com * and *www.yahoo.com *

Group B connect to all web site

Can you help me , please How can I do

mail id:rahul2multivision@gmail.com

Rahul.R.S

CCNA,CCNP,MCP,MCSA,MCSE,MCTS,MCITP,RHCSA,RHCE
Three answers:
madmike
2011-06-13 01:40:38 UTC
on squid.conf



# Near the src acl src section

acl blocknetwork src 10.0.0.10/255.255.255.255 ,<<-- ip of the user

acl yah_url yahoo.com

acl gog_url google.com

#Default:

# http_access deny all

#Under Here

http_access allow yah_url

http_access allow gog_url

http_access deny blocknetwork





I am yet to test this on my system, will get back after that.



Meanwhile here is another interesting link



http://www.linuxquestions.org/questions/linux-security-4/block-specific-users-in-squid-360995/
2016-12-11 09:04:42 UTC
Pfsense Limit Bandwidth
radona
2016-12-11 11:51:34 UTC
nicely achieved Ms Minger. i imagine you're properly. sure, i'm a coward - i'm also not too certain a thanks to positioned my image up as an Avitar. perchance someone might want to enlighten us blondes. Take care and chuffed Easter.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...