<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for O.N.E.Z</title>
	<atom:link href="http://onez.web.id/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://onez.web.id</link>
	<description>N.o. B.o.d.y P.e.r.f.e.c.t</description>
	<lastBuildDate>Sat, 31 Jul 2010 09:04:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cara Mounting pada NFS (Network File System) by investasi emas</title>
		<link>http://onez.web.id/2009/06/24/cara-mounting-pada-nfs-network-file-system/comment-page-1/#comment-205</link>
		<dc:creator>investasi emas</dc:creator>
		<pubDate>Sat, 31 Jul 2010 09:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://onez.web.id/2009/06/24/cara-mounting-pada-nfs-network-file-system/#comment-205</guid>
		<description>makasi buat postingannya ya,..</description>
		<content:encoded><![CDATA[<p>makasi buat postingannya ya,..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transparent Proxy pada Centos-5 by ika</title>
		<link>http://onez.web.id/2007/08/02/transparant-proxy-pada-centos-5/comment-page-1/#comment-204</link>
		<dc:creator>ika</dc:creator>
		<pubDate>Fri, 04 Sep 2009 05:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://onez.web.id/?p=9#comment-204</guid>
		<description>kok proxy transparent Q gak kebaca di client. eth1 192.168.3.135 (internet) eth0 192.168.2.1 (lan). mohon bantuannya. ini konfiguransinya

http_port 3128 transparent
icp_port 0

cache_mem 6 MB
cache_swap_low 94
cache_swap_high 96

cache_access_log /var/log/squid/access.log
cache_store_log /var/log/squid/store.log

maximum_object_size 16384 KB
minimum_object_size 4 KB
maximum_object_size_in_memory 2048 KB

# OPTION FOR TUNING THE CACHE
refresh_pattern -i ^ftp:	1440	50%	20160
refresh_pattern -i ^gopher: 	1440	50%	20160

# FILE-FILE YANG JARANG BERUBAH
refresh_pattern -i \.bin$	180	90%	20160	reload-into-ims
refresh_pattern -i \.cab$	180	90%	20160	reload-into-ims
refresh_pattern -i \.dat$	180	90%	20160	reload-into-ims
refresh_pattern -i \.exe$	180	90%	20160	reload-into-ims
refresh_pattern -i \.flv$	180	90%	20160	reload-into-ims
refresh_pattern -i \.msi$	180	90%	20160	reload-into-ims
refresh_pattern -i \.rar$	180	90%	20160	reload-into-ims
refresh_pattern -i \.zip$	180	90%	20160	reload-into-ims
refresh_pattern -i \.swf$	180	90%	20160	reload-into-ims
refresh_pattern -i \.css$	120	80%	10080	reload-into-ims
refresh_pattern -i \.js$	120	80%	10080	reload-into-ims
refresh_pattern -i \.pdf$	90	80%	10080	reload-into-ims
refresh_pattern -i \.gif$	45	70%	10080	reload-into-ims
refresh_pattern -i \.ico$	45	70%	10080	reload-into-ims
refresh_pattern -i \.jpg$	45	70%	10080	reload-into-ims
refresh_pattern -i \.png$	45	70%	10080	reload-into-ims

# REFRESH LEBIH CEPAT UNTUK YANG SERING BERUBAH
refresh_pattern -i \.html$	10	40%	4320
refresh_pattern -i \.htm$	10	40%	4320
refresh_pattern -i \.xml$	10	40%	4320
refresh_pattern .		25	60%	4320

fqdncache_size 1024
cache_replacement_policy heap GDSF
memory_replacement_policy heap GDSF

visible_hostname localhost
cache_mgr admin@localhost
cache_effective_user squid
cache_effective_group squid

acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_mgr admin@proxy.sman5.com #nama admin squid
cache_effective_user squid
cache_effective_group squid
visible_hostname proxy.sman5.com #hostname unutk squid

# DEFAULT ACL
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl lan src 192.168.2.0/24
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl safe_ports port 80			# http
acl safe_ports port 21			# ftp
acl safe_ports port 443 563		# https, snews
acl safe_ports port 70			# gopher
acl safe_ports port 210		# wais
acl safe_ports port 280		# http-mgmt
acl safe_ports port 488		# gss-http
acl safe_ports port 591		# filemaker
acl safe_ports port 777		# multiling http

# MEMBLOCK SITUS TERLARANG (BLACKLIST) SECARA MANUAL
# _______________________________________________
acl porn url_regex &quot;/etc/squid/acl/porn.txt&quot;
acl noporn url_regex &quot;/etc/squid/acl/noporn.txt&quot;
acl ip-porn dst &quot;/etc/squid/acl/ip-porn.txt&quot;
acl download url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .tar .rpm .zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov .msi .mp4

http_access allow porn all
http_access allow noporn all
http_access deny porn all
http_access deny ip-porn all
http_access allow localhost

http_access allow all
http_access allow lan

acl PURGE method PURGE
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager

http_access allow PURGE localhost
http_access deny PURGE

http_access deny !safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
acl our_networks src 192.168.2.0/24 192.168.3.0/24
http_access allow our_networks

http_reply_access allow lan
http_reply_access allow localhost
http_reply_access deny all
http_reply_access allow all

icp_access allow lan
icp_access allow localhost
icp_access deny all
icp_access allow all

http_access allow localhost
http_reply_access allow all
http_access deny all

# MANAJEMEN BANDWIDTH
# ___________________________________________
delay_pools 2
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_class 2 2
delay_parameters 2 -1/2048000 10000/2049000

delay_access 2 allow download
delay_access 2 deny all
delay_access 1 deny download
delay_access 1 allow all</description>
		<content:encoded><![CDATA[<p>kok proxy transparent Q gak kebaca di client. eth1 192.168.3.135 (internet) eth0 192.168.2.1 (lan). mohon bantuannya. ini konfiguransinya</p>
<p>http_port 3128 transparent<br />
icp_port 0</p>
<p>cache_mem 6 MB<br />
cache_swap_low 94<br />
cache_swap_high 96</p>
<p>cache_access_log /var/log/squid/access.log<br />
cache_store_log /var/log/squid/store.log</p>
<p>maximum_object_size 16384 KB<br />
minimum_object_size 4 KB<br />
maximum_object_size_in_memory 2048 KB</p>
<p># OPTION FOR TUNING THE CACHE<br />
refresh_pattern -i ^ftp:	1440	50%	20160<br />
refresh_pattern -i ^gopher: 	1440	50%	20160</p>
<p># FILE-FILE YANG JARANG BERUBAH<br />
refresh_pattern -i \.bin$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.cab$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.dat$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.exe$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.flv$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.msi$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.rar$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.zip$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.swf$	180	90%	20160	reload-into-ims<br />
refresh_pattern -i \.css$	120	80%	10080	reload-into-ims<br />
refresh_pattern -i \.js$	120	80%	10080	reload-into-ims<br />
refresh_pattern -i \.pdf$	90	80%	10080	reload-into-ims<br />
refresh_pattern -i \.gif$	45	70%	10080	reload-into-ims<br />
refresh_pattern -i \.ico$	45	70%	10080	reload-into-ims<br />
refresh_pattern -i \.jpg$	45	70%	10080	reload-into-ims<br />
refresh_pattern -i \.png$	45	70%	10080	reload-into-ims</p>
<p># REFRESH LEBIH CEPAT UNTUK YANG SERING BERUBAH<br />
refresh_pattern -i \.html$	10	40%	4320<br />
refresh_pattern -i \.htm$	10	40%	4320<br />
refresh_pattern -i \.xml$	10	40%	4320<br />
refresh_pattern .		25	60%	4320</p>
<p>fqdncache_size 1024<br />
cache_replacement_policy heap GDSF<br />
memory_replacement_policy heap GDSF</p>
<p>visible_hostname localhost<br />
cache_mgr admin@localhost<br />
cache_effective_user squid<br />
cache_effective_group squid</p>
<p>acl apache rep_header Server ^Apache<br />
broken_vary_encoding allow apache<br />
cache_mgr <a href="mailto:admin@proxy.sman5.com">admin@proxy.sman5.com</a> #nama admin squid<br />
cache_effective_user squid<br />
cache_effective_group squid<br />
visible_hostname proxy.sman5.com #hostname unutk squid</p>
<p># DEFAULT ACL<br />
acl all src 0.0.0.0/0.0.0.0<br />
acl manager proto cache_object<br />
acl localhost src 127.0.0.1/255.255.255.255<br />
acl lan src 192.168.2.0/24<br />
acl to_localhost dst 127.0.0.0/8<br />
acl SSL_ports port 443 563<br />
acl safe_ports port 80			# http<br />
acl safe_ports port 21			# ftp<br />
acl safe_ports port 443 563		# https, snews<br />
acl safe_ports port 70			# gopher<br />
acl safe_ports port 210		# wais<br />
acl safe_ports port 280		# http-mgmt<br />
acl safe_ports port 488		# gss-http<br />
acl safe_ports port 591		# filemaker<br />
acl safe_ports port 777		# multiling http</p>
<p># MEMBLOCK SITUS TERLARANG (BLACKLIST) SECARA MANUAL<br />
# _______________________________________________<br />
acl porn url_regex &#8220;/etc/squid/acl/porn.txt&#8221;<br />
acl noporn url_regex &#8220;/etc/squid/acl/noporn.txt&#8221;<br />
acl ip-porn dst &#8220;/etc/squid/acl/ip-porn.txt&#8221;<br />
acl download url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .tar .rpm .zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov .msi .mp4</p>
<p>http_access allow porn all<br />
http_access allow noporn all<br />
http_access deny porn all<br />
http_access deny ip-porn all<br />
http_access allow localhost</p>
<p>http_access allow all<br />
http_access allow lan</p>
<p>acl PURGE method PURGE<br />
acl CONNECT method CONNECT</p>
<p>http_access allow manager localhost<br />
http_access deny manager</p>
<p>http_access allow PURGE localhost<br />
http_access deny PURGE</p>
<p>http_access deny !safe_ports<br />
http_access deny CONNECT !SSL_ports<br />
http_access deny to_localhost<br />
acl our_networks src 192.168.2.0/24 192.168.3.0/24<br />
http_access allow our_networks</p>
<p>http_reply_access allow lan<br />
http_reply_access allow localhost<br />
http_reply_access deny all<br />
http_reply_access allow all</p>
<p>icp_access allow lan<br />
icp_access allow localhost<br />
icp_access deny all<br />
icp_access allow all</p>
<p>http_access allow localhost<br />
http_reply_access allow all<br />
http_access deny all</p>
<p># MANAJEMEN BANDWIDTH<br />
# ___________________________________________<br />
delay_pools 2<br />
delay_class 1 2<br />
delay_parameters 1 -1/-1 -1/-1<br />
delay_class 2 2<br />
delay_parameters 2 -1/2048000 10000/2049000</p>
<p>delay_access 2 allow download<br />
delay_access 2 deny all<br />
delay_access 1 deny download<br />
delay_access 1 allow all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting buat Server SOHO atau Warnet pada Linux by Casino 1250517869</title>
		<link>http://onez.web.id/2007/08/03/setting-buat-server-soho-atau-warnet-pada-linux/comment-page-1/#comment-202</link>
		<dc:creator>Casino 1250517869</dc:creator>
		<pubDate>Tue, 18 Aug 2009 02:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://onez.web.id/?p=10#comment-202</guid>
		<description>&lt;strong&gt;Casino 1250517869...&lt;/strong&gt;

Casino 1250517869...</description>
		<content:encoded><![CDATA[<p><strong>Casino 1250517869&#8230;</strong></p>
<p>Casino 1250517869&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authentication Access di Squid Proxy by admin</title>
		<link>http://onez.web.id/2007/11/30/authentication-access-di-squid-proxy/comment-page-1/#comment-195</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://onez.web.id/2007/11/30/authentication-access-di-squid-proxy/#comment-195</guid>
		<description>rakha : bisa bung, dengan autentifikasi ini membuat si client harus melakukan autentifikasi dulu, jika dia tidak benar memasukan autentifikasi maka client tidak dapat melakukan browsing (baik transparant atw bukan transparant, kemudian kan di router sudah kita paksa untuk port 80 ke port proxy kita). Dan pada intinya bahwa ncsa ini adalah fitur tambahan yang di berikan squid.

Ahkip : Wah untuk merubah tampilan login belom pernah ngerubah (bisa atw nggak masih lom bisa jawab nih :) ) . Maksud dengan menampilkan 2 halaman sekaligus nggak ngerti nih bung.</description>
		<content:encoded><![CDATA[<p>rakha : bisa bung, dengan autentifikasi ini membuat si client harus melakukan autentifikasi dulu, jika dia tidak benar memasukan autentifikasi maka client tidak dapat melakukan browsing (baik transparant atw bukan transparant, kemudian kan di router sudah kita paksa untuk port 80 ke port proxy kita). Dan pada intinya bahwa ncsa ini adalah fitur tambahan yang di berikan squid.</p>
<p>Ahkip : Wah untuk merubah tampilan login belom pernah ngerubah (bisa atw nggak masih lom bisa jawab nih <img src='http://onez.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) . Maksud dengan menampilkan 2 halaman sekaligus nggak ngerti nih bung.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authentication Access di Squid Proxy by Панькив</title>
		<link>http://onez.web.id/2007/11/30/authentication-access-di-squid-proxy/comment-page-1/#comment-194</link>
		<dc:creator>Панькив</dc:creator>
		<pubDate>Tue, 16 Jun 2009 04:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://onez.web.id/2007/11/30/authentication-access-di-squid-proxy/#comment-194</guid>
		<description>ползная инфа</description>
		<content:encoded><![CDATA[<p>ползная инфа</p>
]]></content:encoded>
	</item>
</channel>
</rss>
