In the email, you said that it's not working for 192.168.0.49. So, it's not working for that user and it works fine for others.
I see these log,
You see these block log on 'Logging > Request'. So, logging woks also fine.
So, NxFilter works fine. The problem is 192.168.0.49. Then you should test the PC with nslookup. On the PC do 'nslookup twitter.com' and see what's you get.
One possible reason is that the PC might have another DNS server as its secondary DNS server. Or it may use IPv6 DNS. In that case, it can bypass it.
I see these log,
Code:
INFO [08-30 10:15:12] - RHiAD, Blocked by category (all_block), www.youtube.com. INFO [08-30 10:15:12] - RHiAD, Blocked by category (all_block), www.youtube.com. DEBUG [08-30 10:15:12] - LastError.add, Adding error from request, NxError{kw=192.168.0.38,www.youtube.com, domain=www.youtube.com, uname=Gayal, cltIp=192.168.0.38, policyName=all_block, catnameLine=all_block, grpLine=all_block, reasonDetail=Blocked categories (all_block), timestamp=1724993112} DEBUG [08-30 10:15:12] - LastError.add, Adding error from request, NxError{kw=192.168.0.38,www.youtube.com, domain=www.youtube.com, uname=Gayal, cltIp=192.168.0.38, policyName=all_block, catnameLine=all_block, grpLine=all_block, reasonDetail=Blocked categories (all_block), timestamp=1724993112}
So, NxFilter works fine. The problem is 192.168.0.49. Then you should test the PC with nslookup. On the PC do 'nslookup twitter.com' and see what's you get.
One possible reason is that the PC might have another DNS server as its secondary DNS server. Or it may use IPv6 DNS. In that case, it can bypass it.
Comment