<?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; TTL</title>
	<atom:link href="http://human.network.web.id/tag/ttl/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, 11 Aug 2010 02:39:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fetch Tool</title>
		<link>http://human.network.web.id/2008/03/28/fetch-tool/</link>
		<comments>http://human.network.web.id/2008/03/28/fetch-tool/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 14:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[Fetch]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[TTL]]></category>

		<guid isPermaLink="false">http://human.network.web.id/2008/03/28/fetch-tool/</guid>
		<description><![CDATA[Di posting dari email newsletter mikrotik.com, fitur baru yang ada di versi 3.x.
Akan sangat berguna untuk mendonlot file nice.rsc dari mikrotik.co.id :D
For some time now, RouterOS has a neat little feature &#8211; it’s called Fetch.
It is a HTTP and FTP client program that allows you to download iles to your router.
For example fetch in action:
[admin@I] [...]


Related posts:<ol><li><a href='http://human.network.web.id/2008/01/08/how-to-prevent-nated-access/' rel='bookmark' title='Permanent Link: How to prevent NATed access'>How to prevent NATed access</a> <small>Sesuai dengan judul diatas, inti dari kasus ini adalah penyedia...</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 dibawah berfungsi untuk memberitahu admin via email, bila ada...</small></li>
<li><a href='http://human.network.web.id/2008/01/11/how-to-convert-a-mt-box-in-an-anti-spam-server-with-v29/' rel='bookmark' title='Permanent Link: How to convert a MT box in an Anti Spam server with v2.9'>How to convert a MT box in an Anti Spam server with v2.9</a> <small>Diambil dari http://forum.mikrotik.com/viewtopic.php?t=15721 Hi there, for months I have the...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://human.network.web.id/2008/03/28/fetch-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burst for each TCP connection</title>
		<link>http://human.network.web.id/2008/01/11/burst-for-each-tcp-connection/</link>
		<comments>http://human.network.web.id/2008/01/11/burst-for-each-tcp-connection/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 16:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[ip mangle]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[mangle]]></category>
		<category><![CDATA[marking]]></category>
		<category><![CDATA[mbits]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[pcq]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[queue tree]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[TTL]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://human.network.web.id/2008/01/11/burst-for-each-tcp-connection/</guid>
		<description><![CDATA[Diambil dari http://forum.mikrotik.com/viewtopic.php?t=12870
This is little how-to create manual burst using queue tree.
As it is bandwidth control using queue tree first we need to mangle traffic
first i mangle all connections, then i mark first 2Mbytes then i mark the rest of packets

/ip firewall mangle add chain=forward protocol=tcp \
action=mark-connection \
new-connection-mark=new_conn passthrough=yes \
comment="mark all new connections" disabled=no

/ip firewall [...]


Related posts:<ol><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 modern, aplikasi traceroute biasa mempergunakan protokol UDP dari...</small></li>
<li><a href='http://human.network.web.id/2008/07/24/hotspot-baypass-iix/' rel='bookmark' title='Permanent Link: Mikrotik: membuat hotspot baypass traffic IIX'>Mikrotik: membuat hotspot baypass traffic IIX</a> <small>Karena pertanyaan dari mas andy (andy_m3m@yahoo.co.id) di topik hotspot sebelumnya....</small></li>
<li><a href='http://human.network.web.id/2008/07/03/squid-zph-and-mikrotik/' rel='bookmark' title='Permanent Link: Squid zph and Mikrotik'>Squid zph and Mikrotik</a> <small>Bonus tambahan dari squid 2.7-stable3 adalah fungsi zph yang sudah...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://human.network.web.id/2008/01/11/burst-for-each-tcp-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert a MT box in an Anti Spam server with v2.9</title>
		<link>http://human.network.web.id/2008/01/11/how-to-convert-a-mt-box-in-an-anti-spam-server-with-v29/</link>
		<comments>http://human.network.web.id/2008/01/11/how-to-convert-a-mt-box-in-an-anti-spam-server-with-v29/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 16:15:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[ACCEPT]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[dnsbl]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[HIT]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[lease]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mangle]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nth]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[TTL]]></category>
		<category><![CDATA[tx]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://human.network.web.id/2008/01/11/how-to-convert-a-mt-box-in-an-anti-spam-server-with-v29/</guid>
		<description><![CDATA[Diambil dari http://forum.mikrotik.com/viewtopic.php?t=15721
Hi there, for months I have the idea how to transform one Mikrotik OS in an Anti Spam server. After more than 20 days applying few scripts, firewall rules and address list, I have achieved reduce from 45.000 mails per day to only 11.000/12.000 without many complaints from my customers.
Before continuing, some details [...]


Related posts:<ol><li><a href='http://human.network.web.id/2008/01/11/how-to-stop-smtp-viruses/' rel='bookmark' title='Permanent Link: How to stop (smtp) viruses !!'>How to stop (smtp) viruses !!</a> <small>Diambil dari http://forum.mikrotik.com/viewtopic.php?t=11474 Hi, i created these 2 simple rules...</small></li>
<li><a href='http://human.network.web.id/2008/05/27/shorewall-tsl-305/' rel='bookmark' title='Permanent Link: Shorewall 4.x di TSL 3.0.5'>Shorewall 4.x di TSL 3.0.5</a> <small>Instan firewall yang mudah cara instalasinya. Supaya saya tidak lupa...</small></li>
<li><a href='http://human.network.web.id/2008/01/08/how-to-prevent-nated-access/' rel='bookmark' title='Permanent Link: How to prevent NATed access'>How to prevent NATed access</a> <small>Sesuai dengan judul diatas, inti dari kasus ini adalah penyedia...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://human.network.web.id/2008/01/11/how-to-convert-a-mt-box-in-an-anti-spam-server-with-v29/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to prevent NATed access</title>
		<link>http://human.network.web.id/2008/01/08/how-to-prevent-nated-access/</link>
		<comments>http://human.network.web.id/2008/01/08/how-to-prevent-nated-access/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 04:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mangle]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[TTL]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[Zero]]></category>

		<guid isPermaLink="false">http://human.network.web.id/2008/01/08/how-to-prevent-nated-access/</guid>
		<description><![CDATA[Sesuai dengan judul diatas,
inti dari kasus ini adalah penyedia jasa tidak ingin BW yang diberikan kepada user di sharing lagi mempergunakan nat-router.
Ilmu baru buat saya, dengan memberikan TTL=1 ?, mmmm aneh sekali.

Hasil dari googling di wikipedia di dapat informasi sebagai berikut :
The TTL field is set by the sender of the datagram, and reduced by [...]


Related posts:<ol><li><a href='http://human.network.web.id/2008/01/11/how-to-convert-a-mt-box-in-an-anti-spam-server-with-v29/' rel='bookmark' title='Permanent Link: How to convert a MT box in an Anti Spam server with v2.9'>How to convert a MT box in an Anti Spam server with v2.9</a> <small>Diambil dari http://forum.mikrotik.com/viewtopic.php?t=15721 Hi there, for months I have the...</small></li>
<li><a href='http://human.network.web.id/2008/07/03/squid-zph-and-mikrotik/' rel='bookmark' title='Permanent Link: Squid zph and Mikrotik'>Squid zph and Mikrotik</a> <small>Bonus tambahan dari squid 2.7-stable3 adalah fungsi zph yang sudah...</small></li>
<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 ditanyakan ke saya oleh mas Ronny Susetyo aka...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://human.network.web.id/2008/01/08/how-to-prevent-nated-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
