<?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>JAUHDIMATA &#187; jaringan</title>
	<atom:link href="http://jauhdimata.com/tag/jaringan/feed" rel="self" type="application/rss+xml" />
	<link>http://jauhdimata.com</link>
	<description>Blogger Ngawi</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:28:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MEMBERI PRIORITAS pada ICMP dan DNS</title>
		<link>http://jauhdimata.com/memberi-prioritas-icmp-dan-dns</link>
		<comments>http://jauhdimata.com/memberi-prioritas-icmp-dan-dns#comments</comments>
		<pubDate>Mon, 13 Aug 2007 00:33:51 +0000</pubDate>
		<dc:creator>jauhdimata</dc:creator>
				<category><![CDATA[harian]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jaringan]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mikrotik]]></category>

		<guid isPermaLink="false">http://jauhdimata.wordpress.com/2007/08/13/memberi-prioritas-icmp-dan-dns/</guid>
		<description><![CDATA[Memperkecil delay ping dari sisi klien ke arah Internet. Mempercepat resolving hostname ke ip address. Asumsinya klien berada pada subnet 132.32.32.0/24 icmp___________________ &#62; ip firewall mangle add chain=prerouting src-address=132.32.32.0/24 protocol=icmp action=mark-connection new-connection-mark=icmp-cm passthrough=yes &#62; ip firewall mangle add chain=prerouting connection-mark=icmp-cm action=mark-packet new-packet-mark=icmp-pm passthrough=yes &#62; ip firewall mangle add chain=prerouting packet-mark=icmp-pm action=change-tos new-tos=min-delay dns___________________ &#62; ip [...]]]></description>
			<content:encoded><![CDATA[<p>Memperkecil delay ping dari sisi klien ke arah Internet.<br />
Mempercepat resolving hostname ke ip address.<br />
Asumsinya klien berada pada subnet 132.32.32.0/24</p>
<p>icmp___________________<br />
&gt; ip firewall mangle add chain=prerouting src-address=132.32.32.0/24 protocol=icmp action=mark-connection new-connection-mark=icmp-cm passthrough=yes<br />
&gt; ip firewall mangle add chain=prerouting connection-mark=icmp-cm action=mark-packet new-packet-mark=icmp-pm passthrough=yes<br />
&gt; ip firewall mangle add chain=prerouting packet-mark=icmp-pm action=change-tos new-tos=min-delay<span id="more-42"></span></p>
<p>dns___________________<br />
&gt; ip firewall mangle add chain=prerouting src-address=132.32.32.0/24 protocol=tcp dst-port=53 action=mark-connection new-connection-mark=dns-cm passthrough=yes<br />
&gt; ip firewall mangle add chain=prerouting src-address=132.32.32.0/24 protocol=udp dst-port=53 action=mark-connection new-connection-mark=dns-cm passthrough=yes<br />
&gt; ip firewall mangle add chain=prerouting connection-mark=dns-cm action=mark-packet new-packet-mark=dns-pm passthrough=yes<br />
&gt; ip firewall mangle add chain=prerouting packet-mark=dns-pm action=change-tos new-tos=min-delay</p>
<p>pfifo_________________<br />
&gt; queue type add name=&#8221;pfifo-64&#8243; kind=pfifo pfifo-limit=64</p>
<p>queueree______________<br />
&gt; queue tree add name=icmp parent=internet packet-mark=icmp-pm priority=1 limit-at=8000 max-limit=16000 queue=pfifo-64<br />
&gt; queue tree add name=dns-resolv parent=internet packet-mark=dns-pm priority=1 limit-at=8000 max-limit=16000 queue=pfifo-64</p>
<p>demikian_____________________</p>
]]></content:encoded>
			<wfw:commentRss>http://jauhdimata.com/memberi-prioritas-icmp-dan-dns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
