<?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>Kuliah &#187; firewall</title>
	<atom:link href="http://kuliahku.com/tag/firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuliahku.com</link>
	<description>Kuliah</description>
	<lastBuildDate>Tue, 06 Apr 2010 02:34:30 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mikrotik Traffic Load Balancing Tutorial</title>
		<link>http://kuliahku.com/2009/11/mikrotik-traffic-load-balancing/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mikrotik-traffic-load-balancing</link>
		<comments>http://kuliahku.com/2009/11/mikrotik-traffic-load-balancing/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:53:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MIKROTIK]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://kuliahku.com/?p=1127</guid>
		<description><![CDATA[Introduction
Bandwidth management is an essential part of everyday operation for typcial ISPs, businesses, and even everday home users. There are many different types of management tools available to RouterOS users, QOS, rate-limiting, packet-limiting, to name a few.
I personally operate a wireless ISP, in an area that has no other type of convential high-speed internet (ie. [...]]]></description>
		<wfw:commentRss>http://kuliahku.com/2009/11/mikrotik-traffic-load-balancing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mikrotik Simple Firewall Tutorial</title>
		<link>http://kuliahku.com/2009/11/mikrotik-simple-firewall/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mikrotik-simple-firewall</link>
		<comments>http://kuliahku.com/2009/11/mikrotik-simple-firewall/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:43:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MIKROTIK]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://kuliahku.com/?p=1125</guid>
		<description><![CDATA[Make simple but powerfull.
triky of Mikrotik firewall management
1. To make Mikrotik filter brute forces
/ ip firewall filter
add chain=input protocol=tcp dst-port=22 src-address-list=ssh_blacklist action=drop comment=”Drop SSH brute forcers” disabled=no
add chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage3 action=add-src-to-address-list address-list=ssh_blacklist
address-list-timeout=1w3d comment=”” disabled=no
add chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage2 action=add-src-to-address-list address-list=ssh_stage3
address-list-timeout=1m comment=”” disabled=no
add chain=input protocol=tcp dst-port=22 connection-state=new src-address-list=ssh_stage1 action=add-src-to-address-list address-list=ssh_stage2
address-list-timeout=1m comment=”” disabled=no
add chain=input [...]]]></description>
		<wfw:commentRss>http://kuliahku.com/2009/11/mikrotik-simple-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
