<?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>Endoet - Sick of Fake &#187; Mikrotik</title>
	<atom:link href="http://endoet.org/category/mikrotik/feed/" rel="self" type="application/rss+xml" />
	<link>http://endoet.org</link>
	<description>Who have made sick like fake a people</description>
	<lastBuildDate>Wed, 24 Feb 2010 14:13:52 +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>Mengamankan Mikrotik Router dengan Firewall</title>
		<link>http://endoet.org/2007/11/05/mengamankan-router-mikrotik-dengan-firewall/</link>
		<comments>http://endoet.org/2007/11/05/mengamankan-router-mikrotik-dengan-firewall/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:54:11 +0000</pubDate>
		<dc:creator>endoet</dc:creator>
				<category><![CDATA[Mikrotik]]></category>

		<guid isPermaLink="false">http://endoet.web.id/?p=1</guid>
		<description><![CDATA[Untuk mengamankan router mikrotik dari serangan orang orang yang tidak bertanggung jawab, traffic virus dan excess ping, berikut ini langkah-langkah yang harus dilakukan : Pertama kita buat address-list &#8220;trusted-network&#8221; yang berisi alamat IP yang berhak mengakses router dan masuk dalam kategori “Trusted Network”. Dalam contoh berikut ini, saya menggunakan IP lokal network / LAN 192.168.1.0/24. [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="SV">Untuk mengamankan router mikrotik dari serangan orang orang yang tidak bertanggung jawab, traffic virus dan excess ping, berikut ini langkah-langkah yang harus dilakukan : <o:p></o:p></span></p>
<p><span lang="SV">Pertama kita buat address-list &#8220;trusted-network&#8221; yang berisi alamat IP yang berhak mengakses router dan masuk dalam kategori “Trusted Network”.<o:p></o:p></span></p>
<p><span lang="SV">Dalam contoh berikut ini, saya menggunakan IP lokal network / LAN 192.168.1.0/24. Dan IP public 202.152.x.x dari akses internet rumah saya. Anda bisa menambahkan list IP tersebut agar dapat mengakses routernya.</span></p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall address-list add list=trusted-network address=192.168.1.0/24 comment=&#8221;Trusted Network&#8221; disabled=no</span></strong><strong><span style="font-size: 10pt; font-weight: normal"><span></span></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall address-list add list=trusted-network address=202.152.x.x/24 comment=&#8221;Trusted Network&#8221; disabled=no</span></strong><strong><span style="font-size: 10pt; font-weight: normal"><span></span></span></strong></p>
<p><strong><span style="font-size: 10pt; font-weight: normal"></span></strong><span id="more-1"></span></p></blockquote>
<p>Selanjutnya buat chain virus agar port-port yang sering      dimanfaatkan virus di blok sehingga traffic virus tidak dapat dilewatkan,      tetapi perlu diperhatikan jika ada user yang kesulitan mengakses service      tertentu apakah port yang      dibutuhkan user tersebut terblok oleh firewall.</p>
<blockquote><p><strong><strong><span style="font-size: 12pt"></span></strong><span style="font-size: 12pt; font-family: 'Times New Roman'"></span></strong><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=forward connection-state=established action=accept comment=&#8221;Allow </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Established Connections&#8221; disabled=no</span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal"></span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"><!--[if !supportLineBreakNewLine]--></span></strong><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=forward connection-state=related action=accept comment=&#8221;Allow </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Related Connections&#8221; disabled=no </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"><br />
<!--[endif]--></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter  </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=udp dst-port=135-139 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Messenger Worm&#8221; disabled=no </span></strong><strong><span style="font-size: 8pt; font-weight: normal"> </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter  </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=forward connection-state=invalid action=drop comment=&#8221;Drop Invalid </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Connections&#8221; disabled=no </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"><br />
<!--[endif]--></span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=135-139 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong><strong><span style="font-size: 8pt; font-weight: normal">Blaster Worm&#8221; disabled=no</span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal"> </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"><!--[if !supportLineBreakNewLine]--><!--[endif]--></span></strong><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment=&#8221;Worm&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong><strong><span style="font-size: 8pt; font-weight: normal"> </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter  </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=445 action=drop comment=&#8221;Drop Blaster </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Worm&#8221; disabled=no </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=udp dst-port=445 action=drop comment=&#8221;Drop Blaster </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Worm&#8221; disabled=no</span></strong><strong><span style="font-size: 8pt; font-weight: normal">  </span></strong><strong><span style="font-size: 8pt; font-family: 'Times New Roman'"></span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter  </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=593 action=drop comment=&#8221;________&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no</span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment=&#8221;________&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1080 action=drop comment=&#8221;Drop MyDoom&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1214 action=drop comment=&#8221;________&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong><strong><span style="font-size: 8pt; font-weight: normal">   </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1363 action=drop comment=&#8221;NDM Requester&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1364 action=drop comment=&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal">NDM </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Server&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1368 action=drop comment=&#8221;Screen Cast&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1373 action=drop comment=&#8221;Hromgrafx&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=1377 action=drop comment=&#8221;Cichlid&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=2745 action=drop comment=&#8221;Bagle Virus&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=2283 action=drop comment=&#8221;Drop Dumaru.Y&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=2535 action=drop comment=&#8221;Drop Beagle&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=2745 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-weight: normal"> Beagle.C-K&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=3127 action=drop comment=&#8221;Drop MyDoom&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=3410 action=drop comment=&#8221;Drop Backdoor </span></strong><strong><span style="font-size: 8pt; font-weight: normal">OptixPro&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=4444 action=drop comment=&#8221;Worm&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=udp dst-port=4444 action=drop comment=&#8221;Worm&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=5554 action=drop comment=&#8221;Drop Sasser&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=8866 action=drop comment=&#8221;Drop Beagle.B&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=9898 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-weight: normal"> Dabber.A-B&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=10000 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-weight: normal"> Dumaru.Y, sebaiknya disable karena juga sering digunakan utk vpn / </span></strong><strong><span style="font-size: 8pt; font-weight: normal">webmin&#8221; disabled=yes </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=10080 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-weight: normal"> MyDoom.B&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=12345 action=drop comment=&#8221;Drop NetBus&#8221;</span></strong><strong><span style="font-size: 8pt; font-weight: normal"> disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=17300 action=drop comment=&#8221;Drop Kuang2&#8243; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no</span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=27374 action=drop comment=&#8221;Drop </span></strong><strong><span style="font-size: 8pt; font-weight: normal">SubSeven&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=virus protocol=tcp dst-port=65506 action=drop comment=&#8221;Drop PhatBot, </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Agobot, Gaobot&#8221; disabled=no</span></strong></p></blockquote>
<p>Jump semua paket yang melewati router ke dalam virus chain</p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=forward action=jump jump-target=virus comment=&#8221;Jump to The Virus </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Chain&#8221; disabled=no</span></strong></p></blockquote>
<p>Accept Established and Related Connection</p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input connection-state=established action=accept  comment=&#8221;Accept </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Established Connections&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input connection-state=related action=accept comment=&#8221;Accept Related </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Connections&#8221; disabled=no</span></strong></p></blockquote>
<p>Drop Invalid Connection</p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input connection-state=invalid action=drop comment=&#8221;Drop Invalid </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Connections&#8221; disabled=no</span></strong></p></blockquote>
<p>Accept UDP Connection, Limited Pings and Drop Excess Ping</p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=udp action=accept comment=&#8221;UDP&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=icmp limit=50/5s,2 action=accept comment=&#8221;Allow </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Limited Pings&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=icmp action=drop comment=&#8221;Drop Excess Pings&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no</span></strong></p></blockquote>
<p>Allow Input Connection From Trusted Networks</p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=tcp dst-port=21 src-address-list=trusted-network </span></strong><strong><span style="font-size: 8pt; font-weight: normal">action=accept comment=&#8221;FTP&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=tcp dst-port=22 src-address-list=trusted-network </span></strong><strong><span style="font-size: 8pt; font-weight: normal">action=accept comment=&#8221;SSH for Secure Shell&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=tcp dst-port=23 src-address-list=trusted-network </span></strong><strong><span style="font-size: 8pt; font-weight: normal">action=accept comment=&#8221;Telnet&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=tcp dst-port=80 src-address-list=trusted-network </span></strong><strong><span style="font-size: 8pt; font-weight: normal">action=accept comment=&#8221;Web&#8221; disabled=no</span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=tcp dst-port=8291 src-address-list=</span></strong><strong><span style="font-size: 8pt; font-weight: normal">trusted-network </span></strong><strong><span style="font-size: 8pt; font-weight: normal">action=accept comment=&#8221;Winbox&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input protocol=tcp dst-port=1723 action=accept comment=&#8221;pptp-server&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no<br />
</span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input src-address-list=trusted-network action=accept comment=&#8221;From Trusted Network&#8221; </span></strong><strong><span style="font-size: 8pt; font-weight: normal">disabled=no </span></strong></p></blockquote>
<p>Log All and Drop Everything Else</p>
<blockquote><p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input action=log log-prefix=&#8221;DROP INPUT&#8221; comment=&#8221;Log Everything </span></strong><strong><span style="font-size: 8pt; font-weight: normal">Else&#8221; disabled=no </span></strong></p>
<p><strong><span style="font-size: 8pt; font-weight: normal">/ip firewall filter </span></strong><strong><span style="font-size: 8pt; font-weight: normal">add chain=input action=drop comment=&#8221;Drop Everything Else&#8221; disabled=no</span></strong></p></blockquote>
<p>Dengan Firewall diatas maka :</p>
<ol>
<li class="MsoNormal">Router hanya dapat diakses service FTP, SSH, Web dan Winbox dari IP      yang telah didefinisikan dalam address-list &#8220;trusted-network&#8221;.</li>
<li class="MsoNormal">Port-port yang sering      dimanfaatkan oleh virus di blok oleh Router sehingga traffic virus tidak dapat melewati Router,      tetapi perlu diperhatikan jika ada user yang mengakses service      tertentu harus dicek pada chain=&#8221;virus&#8221; apakah port yang      dibutuhkan user tersebut terblok oleh firewall atau tidak.</li>
<li class="MsoNormal">Ping Request dibatasi untuk      menghindari excess ping.</li>
</ol>
<p>NB : Perlu diperhatikan bahwa default user dari mikrotik ini adalah admin. Untuk lebih safe nya, buat user baru dan password dengan group full kemudian disable user admin, hal ini untuk meminimasi resiko router mikrotik di hack orang.<o:p></o:p></p>
<blockquote></blockquote>
<blockquote><p><strong><span style="font-size: 10pt; font-family: 'Times New Roman'"><!--[endif]--></span></strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://endoet.org/2007/11/05/mengamankan-router-mikrotik-dengan-firewall/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
