On Saturday, April 5, 2003, 11:36:56 AM, Nyoman wrote: > masalahnya yang diprotek tidak semuanya > misalnya > 192.168.83.10 sampai 100 cuman bisa access www.rci.com saja > 192.168.83.101 sampai 120 bisa access www.rci.com yahoo.com hotmail.com > 192.168.83.121 sampai 150 bisa ke mana saja > 192.168.83.151 sampai 200 tidak bisa access http
Saya gak tau ini bener apa enggak... saya sendiri belom coba. Salah/bisa/gak bisa, kasih tau kesini lagi ya (maklum masih belajar juga :). # start configuration acl textrci url_regex "rci.com" acl rci src 192.168.83.10-192.168.83.100/255.255.255.255 http_access deny rci !textrci acl textyahoo url_regex "/etc/squid/block.text" acl rciyahoo src 192.168.83.101-192.168.83.120/255.255.255.255 http_access deny rciyahoo !textyahoo acl okesemua src 192.168.83.121-192.168.83.160/255.255.255.255 acl tolaksemua src 192.168.83.151-192.168.83.200/255.255.255.255 http_access allow okesemua http_access deny tolaksemua # end of configuration file /etc/squid/block.text #--start-- rci.com yahoo.com hotmail.com #--end-- -- Dudi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

