Yashpal Nagar wrote: > > But i want to allow only single host to web browsing which is 192.168.1.19 > Sorry i changed the IP. this time 192.168.1.19 is GOOD. > still the same problem. ;( > 1004684532.823 6 192.168.1.19 TCP_DENIED/403 1048 GET http://www.google.com/ - >NONE/- - > 1004684533.001 7 192.168.1.19 TCP_DENIED/403 1048 GET http://www.google.com/ - >NONE/-
> > > > > > > > acl GOOD src 192.168.1.35/255.255.255.255 > > > > acl BAD src 192.168.1.0/24 > > > > > > > > http_access deny BAD !GOOD Assuming you did a restart after changing the config file. Try this. acl GOOD src 192.168.1.19/255.255.255.255 acl BAD src 192.168.1.0/24 http_access deny BAD http_access allow GOOD Dont forget to restart. Mithun _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
