<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>human.network.web.id &#187; tos</title>
	<atom:link href="http://human.network.web.id/tag/tos/feed/" rel="self" type="application/rss+xml" />
	<link>http://human.network.web.id</link>
	<description>forward packet...forward paket...repeat until powered off</description>
	<lastBuildDate>Wed, 28 Oct 2009 04:47:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Squid zph and Mikrotik</title>
		<link>http://human.network.web.id/2008/07/03/squid-zph-and-mikrotik/</link>
		<comments>http://human.network.web.id/2008/07/03/squid-zph-and-mikrotik/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:41:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[proxy]]></category>
		<category><![CDATA[baypass]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[HIT]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[htb]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mangle]]></category>
		<category><![CDATA[marking]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Penalty]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tos]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[Zero]]></category>
		<category><![CDATA[zph]]></category>

		<guid isPermaLink="false">http://human.network.web.id/?p=114</guid>
		<description><![CDATA[Bonus tambahan dari squid 2.7-stable3 adalah fungsi zph yang sudah terintegrasi.
ZPH sendiri adalah Zero Penalty Hit, penjelasan-nya bisa dibaca di http://zph.bratcheda.org/
Pada 2.7 sudah masuk dalam core engine squid.
Sebelum versi 2.7 harus melakukan patch.
Tutorial di bawah ini saya memakai squid dari caching youtube.

Ide dari pemakaian ZPH ini adalah ketika memutar video dari youtube, masih terjadi delay [...]


Related posts:<ol><li><a href='http://human.network.web.id/2008/02/06/case-hotspot-stikiacid/' rel='bookmark' title='Permanent Link: Mikrotik: case hotspot stiki.ac.id'>Mikrotik: case hotspot stiki.ac.id</a> <small>Kasus ini </small></li><li><a href='http://human.network.web.id/2008/01/11/burst-for-each-tcp-connection/' rel='bookmark' title='Permanent Link: Burst for each TCP connection'>Burst for each TCP connection</a> <small>Diambil da</small></li><li><a href='http://human.network.web.id/2008/01/24/bypass-traceroute-traffic/' rel='bookmark' title='Permanent Link: Bypass traceroute traffic'>Bypass traceroute traffic</a> <small>Pada mesin</small></li></ol>]]></description>
		<wfw:commentRss>http://human.network.web.id/2008/07/03/squid-zph-and-mikrotik/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Mikrotik: DHCP Pool usage</title>
		<link>http://human.network.web.id/2008/05/05/dhcp-pool-usage/</link>
		<comments>http://human.network.web.id/2008/05/05/dhcp-pool-usage/#comments</comments>
		<pubDate>Mon, 05 May 2008 09:20:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[address pool]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[ip addresses]]></category>
		<category><![CDATA[lease]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pool]]></category>
		<category><![CDATA[server lease]]></category>
		<category><![CDATA[tos]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://human.network.web.id/?p=78</guid>
		<description><![CDATA[Diambil dari http://forum.mikrotik.com/viewtopic.php?f=9&#38;t=19389
tested on 3.7
# WarnAt needs to be at what percentage you want to be warned you are running out of IP addresses.
:local WarnAt 10
#Name of DHCP Pool you want to monitor
:local DHCPPoolName dhcp_pool1
#Your Email to notify you when running out of available ip's
:local Email my@email.com
#Your mail server ip address
:local EmailServer 0.0.0.0

#Declare Variable
:local Total

:foreach [...]


Related posts:<ol><li><a href='http://human.network.web.id/2008/06/11/cisco-dhcp-server/' rel='bookmark' title='Permanent Link: Cisco: konfig DHCP server'>Cisco: konfig DHCP server</a> <small>Request da</small></li><li><a href='http://human.network.web.id/2008/01/07/a-script-to-watch-the-battery-voltage/' rel='bookmark' title='Permanent Link: A script to watch the battery voltage?'>A script to watch the battery voltage?</a> <small>Script dib</small></li><li><a href='http://human.network.web.id/2008/03/14/script-to-save-logs-and-send-via-email/' rel='bookmark' title='Permanent Link: Script to save logs and send via email'>Script to save logs and send via email</a> <small>Diambil da</small></li></ol>]]></description>
		<wfw:commentRss>http://human.network.web.id/2008/05/05/dhcp-pool-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
