The following is not working at all and I cannot see what is wrong. Maybe
someone else can help.
src student_computers {
ip 10.0.3.0-10.0.9.255
}
acl {
student_computers {
pass !ads !porn !warez all
redirect blahblah
}
default {
pass none
redirect blahblah
}
}
The computer that I am testing has ip address 10.0.3.2, but for some reason
it ends up with the default. I changed the src to:
src student_computers {
userlist /blah/student
}
and put the name in the list that I am logging in as(I am using smb_auth),
restarted squid and it
works like it should(just for testing sakes). Why then is it not working
when I am trying to block on the ip address.
I really need some help.
TIA
Scott Mayo