hai

i have a strange situation
this is my configuration,

###########start configuration##############################
src cat2_user {
        userlist cat2_definite_user
}
src cat4_user {
        userlist cat4_full_access_user
}
dest for_definite_user {
        domainlist domain_for_cat2_user
}
acl {
     cat2_user within kantor {
         pass for_definite_user none
         redirect http://192.168.100.105/limited.php
     }
     cat4_user {
         pass all
     }
     default   {
         pass none
         redirect http://192.168.100.105/denied.php
     }
}
###########end configuration##############################

###########file cat2_definite_user##############
bonie
dien
vera
djohari
###############################################

###########file domain_for_cat2_user##############
123xfun.com
excelcom.co.id
nokia.com
nokia-asia.com
sonyericsson.com
##################################################
i'm not apply the cat4_full_acces_user file.

i think is nothing wrong with the configuration,
the strange situation is :
user mentioned in cat2_definite_user file can't access sonyericsson.com,
they (cat2_user) can access another domain (eg 123xfun.com).
what's wrong with that? do i have to add a new directive for the
configuration??

Reply via email to