<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6230446764200824576</id><updated>2011-04-21T11:38:56.060-07:00</updated><title type='text'>Blog Wong Kebumen</title><subtitle type='html'>4ku K4n B3rus4h4 S3m4mpuku Untuk M3raih Cit4 - Cit4</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>27</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-2012577011648677124</id><published>2008-06-12T00:21:00.000-07:00</published><updated>2008-06-12T00:23:35.968-07:00</updated><title type='text'></title><content type='html'>&lt;h2&gt;&lt;a href="http://endoet.org/2007/11/05/mengamankan-router-mikrotik-dengan-firewall/" rel="bookmark" title="Permanent Link to Mengamankan Mikrotik Router dengan Firewall"&gt;Mengamankan Mikrotik Router dengan Firewall&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;&lt;span lang="SV"&gt;Untuk mengamankan router mikrotik dari serangan orang orang yang tidak bertanggung jawab, traffic virus dan excess ping, berikut ini langkah-langkah yang harus dilakukan : &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span lang="SV"&gt;Pertama kita buat address-list “trusted-network” yang berisi alamat IP yang berhak mengakses router dan masuk dalam kategori �Trusted Network�.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span lang="SV"&gt;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.&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall address-list add list=trusted-network address=192.168.1.0/24 comment=”Trusted Network” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:10;" &gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall address-list add list=trusted-network address=202.152.x.x/24 comment=”Trusted Network” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:10;" &gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:10;" &gt;&lt;/span&gt;&lt;/strong&gt;&lt;span id="more-1"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;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.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;strong&gt;&lt;span style="font-size:12;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:12;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=forward connection-state=established action=accept comment=”Allow &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Established Connections” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;!--[if !supportLineBreakNewLine]--&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=forward connection-state=related action=accept comment=”Allow &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Related Connections” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;
&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter  &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=udp dst-port=135-139 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Messenger Worm” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter  &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=forward connection-state=invalid action=drop comment=”Drop Invalid &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Connections” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;
&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=135-139 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Blaster Worm” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;!--[if !supportLineBreakNewLine]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment=”Worm” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter  &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=445 action=drop comment=”Drop Blaster &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Worm” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=udp dst-port=445 action=drop comment=”Drop Blaster &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Worm” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;  &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=";font-family:'Times New Roman';font-size:8;"  &gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter  &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=593 action=drop comment=”________” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment=”________”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1080 action=drop comment=”Drop MyDoom”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1214 action=drop comment=”________”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;   &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1363 action=drop comment=”NDM Requester” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1364 action=drop comment=”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;NDM &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Server” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1368 action=drop comment=”Screen Cast”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1373 action=drop comment=”Hromgrafx” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=1377 action=drop comment=”Cichlid” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=2745 action=drop comment=”Bagle Virus” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=2283 action=drop comment=”Drop Dumaru.Y” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=2535 action=drop comment=”Drop Beagle”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=2745 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; Beagle.C-K” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=3127 action=drop comment=”Drop MyDoom”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=3410 action=drop comment=”Drop Backdoor &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;OptixPro” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=4444 action=drop comment=”Worm” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=udp dst-port=4444 action=drop comment=”Worm” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=5554 action=drop comment=”Drop Sasser”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=8866 action=drop comment=”Drop Beagle.B” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=9898 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; Dabber.A-B” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=10000 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; Dumaru.Y, sebaiknya disable karena juga sering digunakan utk vpn / &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;webmin” disabled=yes &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=10080 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; MyDoom.B” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=12345 action=drop comment=”Drop NetBus”&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt; disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=17300 action=drop comment=”Drop Kuang2″ &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=27374 action=drop comment=”Drop &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;SubSeven” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=virus protocol=tcp dst-port=65506 action=drop comment=”Drop PhatBot, &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Agobot, Gaobot” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Jump semua paket yang melewati router ke dalam virus chain&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=forward action=jump jump-target=virus comment=”Jump to The Virus &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Chain” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Accept Established and Related Connection&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input connection-state=established action=accept  comment=”Accept &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Established Connections” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input connection-state=related action=accept comment=”Accept Related &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Connections” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Drop Invalid Connection&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input connection-state=invalid action=drop comment=”Drop Invalid &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Connections” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Accept UDP Connection, Limited Pings and Drop Excess Ping&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=udp action=accept comment=”UDP” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=icmp limit=50/5s,2 action=accept comment=”Allow &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Limited Pings” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=icmp action=drop comment=”Drop Excess Pings” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Allow Input Connection From Trusted Networks&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=tcp dst-port=21 src-address-list=trusted-network &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;action=accept comment=”FTP” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=tcp dst-port=22 src-address-list=trusted-network &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;action=accept comment=”SSH for Secure Shell” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=tcp dst-port=23 src-address-list=trusted-network &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;action=accept comment=”Telnet” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=tcp dst-port=80 src-address-list=trusted-network &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;action=accept comment=”Web” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=tcp dst-port=8291 src-address-list=&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;trusted-network &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;action=accept comment=”Winbox” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input protocol=tcp dst-port=1723 action=accept comment=”pptp-server” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no
&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input src-address-list=trusted-network action=accept comment=”From Trusted Network” &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Log All and Drop Everything Else&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input action=log log-prefix=”DROP INPUT” comment=”Log Everything &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;Else” disabled=no &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;/ip firewall filter &lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight: normal;font-size:8;" &gt;add chain=input action=drop comment=”Drop Everything Else” disabled=no&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Dengan Firewall diatas maka :&lt;/p&gt; &lt;ol&gt;&lt;li class="MsoNormal"&gt;Router hanya dapat diakses service FTP, SSH, Web dan Winbox dari IP yang telah didefinisikan dalam address-list “trusted-network”.&lt;/li&gt;&lt;li class="MsoNormal"&gt;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=”virus” apakah port yang dibutuhkan user tersebut terblok oleh firewall atau tidak.&lt;/li&gt;&lt;li class="MsoNormal"&gt;Ping Request dibatasi untuk      menghindari excess ping.&lt;/li&gt;&lt;/ol&gt; 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.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-2012577011648677124?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/2012577011648677124/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=2012577011648677124' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/2012577011648677124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/2012577011648677124'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/06/mengamankan-mikrotik-router-dengan.html' title=''/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-4119407887875923863</id><published>2008-05-09T00:35:00.000-07:00</published><updated>2008-05-09T00:37:46.313-07:00</updated><title type='text'>User Manager Untuk Hotspot Mikrotik</title><content type='html'>User Manager Untuk Hotspot Mikrotik                                  &lt;table class="contentpaneopen"&gt;&lt;tbody&gt;&lt;tr&gt;     &lt;td colspan="2" align="left" valign="top" width="70%"&gt;      &lt;span class="small"&gt;        Written by Fajar     &lt;/span&gt;             &lt;/td&gt;    &lt;/tr&gt;       &lt;tr&gt;     &lt;td colspan="2" class="createdate" valign="top"&gt;      Monday, 31 December 2007    &lt;/td&gt;    &lt;/tr&gt;      &lt;tr&gt;    &lt;td colspan="2" valign="top"&gt;     &lt;div align="justify"&gt;User Manager Mikrotik merupakan management system yang apat dipergunakan untuk memanage user sbb:
&lt;ol&gt;&lt;li&gt;HotSpot users&lt;/li&gt;&lt;li&gt;PPP (PPtP/PPPoE) users&lt;/li&gt;&lt;li&gt;DHCP users&lt;/li&gt;&lt;li&gt;Wireless users&lt;/li&gt;&lt;li&gt;RouterOS users.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;  &lt;div align="justify"&gt;&lt;ul&gt;&lt;li&gt;Pada tulisan ini akan sedikit diulas mengenai User Manager untuk hotspot user. Sebelumnya paket hotspot dan dhcp server harus sudah terintall/enable dan dikonfigurasi terlebih dahulu pada Mikrotik RouterOS. Asumsi pada tulisan ini RouterOS terdiri atas 1 Wlan dan 1 ether. Ether sebagai interface yang terhubung ke internet sedangkan wlan sebagai interface yang terhubung ke hotspot client.Ip ether 1 192.168.0.40 dan wlan 1 dengan ip 172.16.0.1/24. Langkah-langkahnya sebagai berikut:&lt;/li&gt;&lt;li&gt;&lt;strong&gt;1. Set DHCP Server pada interface wlan1 ( Set Dhcp server ada pada tulisan terdahulu).&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;2. Set Hostpot &lt;/strong&gt;
&lt;/li&gt;&lt;li&gt;&lt;pre&gt;&lt;em&gt;/&lt;/em&gt;&lt;em&gt; ip hotspot profile set hsprof1 use-radius=yes&lt;/em&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;3. Set Radius Client untuk User Manager menangani hotspot&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;pre&gt;&lt;em&gt;/ radius add service=hotspot address=172.16.0.1 secret=123456&lt;/em&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Sebagai catatan pertama kali hotspot user autentifikasi akan membaca pada database /ip hotspot user print. Remove data pada direktori ini agar autentifikasi pada radius.&lt;/li&gt;&lt;/ul&gt;  &lt;/div&gt;&lt;p align="justify"&gt;&lt;strong&gt;4. Install User Manager&lt;/strong&gt;&lt;/p&gt;&lt;p align="justify"&gt;- Buka system packages dari winbox atau terminal&lt;/p&gt;&lt;p align="justify"&gt;&lt;em&gt;  /system/packages/print&lt;/em&gt;
- Jika belum ada paket user manager install dulu. Karena User-manager merupakan paket terpisah   dari router os MT. Pastikan versi outer OS sama dengan versi paket user manager. Misalnya jika router os kita 2.9.50 maka paket user-manager juga harus 2.9.50.
Download dari http://www.mikrotik.com/download.html, pilih salah paket user-manager-2.9.x.npk dari paket zip
 - Upload via Program FTP Ke Mikrotik Server
 -  Reboot Mikrotik Server
 -  Cek system packages spt no 1, jika user manager belum aktif diaktifkan terlebih dahulu kemudian reboot. Jika sudah aktif
 - buka http://192.168.0.40/userman
 - Jika sudah bisa terbuka halaman login user manager, berarti user manager sudah aktif. &lt;/p&gt;&lt;div align="justify"&gt; &lt;/div&gt; &lt;ul&gt;&lt;li&gt;&lt;strong&gt; 5. Buat Pada User Manager nama subcriber&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;pre&gt;&lt;em&gt;/&lt;/em&gt;&lt;em&gt; tool user-manager customer add login="admin" password=123 permissions=owner&lt;/em&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;6. Buat Hotspot Router&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;&lt;pre&gt;&lt;em&gt;/ tool user-manager router add subscriber=admin ip-address=172.16.0.1 shared-secret=123456&lt;/em&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;7. Buat User untuk Hotspo&lt;/strong&gt;t&lt;/li&gt;&lt;li&gt;&lt;pre&gt;&lt;em&gt;/ tool user-manager user add username=fajar password=123 subscriber=admin&lt;/em&gt;&lt;/pre&gt;&lt;/li&gt;&lt;/ul&gt; Silahkan dicoba untuk konek hotspot dengan laptop dan User manager dapat diakses melalui http://192.168.0.40/userman. Menu-menu yang  terdapat di dalamnya antara lain status login, add user, delete user, log dan lain-lain. Lengkapnya seperti ini http://wiki.mikrotik.com/wiki/User_Manager/Customer_page

&lt;strong&gt;Referensi:&lt;/strong&gt;
&lt;em&gt;http://wiki.mikrotik.com/wiki/MikroTik_User_Manager
http://wiki.mikrotik.com/wiki/User_Manager/Hotspot_Example&lt;/em&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-4119407887875923863?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/4119407887875923863/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=4119407887875923863' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4119407887875923863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4119407887875923863'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/user-manager-untuk-hotspot-mikrotik.html' title='User Manager Untuk Hotspot Mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-5260970516724693109</id><published>2008-05-06T03:38:00.001-07:00</published><updated>2008-05-06T03:38:49.806-07:00</updated><title type='text'>Mikrotik crack download at local server</title><content type='html'>Mikrotik iso crack juga dapat di download di server Indonesia, gigeupload.com silahkan klik &lt;a href="http://gigeupload.com/get/c0784ba8007003a4cfcb485293227333/mikrotik-2.9.27.rar"&gt;disini&lt;/a&gt;&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://mikrotik-id.blogspot.com/2007/06/download-mikrotik-crack-bajakan.html"&gt;Download mikrotik crack bajakan&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;Maaf rekan2, untuk mikrotik yg download di rapidshare udah expired silahkan download yg di indowebster

&lt;a href="http://rapidshare.com/files/31374001/mikrotik-2.9.27.rar"&gt;&lt;span style="font-weight: bold;"&gt;http://rapidshare.com/files/31374001/mikrotik-2.9.27.rar&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;   ---&gt;link ini udah expired&lt;/span&gt;

&lt;span style="font-weight: bold;"&gt;update (2 Des 2007):&lt;/span&gt;
&lt;a style="font-weight: bold;" href="http://www.indowebster.com/mikrotik2927cracked.html"&gt;http://www.indowebster.com/mikrotik2927cracked.html &lt;/a&gt;&lt;span style="font-weight: bold;"&gt;  ---&gt;valid&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-5260970516724693109?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/5260970516724693109/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=5260970516724693109' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/5260970516724693109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/5260970516724693109'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/mikrotik-crack-download-at-local-server.html' title='Mikrotik crack download at local server'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-3484275403672263150</id><published>2008-05-06T03:18:00.002-07:00</published><updated>2008-05-06T03:19:09.384-07:00</updated><title type='text'>Why choose Mikrotik?</title><content type='html'>&lt;p&gt;&lt;b&gt;Why choose Mikrotik?&lt;/b&gt;        &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Cost effective solution&lt;/li&gt;&lt;li&gt;High-speed wireless data links (Up to 108Mbps)&lt;/li&gt;&lt;li&gt;Connection distance up to 70 km without repeater sites.&lt;/li&gt;&lt;li&gt;IP - NAT, Routing, DHCP&lt;/li&gt;&lt;li&gt;Security - Firewall, Secure Tunnels&lt;/li&gt;&lt;li&gt;Control - Queues, Proxy, Accounting, HotSpot&lt;/li&gt;&lt;li&gt;Fast and simple installation for base station and clients&lt;/li&gt;&lt;li&gt;Reliable and instant 24 hour internet access&lt;/li&gt;&lt;/ul&gt;               &lt;p&gt;       &lt;b&gt;Basic requirements to create a wireless links are:&lt;/b&gt;        &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Direct Line of sight between both points of presence&lt;/li&gt;&lt;li&gt;Distance between points of presence is:       &lt;ul&gt;
&lt;li&gt;up to 25 km for point-to-multipoint links&lt;/li&gt;&lt;li&gt;up to 70 km for point-to-point links&lt;/li&gt;
&lt;/ul&gt;      &lt;/li&gt;&lt;li&gt;Use of 2.4 or 5.2-5.8 GHz solutions according to the local regulations. In some countries obtaining a special license might be required.&lt;/li&gt;&lt;/ul&gt;wireless systems come with &lt;b&gt;&lt;a href="http://www.mikrotik.com/download.html#v2"&gt;Mikrotik RouterOS software&lt;/a&gt;&lt;/b&gt; preinstalled. RouterOS will enable you to use many features such as: firewall, NAT, bandwidth management, different kinds of tunnels, HotSpot and others.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-3484275403672263150?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/3484275403672263150/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=3484275403672263150' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/3484275403672263150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/3484275403672263150'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/why-choose-mikrotik.html' title='Why choose Mikrotik?'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-3185116855312304212</id><published>2008-05-06T03:18:00.001-07:00</published><updated>2008-05-06T03:18:23.629-07:00</updated><title type='text'>Video tutorial mikrotik</title><content type='html'>You can found many tutorial mikrotik by following this link:

&lt;a href="http://youtube.com/results?search_query=mikrotik&amp;amp;search=Search"&gt;Video tutorial mikrotik&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-3185116855312304212?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/3185116855312304212/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=3185116855312304212' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/3185116855312304212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/3185116855312304212'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/video-tutorial-mikrotik.html' title='Video tutorial mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-6967731159333453725</id><published>2008-05-06T03:17:00.001-07:00</published><updated>2008-05-06T03:17:50.001-07:00</updated><title type='text'>Tutorial Mikrotik VPN : EoIP</title><content type='html'>&lt;p&gt;Ethernet over IP (EoIP) Tunneling is a MikroTik RouterOS protocol that creates an Ethernet tunnel between two routers on top of an IP connection. The EoIP interface appears as an Ethernet interface. When the bridging function of the router is enabled, all Ethernet level traffic (all Ethernet protocols) will be bridged just as if there where a physical Ethernet interface and cable between the two routers (with bridging enabled). This protocol makes multiple network schemes possible. &lt;/p&gt;&lt;p&gt; Network setups with EoIP interfaces:  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Possibility to bridge LANs over the Internet   &lt;/li&gt;&lt;li&gt;Possibility to bridge LANs over encrypted tunnels   &lt;/li&gt;&lt;li&gt;Possibility to bridge LANs over 802.11b '&lt;!--I--&gt;&lt;a href="http://www.mikrotik.com/Documentation/manual_2.7/Basic/Glossary.html/#ht10547485244"&gt;ad-hoc&lt;/a&gt;&lt;!--/I--&gt;' wireless networks &lt;/li&gt;&lt;/ul&gt;
An EoIP interface should be configured on two routers that have the possibility for an IP level connection. The EoIP tunnel may run over an IPIP tunnel, a PPTP 128bit encrypted tunnel, a PPPoE connection, or any connection that transports IP. &lt;p&gt; Specific Properties: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Each EoIP tunnel interface can connect with one remote router which has a corresponding interface configured with the same 'Tunnel ID'. &lt;/li&gt;&lt;li&gt;The EoIP interface appears as an Ethernet interface under the interface list.   &lt;/li&gt;&lt;li&gt;This interface supports all features of and Ethernet interface.   &lt;!--I--&gt;&lt;a href="http://www.mikrotik.com/Documentation/manual_2.7/Basic/Glossary.html/#ht105474880613"&gt;IP address&lt;/a&gt;&lt;!--/I--&gt;es and other tunnels may be run over the interface.   &lt;/li&gt;&lt;li&gt;The EoIP protocol encapsulates Ethernet frames in GRE (IP protocol number 47) packets (just like PPTP) and sends them to the remote side of the EoIP tunnel. &lt;/li&gt;&lt;li&gt;Maximal count of EoIP tunnels is 65536. &lt;/li&gt;&lt;/ul&gt;
This is how to set up EoIP to bridge two (or more) Mikrotik routers for central PPPoE authentication

Using 2 routers called R1 and R2 that have an IP connection between them and R2 has 2 ethernet ports, i.e. you can ping rB from R1 and R1 from R2 where the R1 facing eth port is called eth1 and its other port is called eth2.

1. create a new EoIP tunnel on R1.
2. create a new EoIP tunnel on R2, where the tunnel ID is the same as the one on R1 but the MAC addreses are different.
4. create a new bridge on R1 and R2
3. add a PPPoE server to the Bridge on R1.
4. on R2 and add eth2 and the EoIP tunnel to the bridge.
5. put an IP address onto eth2 (any address seems to work, but it maybe better to use a different subnet for routing purposes).

Now you should be able to establish a PPPoE connection from a PC plugged into the eth2 port on router R2, this PPPoE connection will terminate on router R1.

This is not the most efficient method of using the available bandwidth on a network, but is perhaps easier than having a PPPoE A/C on every Mikrotik router and using RADIUS as you can just have PPP secrets setup on one router.


&lt;span style="font-style: italic; font-size: 85%;"&gt;taken from http://wiki.mikrotik.com/wiki/EoIP&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-6967731159333453725?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/6967731159333453725/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=6967731159333453725' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6967731159333453725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6967731159333453725'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/tutorial-mikrotik-vpn-eoip.html' title='Tutorial Mikrotik VPN : EoIP'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-6043756003030522872</id><published>2008-05-06T03:16:00.000-07:00</published><updated>2008-05-06T03:17:10.085-07:00</updated><title type='text'>Tutorial Mikrotik VPN : Point to Point Tunnel Protocol (PPTP)</title><content type='html'>&lt;div class="post-body entry-content"&gt; &lt;p&gt;Summary

PPTP (Point to Point Tunnel Protocol) supports encrypted tunnels over IP. The MikroTik RouterOS implementation includes support fot PPTP client and server.

General applications of PPTP tunnels:

 * For secure router-to-router tunnels over the Internet
 * To link (bridge) local Intranets or LANs (when EoIP is also used)
* For mobile or remote clients to remotely access an Intranet/LAN of a company (see PPTP setup for Windows for more information)

Each PPTP connection is composed of a server and a client. The MikroTik RouterOS may function as a server or client – or, for various configurations, it may be the server for some connections and client for other connections. For example, the client created below could connect to a Windows 2000 server, another MikroTik Router, or another router which supports a PPTP server.
Description
PPTP is a secure tunnel for transporting IP traffic using PPP. PPTP encapsulates PPP in virtual lines that run over IP. PPTP incorporates PPP and MPPE (Microsoft Point to Point Encryption) to make encrypted links. The purpose of this protocol is to make well-managed secure connections between routers as well as between routers and PPTP clients (clients are available for and/or included in almost all OSs including Windows).

PPTP includes PPP authentication and accounting for each PPTP connection. Full authentication and accounting of each connection may be done through a RADIUS client or locally.

MPPE 40bit RC4 and MPPE 128bit RC4 encryption are supported.

PPTP traffic uses TCP port 1723 and IP protocol GRE (Generic Routing Encapsulation, IP protocol ID 47), as assigned by the Internet Assigned Numbers Authority (IANA). PPTP can be used with most firewalls and routers by enabling traffic destined for TCP port 1723 and protocol 47 traffic to be routed through the firewall or router.

PPTP connections may be limited or impossible to setup though a masqueraded/NAT IP connection. Please see the Microsoft and RFC links at the end of this section for more information.
PPTP Client Setup
Submenu level : /interface pptp-client
Property Description
name (name; default: pptp-out1) - interface name for reference
mtu (integer; default: 1460) - Maximum Transmit Unit. The optimal value is the MTU of the interface the tunnel is working over decreased by 40 (so, for 1500-byte ethernet link, set the MTU to 1460 to avoid fragmentation of packets)
mru (integer; default: 1460) - Maximum Receive Unit. The optimal value is the MTU of the interface the tunnel is working over decreased by 40 (so, for 1500-byte ethernet link, set the MRU to 1460 to avoid fragmentation of packets)
connect-to (IP address)- the IP address of the PPTP server to connect to
user (string)- user name to use when logging on to the remote server
password (string; default: "")- user password to use when logging to the remote server
profile (name; default: default) - profile to use when connecting to the remote server
add-default-route (yes | no; default: no) - whether to use the server which this client is connected to as its default router (gateway)
Example
To set up PPTP client named test2 using username john with password john to connect to the 10.1.1.12 PPTP server and use it as the default gateway:

[admin@MikroTik] interface pptp-client&gt; add name=test2 connect-to=10.1.1.12 \
\... user=john add-default-route=yes password=john
[admin@MikroTik] interface pptp-client&gt; print
Flags: X - disabled, R - running
0 X  name="test2" mtu=1460 mru=1460 connect-to=10.1.1.12 user="john"
  password="john" profile=default add-default-route=yes


[admin@MikroTik] interface pptp-client&gt; enable 0

Monitoring PPTP Client
Command name : /interface pptp-client monitor
Property Description
Statistics:

uptime (time) - connection time displayed in days, hours, minutes, and seconds
encoding (string) - encryption and encoding (if asymmetric, separated with '/') being used in this connection
status (string) - status of the client:
# Dialing – attempting to make a connection
# Verifying password... - connection has been established to the server, password verification in progress
# Connected – self-explanatory
# Terminated – interface is not enabled or the other side will not establish a connection

Example
Example of an established connection:

[admin@MikroTik] interface pptp-client&gt; monitor test2
 uptime: 4h35s
encoding: MPPE 128 bit, stateless
 status: Connected
[admin@MikroTik] interface pptp-client&gt;

PPTP Server Setup
Submenu level : /interface pptp-server server

[admin@MikroTik] interface pptp-server server&gt; print
       enabled: no
           mtu: 1460
           mru: 1460
authentication: mschap2
default-profile: default
[admin@MikroTik] interface pptp-server server&gt;

Description
The PPTP server supports unlimited connections from clients. For each current connection, a dynamic interface is created.
Property Description
enabled (yes | no; default: no) - defines whether PPTP server is enabled or not
mtu (integer; default: 1460) - Maximum Transmit Unit. The optimal value is the MTU of the interface the tunnel is working over decreased by 40 (so, for 1500-byte ethernet link, set the MTU to 1460 to avoid fragmentation of packets)
mru (integer; default: 1460) - Maximum Receive Unit. The optimal value is the MTU of the interface the tunnel is working over decreased by 40 (so, for 1500-byte ethernet link, set the MTU to 1460 to avoid fragmentation of packets)
authentication (multiple choice: pap | chap | mschap1 | mschap2; default: mschap2) - authentication algorithm
default-profile (name; default: default) - default profile to use
Example
To enable PPTP server:

[admin@MikroTik] interface pptp-server server&gt; set enabled=yes
[admin@MikroTik] interface pptp-server server&gt; print
       enabled: yes
           mtu: 1460
           mru: 1460
authentication: mschap2
default-profile: default
[admin@MikroTik] interface pptp-server server&gt;

PPTP Server Users
Submenu level : /interface pptp-server
Description
There are two types of items in PPTP server configuration - static users and dynamic connections. A dynamic connection can be established if the user database or the default-profile has its local-address and remote-address set correctly. When static users are added, the default profile may be left with its default values and only P2P user (in /ppp secret) should be configured. Note that in both cases P2P users must be configured properly.
Property Description
name - interface name
user - the name of the user that is configured statically or added dynamically

Statistics:

mtu - shows (cannot be set here) client's MTU
client-address - shows (cannot be set here) the IP of the connected client
uptime - shows how long the client is connected
encoding (string) - encryption and encoding (if asymmetric, separated with '/') being used in this connection
Example
To add a static entry for ex1 user:

[admin@MikroTik] interface pptp-server&gt; add user=ex1
[admin@MikroTik] interface pptp-server&gt; print
Flags: X - disabled, D - dynamic, R - running
#     NAME                 USER         MTU   CLIENT-ADDRESS  UPTIME   ENC...
0  DR             ex           1460  10.0.0.202      6m32s    none
1     pptp-in1             ex1
[admin@MikroTik] interface pptp-server&gt;

In this example an already connected user ex is shown besides the one we just added.
PPTP Router-to-Router Secure Tunnel Example
The following is an example of connecting two Intranets using an encrypted PPTP tunnel over the Internet.

There are two routers in this example:

 * [HomeOffice]
   Interface LocalHomeOffice 10.150.2.254/24
   Interface ToInternet 192.168.80.1/24

 * [RemoteOffice]
   Interface ToInternet 192.168.81.1/24
   Interface LocalRemoteOffice 10.150.1.254/24

Each router is connected to a different ISP. One router can access another router through the Internet.

On the PPTP server a user must be set up for the client:

[admin@HomeOffice] ppp secret&gt; add name=ex service=pptp password=lkjrht
local-address=10.0.103.1 remote-address=10.0.103.2
[admin@HomeOffice] ppp secret&gt; print detail
Flags: X - disabled
0   name="ex" service=pptp caller-id="" password="lkjrht" profile=default
 local-address=10.0.103.1 remote-address=10.0.103.2 routes==""

[admin@HomeOffice] ppp secret&gt;

Then the user should be added in the PPTP server list:

[admin@HomeOffice] interface pptp-server&gt; add user=ex
[admin@HomeOffice] interface pptp-server&gt; print
Flags: X - disabled, D - dynamic, R - running
#     NAME                 USER         MTU   CLIENT-ADDRESS  UPTIME   ENC...
0     pptp-in1             ex
[admin@HomeOffice] interface pptp-server&gt;

And finally, the server must be enabled:

[admin@HomeOffice] interface pptp-server server&gt; set enabled=yes
[admin@HomeOffice] interface pptp-server server&gt; print
       enabled: yes
           mtu: 1460
           mru: 1460
authentication: mschap2
default-profile: default
[admin@HomeOffice] interface pptp-server server&gt;

Add a PPTP client to the RemoteOffice router:

[admin@RemoteOffice] interface pptp-client&gt; add connect-to=192.168.80.1 user=ex \
\... password=lkjrht disabled=no
[admin@RemoteOffice] interface pptp-client&gt; print
Flags: X - disabled, R - running
0  R name="pptp-out1" mtu=1460 mru=1460 connect-to=192.168.80.1 user="ex"
  password="lkjrht" profile=default add-default-route=no


[admin@RemoteOffice] interface pptp-client&gt;

Thus, a PPTP tunnel is created between the routers. This tunnel is like an Ethernet point-to-point connection between the routers with IP addresses 10.0.103.1 and 10.0.103.2 at each router. It enables 'direct' communication between the routers over third party networks.

To route the local Intranets over the PPTP tunnel – add these routes:

[admin@HomeOffice] &gt; ip route add dst-address 10.150.1.0/24 gateway 10.0.103.2
[admin@RemoteOffice] &gt; ip route add dst-address 10.150.2.0/24 gateway 10.0.103.1

On the PPTP server it can alternatively be done using routes parameter of the user configuration:

[admin@HomeOffice] ppp secret&gt; print detail
Flags: X - disabled
0   name="ex" service=pptp caller-id="" password="lkjrht" profile=default
 local-address=10.0.103.1 remote-address=10.0.103.2 routes==""

[admin@HomeOffice] ppp secret&gt; set 0 routes="10.150.1.0/24 10.0.103.2 1"
[admin@HomeOffice] ppp secret&gt; print detail
Flags: X - disabled
0   name="ex" service=pptp caller-id="" password="lkjrht" profile=default
 local-address=10.0.103.1 remote-address=10.0.103.2
 routes="10.150.1.0/24 10.0.103.2 1"

[admin@HomeOffice] ppp secret&gt;

Test the PPTP tunnel connection:

[admin@RemoteOffice]&gt; /ping 10.0.103.1
10.0.103.1 pong: ttl=255 time=3 ms
10.0.103.1 pong: ttl=255 time=3 ms
10.0.103.1 pong: ttl=255 time=3 ms
ping interrupted
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 3/3.0/3 ms

Test the connection through the PPTP tunnel to the LocalHomeOffice interface:

[admin@RemoteOffice]&gt; /ping 10.150.2.254
10.150.2.254 pong: ttl=255 time=3 ms
10.150.2.254 pong: ttl=255 time=3 ms
10.150.2.254 pong: ttl=255 time=3 ms
ping interrupted
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 3/3.0/3 ms

To bridge a LAN over this secure tunnel, please see the example in the 'EoIP' section of the manual. To set the maximum speed for traffic over this tunnel, please consult the 'Queues' section.

Connecting a Remote Client via PPTP Tunnel
The following example shows how to connect a computer to a remote office network over PPTP encrypted tunnel giving that computer an IP address from the same network as the remote office has (without need of bridging over eoip tunnels)

Please, consult the respective manual on how to set up a PPTP client with the software You are using.

The router in this example:

 * [RemoteOffice]
   Interface ToInternet 192.168.81.1/24
   Interface Office 10.150.1.254/24

The client computer can access the router through the Internet.

On the PPTP server a user must be set up for the client:

[admin@RemoteOffice] ppp secret&gt; add name=ex service=pptp password=lkjrht
local-address=10.150.1.254 remote-address=10.150.1.2
[admin@RemoteOffice] ppp secret&gt; print detail
Flags: X - disabled
0   name="ex" service=pptp caller-id="" password="lkjrht" profile=default
 local-address=10.150.1.254 remote-address=10.150.1.2 routes==""

[admin@RemoteOffice] ppp secret&gt;

Then the user should be added in the PPTP server list:

[admin@RemoteOffice] interface pptp-server&gt; add name=FromLaptop user=ex
[admin@RemoteOffice] interface pptp-server&gt; print
Flags: X - disabled, D - dynamic, R - running
#     NAME                 USER         MTU   CLIENT-ADDRESS  UPTIME   ENC...
0     FromLaptop           ex
[admin@RemoteOffice] interface pptp-server&gt;

And the server must be enabled:

[admin@RemoteOffice] interface pptp-server server&gt; set enabled=yes
[admin@RemoteOffice] interface pptp-server server&gt; print
       enabled: yes
           mtu: 1460
           mru: 1460
authentication: mschap2
default-profile: default
[admin@RemoteOffice] interface pptp-server server&gt;

Finally, the proxy APR must be enabled on the 'Office' interface:

[admin@RemoteOffice] interface ethernet&gt; set Office arp=proxy-arp
[admin@RemoteOffice] interface ethernet&gt; print
Flags: X - disabled, R - running
#    NAME                 MTU   MAC-ADDRESS       ARP
0  R ToInternet           1500  00:30:4F:0B:7B:C1 enabled
1  R Office               1500  00:30:4F:06:62:12 proxy-arp
[admin@RemoteOffice] interface ethernet&gt;

ref: http://www.mikrotik.com/documentation//manual_2.7/Interface/PPTP.html&lt;/p&gt;  &lt;/div&gt;  &lt;span class="post-timestamp"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-6043756003030522872?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/6043756003030522872/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=6043756003030522872' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6043756003030522872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6043756003030522872'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/tutorial-mikrotik-vpn-point-to-point.html' title='Tutorial Mikrotik VPN : Point to Point Tunnel Protocol (PPTP)'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-7841707162558047136</id><published>2008-05-06T03:15:00.000-07:00</published><updated>2008-05-06T03:16:07.854-07:00</updated><title type='text'>Tutorial Mikrotik dasar</title><content type='html'>&lt;p class="MsoNormal" style="text-align: justify;"&gt;Mikrotik sekarang ini banyak digunakan oleh ISP, provider hotspot, ataupun oleh pemilik warnet. Mikrotik OS menjadikan computer menjadi router network yang handal yang dilengkapi dengan berbagai fitur dan tool, baik untuk jaringan kabel maupun wireless.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;Dalam tutorial kali ini penulis menyajikan pembahasan dan petunjuk sederhana dan simple dalam mengkonfigurasi mikrotik untuk keperluan-keperluan tertentu dan umum yang biasa dibutuhkan untuk server/router warnet maupun jaringan lainya, konfirugasi tersebut misalnya, untuk NAT server, Bridging, BW manajemen, dan MRTG.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;Versi mikrotik yang penulis gunakan untuk tutorial ini adalah MikroTik routeros 2.9.27&lt;/p&gt;silahkan download &lt;a href="http://indonesiacyber.net/ropix/artikel/Tutorial-Mikrotik-step-by-step.doc"&gt;disini&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-7841707162558047136?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/7841707162558047136/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=7841707162558047136' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/7841707162558047136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/7841707162558047136'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/tutorial-mikrotik-dasar.html' title='Tutorial Mikrotik dasar'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-6061097646588830039</id><published>2008-05-06T03:14:00.000-07:00</published><updated>2008-05-06T03:15:18.582-07:00</updated><title type='text'>Traffic Monitor with Mikrotik Tools</title><content type='html'>&lt;p&gt;Dalam Memantau aliran paket data yang melewati antarmuka router Mikrotik, dapat digunakan fasilitas Torch. Keterangan lebih lanjut, dapat dibaca pada Manual Mikrotik, yaitu &lt;a href="http://www.mikrotik.com/testdocs/ros/2.9/tools/torch.php" target="_blank"&gt;Torch Tools&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Kita dapat memantau aliran paket berdasarkan jenis protokolnya, alamat asal, alamat tujuan serta tipe port. Dengan adanya fasilitas ini yang telah disediakan pada Packet System, ketika kita menginstalasi Mikrotik RouterOS, maka memudahkan kita dalam administrasi router, dari fasilitas ini, kita bisa menebak apakah Aliran data di mesin kita sedang Normal atau tidak. Memantau terjadinya Flooding, memantau aktifitas Malware dan sebagainya.&lt;/p&gt; &lt;p&gt;Menggunakannya cukup mudah, biasanya agar lebih nyaman dalam Monitoring, silahkan diaktifkan melalui Winbox, untuk masuk ke Routernya. Lebih jelasnya bisa dilihat gambar dibawah ini.&lt;/p&gt; &lt;p&gt;Fasilitas Torch ini bisa digunakan melalui Winbox pada menu Tools - Torch. Silahkan Klik menu Torch tersebut, nanti akan ditampilkan jendela Torchnya.&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://primadonal.files.wordpress.com/2007/09/menu.jpg" title="menu.jpg"&gt;&lt;img src="http://primadonal.files.wordpress.com/2007/09/menu.jpg" alt="menu.jpg" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt; Atau Bisa juga melalui IP - ARP. Pada jendela ARP List, silahkan dipilih IP Address, MAC address yang akan di Monitor. Klik kanan untuk masuk ke menu Torch.&lt;/p&gt;  &lt;p style="text-align: center;"&gt;&lt;a href="http://primadonal.files.wordpress.com/2007/09/arp.jpg" title="arp.jpg"&gt;&lt;img src="http://primadonal.files.wordpress.com/2007/09/arp.jpg" alt="arp.jpg" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Perhatikan, item-item yang terdapat di jendela Torch ini, pada Manual diatas telah diberikan secara jelas keterangan terhadap item-item tersebut. Klik tombol Start untuk mengaktifkan layanan Torch ini. Sekarang kita dapat bermonitoring ria terhadap aliran paket pada mesin routernya. Jika ada trafik yang mencurigakan silahkan diambil tindakan selanjutnya.
&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://primadonal.files.wordpress.com/2007/09/arp.jpg" title="arp.jpg"&gt; &lt;/a&gt;&lt;a href="http://primadonal.files.wordpress.com/2007/09/torch.jpg" title="torch.jpg"&gt;&lt;img src="http://primadonal.files.wordpress.com/2007/09/torch.jpg" alt="torch.jpg" height="239" width="465" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="text-align: center;"&gt; &lt;/p&gt; &lt;p&gt;Pada List diatas, saya memantau Aliran trafik dari IP Address (Src Address) 192.168.0.13 yang melalui Interface LAN. Jika diperhatikan, pada bagian Src port terdapat port 514 (syslog) bertipe protokol UDP (17) menuju ke IP Address (Dst Address) 192.168.0.14, dan memang saya sedang menjalankan Syslog Daemon pada PC Windows XP secara Remote untuk menyimpan log router Mikrotiknya, pada PC yang memiliki IP Address 192.168.0.13, dengan router remotenya yang memiliki IP Address 192.168.0.14, aktif di port 514 (UDP). Kita bisa memilih Alamat sumber (Src Address) pada Client yang akan kita pantau, memilih Port, Alamat tujuan, serta Protokolnya&lt;/p&gt; Sumber : http://primadonal.wordpress.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-6061097646588830039?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/6061097646588830039/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=6061097646588830039' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6061097646588830039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6061097646588830039'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/traffic-monitor-with-mikrotik-tools.html' title='Traffic Monitor with Mikrotik Tools'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-1174402717701150224</id><published>2008-05-06T03:13:00.000-07:00</published><updated>2008-05-06T03:14:11.909-07:00</updated><title type='text'>Bloking Mikrotik dari Scan Winbox dan Neighbour</title><content type='html'>&lt;p align="justify"&gt;Kadang kala para ISP atau penyedia jasa layanan tidak terlalu jeli untuk melindungi customernya. Terutama ketika melindungi router pelanggan yang menggunakan Mikrotik RouterOS(tm). Dengan menjalankan IP &gt;&gt; Neighbor kita bisa melihat router mikrotik lainnya yang secara fisik terhubung dengan router kita melalui jaringan di provider kita.&lt;/p&gt; &lt;p&gt;&lt;span id="more-16"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p align="justify"&gt;Untuk itu kita bisa melindunginya dengan berbagai cara misalnya memblok scan dari winbox dan neighbor kita. Berikut adalah cara yang paling mudah :
&lt;code&gt;admin@mikrotik] interface bridge&gt; filter print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; block discovery mikrotik
chain=forward in-interface=ether1 mac-protocol=ip dst-port=5678
ip-protocol=udp action=drop&lt;/code&gt;&lt;/p&gt; &lt;p&gt;1 ;;; block discovery mikrotik
chain=input in-interface=ether1 mac-protocol=ip dst-port=5678
ip-protocol=udp action=drop&lt;/p&gt; &lt;p&gt;2 ;;; block discovery mikrotik
chain=output mac-protocol=ip dst-port=5678 ip-protocol=udp action=drop&lt;/p&gt; &lt;p&gt;3 ;;; block discovery mikrotik
chain=input in-interface=ether1 mac-protocol=ip dst-port=8291
ip-protocol=tcp action=drop&lt;/p&gt; &lt;p&gt;4 ;;; block winbox mikrotik
chain=forward in-interface=ether1 mac-protocol=ip dst-port=8291
ip-protocol=tcp action=drop&lt;/p&gt; &lt;p&gt;5 ;;; block request DHCP
chain=input mac-protocol=ip dst-port=68 ip-protocol=udp action=drop&lt;/p&gt; &lt;p&gt;6 ;;; block request DHCP
chain=forward mac-protocol=ip dst-port=68 ip-protocol=udp action=drop&lt;/p&gt; &lt;p&gt;7 ;;; block request DHCP
chain=output mac-protocol=ip dst-port=68 ip-protocol=udp action=drop&lt;/p&gt; &lt;p align="justify"&gt;Dengan perintah tersebut kita bisa menutup beberapa scan terutama yang menggunakan winbox dan ip neighbor. Port diatas adalah bagian dari share Mikrotik RouterOS yang memang di perlukan untuk monitoring.&lt;/p&gt;
Sumber: http://tutorial.multisolusi.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-1174402717701150224?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/1174402717701150224/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=1174402717701150224' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/1174402717701150224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/1174402717701150224'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/bloking-mikrotik-dari-scan-winbox-dan.html' title='Bloking Mikrotik dari Scan Winbox dan Neighbour'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-8806369173737090995</id><published>2008-05-06T03:12:00.000-07:00</published><updated>2008-05-06T03:13:18.954-07:00</updated><title type='text'>Blocking web in mikrotik</title><content type='html'>&lt;p&gt;This example will explain you “How to Block Web Sites” &amp;amp; “How to Stop Downloading”. I have use Web-Proxy test Package.First, Configure Proxy.&lt;/p&gt; &lt;pre&gt;/ip proxy
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0:0
cache-drive: system
cache-administrator: "ASHISH PATEL"
max-disk-cache-size: none
max-ram-cache-size: none
cache-only-on-disk: no
maximal-client-connections: 1000
maximal-server-connections: 1000
max-object-size: 512KiB
max-fresh-time: 3d&lt;/pre&gt; &lt;p&gt;Now, Make it Transparent&lt;/p&gt; &lt;pre&gt;/ip firewall nat
chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080&lt;/pre&gt; &lt;p&gt;Make sure that your proxy is NOT a Open Proxy&lt;/p&gt; &lt;pre&gt;/ip firewall filter
chain=input in-interface=&lt;your&gt; src-address=0.0.0.0/0 protocol=tcp dst-port=8080 action=drop&lt;/your&gt;&lt;/pre&gt; &lt;p&gt;Now for Blocking Websites&lt;/p&gt; &lt;pre&gt;/ip proxy access
dst-host=www.vansol27.com action=deny&lt;/pre&gt; &lt;p&gt;It will block website &lt;a href="http://www.vansol27.com/" class="external free" title="http://www.vansol27.com" rel="nofollow"&gt;http://www.vansol27.com&lt;/a&gt;, We can always block the same for different networks by giving src-address. It will block for particular source address.&lt;/p&gt; &lt;p&gt;We can also stop downloading files like.mp3, .exe, .dat, .avi,…etc.&lt;/p&gt; &lt;pre&gt;/ip proxy access
path=*.exe action=deny
path=*.mp3 action=deny
path=*.zip action=deny
path=*.rar action=deny.&lt;/pre&gt; &lt;p&gt;Try with this also&lt;/p&gt; &lt;pre&gt;/ip proxy access
dst-host=:mail action=deny&lt;/pre&gt; &lt;p&gt;This will block all the websites contain word “mail” in url.&lt;/p&gt; &lt;p&gt;Example: It will block www.hot&lt;strong&gt;mail&lt;/strong&gt;.com, &lt;strong&gt;mail&lt;/strong&gt;.yahoo.com, www.rediff&lt;strong&gt;mail&lt;/strong&gt;.com&lt;/p&gt; &lt;p&gt;ENJOY BLOCKING…….&lt;/p&gt;
ref : http://satrianet.wordpress.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-8806369173737090995?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/8806369173737090995/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=8806369173737090995' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/8806369173737090995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/8806369173737090995'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/blocking-web-in-mikrotik.html' title='Blocking web in mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-1992071817652605593</id><published>2008-05-06T03:11:00.000-07:00</published><updated>2008-05-06T03:12:02.788-07:00</updated><title type='text'>Tipe Antena Mikrotik</title><content type='html'>5 GHz Omni Antennas
5G/O8L  5.7-5.867 GHz 10 dBi Omnidirectional Antenna
5G/O8H  5.7-5.867 GHz 13 dBi Omnidirectional Antenna
5G/O4L  5.4-5.7 GHz 10 dBi Omnidirectional Antenna
5G/O4H  5.4-5.7 GHz 13 dBi Omnidirectional Antenna

5 GHz Directional Antennas
5G/PAR  5GHz Parabolic Antenna with Feed
5G/FED  5 GHz Antenna Feed

5 GHz Flat antennas
5G/522F  5.2-5.8 GHz Flat Panel 22 dBi Client Site Antenna without antenna cable
5G/MTA  5.2-5.8 GHz Flat Panel 22 dBi Client Site Antenna with antenna cable

5 GHz Sectoral Antennas
5G/BS8  5.7-5.867 GHz 14 dBi Base Station Sector Antenna

2.4 GHz Omnidirectional Antennas
2G/AO7  7.4 dBi Omnidirectional Antenna
2G/AO2  12 dBi Omnidirectional Antenna
2G/AO5  15.4 dBi Omnidirectional Antenna

2.4GHz Directional Antennas
2G/ADF  18dBi Flat Panel Antenna
2G/ADFW  18dBi Flat Panel Antenna

Lightning Arresters
AC/LAR58  Lightning Arrester for 5GHz
AC/LAR  Lightning Arrester for 2.4GHz

Cables and Connectors
 AC/L1A  Low-Loss Cable (- 21.7dB/100m)
 AC/CML  N Connector for Low-Loss Cable - male
 AC/CFL  N Connector for Low-Loss Cable - female&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-1992071817652605593?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/1992071817652605593/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=1992071817652605593' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/1992071817652605593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/1992071817652605593'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/tipe-antena-mikrotik.html' title='Tipe Antena Mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-3953163548278577651</id><published>2008-05-06T03:09:00.001-07:00</published><updated>2008-05-06T03:09:57.816-07:00</updated><title type='text'>Tiktube (Free Download Video Mikrotik)</title><content type='html'>Mikrotik membuat free dokumentasi berupa video yang bebas siapa saja untuk upload di situ mirip2 dengan youtube.

Disitu banyak video-video  tutorial yang di upload oleh siapa saja dan bebas didoenload oleh siapa saja.

silahkan lihat di http://www.tiktube.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-3953163548278577651?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/3953163548278577651/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=3953163548278577651' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/3953163548278577651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/3953163548278577651'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/tiktube-free-download-video-mikrotik.html' title='Tiktube (Free Download Video Mikrotik)'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-9092498530843585213</id><published>2008-05-06T03:08:00.001-07:00</published><updated>2008-05-06T03:10:58.490-07:00</updated><title type='text'>The dude network monitoring dari mikrotik</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;/h3&gt;  &lt;div class="post-body entry-content"&gt; &lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_1ipET6UNwXE/Roh0lz2iZTI/AAAAAAAABA4/6EgLBa4RKJc/s1600-h/the+dude.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_1ipET6UNwXE/Roh0lz2iZTI/AAAAAAAABA4/6EgLBa4RKJc/s320/the+dude.jpg" alt="" id="BLOGGER_PHOTO_ID_5082440372410541362" border="0" /&gt;&lt;/a&gt;Anda kesulitan memantau jaringan LAN/ WAN, atau anda penguna Whats up?
Mikrotikers gak usah khawatir, sekarang ada "the Dude" sebuah program free dari mikrotik yg berfungsi untuk network monitoring.

&lt;span style="font-size: 12px;"&gt;&lt;strong style="font-style: italic;"&gt;The Dude&lt;/strong&gt;&lt;span style="font-style: italic;"&gt; network monitor is a new application by MikroTik which can dramatically improve the way you manage your network environment. It will automatically scan all devices within specified subnets, draw and layout a map of your networks, monitor services of your devices and alert you in case some service has problems.

&lt;/span&gt;&lt;/span&gt;&lt;strong style="font-style: italic;"&gt;Some of it's features:&lt;/strong&gt;  &lt;/p&gt;&lt;ul style="font-style: italic;"&gt;&lt;li&gt;&lt;strong&gt;The Dude&lt;/strong&gt; is free of charge!&lt;/li&gt;&lt;li&gt;Auto network discovery and layout&lt;/li&gt;&lt;li&gt;Discovers any type or brand of device&lt;/li&gt;&lt;li&gt;Device, Link monitoring, and notifications&lt;/li&gt;&lt;li&gt;Includes SVG icons for devices, and supports custom icons and backgrounds&lt;/li&gt;&lt;li&gt;Easy installation and usage&lt;/li&gt;&lt;li&gt;Allows you to draw your own maps and add custom devices&lt;/li&gt;&lt;li&gt;Supports SNMP, ICMP, DNS and TCP monitoring for devices that support it&lt;/li&gt;&lt;li&gt;Individual Link usage monitoring and graphs&lt;/li&gt;&lt;li&gt;Direct access to remote control tools for device management &lt;/li&gt;&lt;li&gt;Supports remote Dude server and local client&lt;/li&gt;&lt;li&gt;Runs in Linux Wine environment, MacOS Darwine, and Windows&lt;/li&gt;&lt;li&gt;Best price/value ratio compared to other products (free of charge)&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://www.mikrotik.com/download/dude-install-3.0beta6.exe"&gt;download disini&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-9092498530843585213?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/9092498530843585213/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=9092498530843585213' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/9092498530843585213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/9092498530843585213'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/dude-network-monitoring-dari-mikrotik.html' title='The dude network monitoring dari mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_1ipET6UNwXE/Roh0lz2iZTI/AAAAAAAABA4/6EgLBa4RKJc/s72-c/the+dude.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-5007191689030576584</id><published>2008-05-06T03:07:00.001-07:00</published><updated>2008-05-06T03:07:35.613-07:00</updated><title type='text'>Spesifikasi Router Board Mikrotik untuk berbagai Kebutuhan</title><content type='html'>Berikut merupakan spesifikasi hardware yang dibutuhkan untuk Infrastruktur Wireless :
&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;
5 GHz Base Stations&lt;/span&gt;
RB/APO  MikroTik 5GHz Access Point OUTDOOR Package

&lt;span style="font-weight: bold;"&gt;5 GHz Client Packages&lt;/span&gt;
RIC/522  5.1-5.8Ghz Integrated Router Antenna
RIC/522E  5.1-5.8Ghz Integrated Router Antenna
RB/RPO  MikroTik 5GHz OUTDOOR Client Package

&lt;span style="font-weight: bold;"&gt;5 GHz Repeaters&lt;/span&gt;
RB/BCO  MikroTik 5GHz Repeater Outdoor Package

&lt;span style="font-weight: bold;"&gt;5 GHz All in Ones&lt;/span&gt;
RB/B2O  MikroTik 5GHz Access Point OUTDOOR Package with Directional Antenna
RB/B4O  MikroTik 5GHz Outdoor Access Point Package with Three Directional Antennas
RB/OM18  MikroTik 2.4GHz Integrated Access Point + Backbone
RB/KAO  MikroTik 2.4GHz Access Point OUTDOOR Package

&lt;span style="font-weight: bold;"&gt;2.4GHz Client Packages&lt;/span&gt;
RB/2018  MikroTik 2.4GHz Client Package with Integrated 18 dBi Antenna&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-5007191689030576584?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/5007191689030576584/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=5007191689030576584' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/5007191689030576584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/5007191689030576584'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/spesifikasi-router-board-mikrotik-untuk.html' title='Spesifikasi Router Board Mikrotik untuk berbagai Kebutuhan'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-2666823289643400231</id><published>2008-05-06T03:04:00.000-07:00</published><updated>2008-05-06T03:05:16.790-07:00</updated><title type='text'>Mikrotik untuk Game Online</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://mikrotik-id.blogspot.com/2007/08/create-dota-dimesin-mikrotik.html"&gt;Create Dota dimesin Mikrotik&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;DOTA merupakan salah satu games Warcraft untuk versi online. pada gamenet games ini merupakan games terlaris selain games-games online lain seperti ragnarok, sealonline, pangya, deco dan masih banyak lagi. selain games ini gratis alias nda pake pocer, juga sangat asyik dimaenkan. disini saya coba menulis tentang bagaimana create DOTA di mesin mikrotik. &lt;/p&gt;&lt;p&gt;Ikuti langkah-langkah berikut :&lt;span id="more-207"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size: 12pt;"&gt;
&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;[admin@mendem] &gt;&lt;span style="font-size: 12pt;"&gt;ip firewall nat add chain=srcnat action=masquerade out-interface=Public&lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt; [admin@mendem] &gt;&lt;span style="font-size: 12pt;"&gt;ip address add address=202.xxx.xxx.xxx/32 interface=Public (xxx diisi sesuai IP public kamu)&lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt; [admin@mendem] &gt;&lt;span style="font-size: 12pt;"&gt;ip firewall nat add chain=dstnat dst-address=202.xxx.xxx.xxx action=dst-nat to-addresses=192.168.***.*** (*** diisi sesuai dengan IP lokal yang ingin bisa create game)&lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt; [admin@mendem] &gt;&lt;span style="font-size: 12pt;"&gt;ip firewall nat add chain=srcnat src-address=192.168.***.*** action=src-nat to-addresses=202.xxx.xxx.xxx&lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;&lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Agar client yg tergabung dalam LAN atau yang satu network bisa bermain bersama tambahkan perintah :&lt;span style="font-size: 12pt;"&gt;&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; [admin@mendem] &gt;&lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;ip firewall nat add chain=dstnat dst-address=202.xxx.xxx.1-202.xxx.xxx.254 action=netmap to-addresses=192.168.***.1-192.168.***.254&lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt;
&lt;span style="font-size: 12pt;"&gt; &lt;/span&gt; [admin@mendem] &gt;&lt;span style="font-size: 12pt;"&gt;ip firewall nat add chain=srcnat src-address=192.168.***.1-192.168.***.254 action=netmap to-addresses=202.xxx.xxx.1-202.xxx.xxx.254&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Sampai disini sudah berhasil , namun ternyata ada masalah yang saya hadapi, yaitu mesin mikrotik tidak dapat saya akses atau remote dari luar jaringan dan masalah lain, port SNMP ikut-ikutan ketutup sehingga untuk menampilkan traffic cacti jadi blank …ada yang bisa membantu &lt;/p&gt; &lt;p&gt;Fix Dota Mik&lt;/p&gt; &lt;p&gt;Sebelumnya saya pernah menulis tentang Rules Create Dota di Mikrotik, namun ada kendala saat rules diaktifkan maka routerbox tidak dapat di remote, diping bahkan tidak bisa menampilkan grafik MRTG/Cacti.&lt;/p&gt; &lt;p&gt;Setelah beberapa kali mencoba dan mencari literatur dari &lt;em&gt;mbah google&lt;/em&gt; akhirnya ketemu rules yang cocok untuk kepentingan remote dari luar jaringan, bisa di ping dan tentunya saya bisa melihat grafik pemakaian bandwitdh lewat MRTG/Cacti.&lt;/p&gt; &lt;p&gt;Rules nya seperti ini :&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;ip firewall nat add chain=dstnat dst-address=202. x . x . x protocol=tcp dst-port=6113 action=dst-nat to-addresses=192.168. x . x to-ports=6113&lt;/p&gt; &lt;p&gt;ip firewall nat add chain=dstnat dst-address=202. x . x . x protocol=udp dst-port=6113 action=dst-nat to-addresses=192.168. x . x to-ports=6113&lt;/p&gt; &lt;p&gt;ip firewall nat add chain=srcnat src-address=192.168. x . x protocol=tcp src-port=6113 action=src-nat to-addresses=202. x . x . x to-ports=6113&lt;/p&gt; &lt;p&gt;ip firewall nat add chain=srcnat src-address=192.168. x . x protocol=udp src-port=6113 action=src-nat to-addresses=202. x . x . x to-ports=6113&lt;/p&gt; &lt;p&gt;ip firewall nat add chain=srcnat src-address=192.168. x . x -192.168. x . x action=netmap to-address=202. x . x . x -202. x . x . x to-ports=0-65535&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Mungkin sudah banyak yang tahu tentang rules diatas, harapan saya rules diatas bisa dipakai siapa saja yang memerlukannya, karena dari pengalaman yang ada sungguh sulit mencari literatur atau googling tentang rules create dota di mikrotik.&lt;/p&gt; semoga membantu .

taken from http://harrychanputra.wordpress.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-2666823289643400231?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/2666823289643400231/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=2666823289643400231' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/2666823289643400231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/2666823289643400231'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/mikrotik-untuk-game-online.html' title='Mikrotik untuk Game Online'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-688929506910459978</id><published>2008-05-06T03:02:00.000-07:00</published><updated>2008-05-06T03:03:30.160-07:00</updated><title type='text'>Mikrotik Issue No. 6, 29-Jan-2008</title><content type='html'>&lt;p&gt;&lt;a href="http://www.mikrotik.com/download/Mikrotik_no006.pdf" class="external text" title="http://www.mikrotik.com/download/Mikrotik_no006.pdf" rel="nofollow"&gt;Issue No. 6, 29-Jan-2008&lt;/a&gt;

&lt;/p&gt;&lt;ul&gt;&lt;li&gt; winbox interface improvements &lt;/li&gt;&lt;li&gt; new hardware announcements &lt;/li&gt;&lt;li&gt; MPLS/VPLS &lt;/li&gt;&lt;li&gt; RouterOS v3 is here &lt;/li&gt;&lt;li&gt; New training system and new MUM! &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-688929506910459978?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/688929506910459978/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=688929506910459978' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/688929506910459978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/688929506910459978'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/mikrotik-issue-no-6-29-jan-2008.html' title='Mikrotik Issue No. 6, 29-Jan-2008'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-4579595189346826035</id><published>2008-05-06T03:00:00.000-07:00</published><updated>2008-05-06T03:02:21.607-07:00</updated><title type='text'>Menemukan dengan mudah MRTG dari graphing mikrotik</title><content type='html'>MRTG adalah suatu aplikasi yg dibuat untuk melihat besarnya traffic yang terjadi pada saat pemakaian internet. Itu digambarkan dalam bentuk grafik.

Mikrotik memiliki fasilitas tersebut namanya tool graphing, idealnya MRTG mikrotik di batesi agar tidak bisa dilihat sembarang orang. Mungkin bisa di tambahkan rule allow acces IP mana saja yang diijinkan untuk melihatnya.

Kita dapat menemukan dengan mudah MRTG dari graphing mikrotik yang tidak di filter, caranya:

buka www.google.co.id
ketikkan key word = "mikrotik intitle:graphing"
pilih seach &lt;a href="http://www.google.co.id/search?hl=en&amp;amp;q=mikrotik+intitle%3Agraphing&amp;amp;btnG=Search&amp;amp;meta="&gt;the web&lt;/a&gt; untuk semua web/IP yang ingin dicari
atau &lt;a href="http://www.google.co.id/search?hl=en&amp;amp;q=mikrotik+intitle%3Agraphing&amp;amp;btnG=Search&amp;amp;meta=cr%3DcountryID"&gt;page from Indonesia&lt;/a&gt; untuk hanya web/IP indonesia saja&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-4579595189346826035?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/4579595189346826035/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=4579595189346826035' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4579595189346826035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4579595189346826035'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/menemukan-dengan-mudah-mrtg-dari.html' title='Menemukan dengan mudah MRTG dari graphing mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-8896364028567166558</id><published>2008-05-06T02:59:00.000-07:00</published><updated>2008-05-06T03:00:36.405-07:00</updated><title type='text'>Mikrotik Bandwidth Test</title><content type='html'>&lt;h2&gt;Overview&lt;/h2&gt; &lt;p&gt;The Bandwidth Tester can be used to monitor the throughput only to a remote MikroTik router (either wired or wireless) and thereby help to discover network ‘bottlenecks’. &lt;/p&gt;&lt;p&gt; The TCP test uses the standard TCP protocol with acknowledgments and follows the TCP algorithm on how many packets to send according to latency, dropped packets, and other features in the TCP algorithm. Please review the TCP protocol for details on its internal speed settings and how to analyze its behavior. Statistics for throughput are calculated using the entire size of the TCP packet. As acknowledgments are an internal working of TCP, their size and usage of the link are not included in the throughput statistics. Therefore this statistic is not as reliable as the UDP statistic when estimating throughput. &lt;/p&gt;&lt;p&gt; The UDP tester sends 110% or more packets than currently reported as received on the other side of the link. To see the maximum throughput of a link, the packet size should be set for the maximum MTU allowed by the links – usually this is 1500 bytes. There is no acknowledgment required by UDP; this implementation means that the closest approximation of the throughput can be seen.&lt;/p&gt; &lt;p&gt; &lt;/p&gt;&lt;!--ZZEE_HTML_TOC_END--&gt; &lt;p&gt;&lt;a name="Btest_install"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;&lt;a name="zzee_link_1_1028895401" class="header_item"&gt;Installation&lt;/a&gt;&lt;/h2&gt; &lt;p&gt; The Bandwidth Test feature is included in the 'system' package. No installation is needed for this feature &lt;/p&gt;&lt;p&gt; &lt;a name="Btest_hardware"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;&lt;a name="zzee_link_2_1028895401" class="header_item"&gt;Hardware Resource Usage&lt;/a&gt;&lt;/h2&gt; &lt;p&gt; &lt;b&gt;!Caution!&lt;/b&gt; Bandwidth Test uses all available bandwidth (by default) and may impact network usability.&lt;/p&gt; There is no other significant resource usage. &lt;p&gt; &lt;a name="Btest_description"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;&lt;a name="zzee_link_3_1028895401" class="header_item"&gt;Bandwidth Test Description&lt;/a&gt;&lt;/h2&gt; &lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="zzee_link_4_1028895401" class="header_item"&gt;Bandwidth Test Server Configuration&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;[admin@MikroTik] tool&gt; bandwidth-server
Configure network bandwidth tester service. Use authentication for disabling
unwanted bandwidth wasting. Note that remote router must be MikroTik router in
order to run the test.

session
print
 get  get value of property
 set
export
[admin@MikroTik] tool&gt; bandwidth-server print
  enabled: yes
    authenticate: no
allocate-udp-ports-from: 2000
    max-sessions: 10
[admin@MikroTik] tool&gt;
&lt;/pre&gt; Setting description: &lt;blockquote&gt; &lt;b&gt;enable&lt;/b&gt; - enable client connections for bandwidth test
&lt;b&gt;authenticate&lt;/b&gt; - communicate only with authenticated (by valid username and password) clients
&lt;b&gt;allocate-udp-ports-from&lt;/b&gt; - allocate UDP ports from
&lt;b&gt;max-sessions&lt;/b&gt; - maximal number of bandwidth-test clients
&lt;/blockquote&gt; The list of current connections can be get in &lt;b&gt;session&lt;/b&gt; submenu: &lt;pre&gt;[admin@MikroTik] tool&gt; bandwidth-server session

print  print values of item properties
remove  remove item
[admin@MikroTik] tool&gt; bandwidth-server session print
# FROM     PROTOCOL DIRECTION USER
0 10.0.0.202     tcp      send
[admin@MikroTik] tool&gt;
&lt;/pre&gt; &lt;h3&gt;&lt;a name="zzee_link_5_1028895401" class="header_item"&gt;Bandwidth Test Client Configuration&lt;/a&gt;&lt;/h3&gt; Bandwidth Test uses TCP or UDP protocol for test. The test tries to use maximum or partial amount of bandwidth to test link speed. Be aware that default test uses all available bandwidth and may impact network usability. &lt;p&gt; &lt;/p&gt;&lt;pre&gt;[admin@MikroTik] tool&gt; bandwidth-test
Run TCP or UDP bandwidth test. Tries to use maximum or partial amount of
bandwidth to test link speed. Note that remote router must be MikroTik router
in order to run the test. Be aware that default test uses all available
bandwidth and may impact network usability.

&lt;address&gt;
assume-lost-time
direction  Direction of data flow
do
duration
interval
local-tx-speed
   once  print statistics once and quit
password  Password for remote user
protocol  Protocol to use for test
remote-tx-speed
   size  UDP packet size or TCP segment size
   user
[admin@MikroTik] tool&gt; bandwidth-test
&lt;/address&gt;&lt;/pre&gt; &lt;p&gt; Descriptions of arguments: &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;blockquote&gt; &lt;b&gt;address&lt;/b&gt; - IP address of destination host
&lt;b&gt;assume-lost-time&lt;/b&gt; - If Bandwidth Server is not responding for that time, assume that connection is lost
&lt;b&gt;direction&lt;/b&gt; - specify the direction of the test (&lt;b&gt;receive&lt;/b&gt;, &lt;b&gt;transmit&lt;/b&gt;, &lt;b&gt;both&lt;/b&gt;, default is &lt;b&gt;transmit&lt;/b&gt;)
&lt;b&gt;do&lt;/b&gt; - Script source
&lt;b&gt;duration&lt;/b&gt; - Duration of the test
&lt;b&gt;interval&lt;/b&gt; - Delay between messages (in seconds). Default is 1 second. Can be &lt;b&gt;20ms&lt;/b&gt;...&lt;b&gt;5s&lt;/b&gt;
&lt;b&gt;local-tx-speed&lt;/b&gt; - Transfer test maximum speed (given in bits per second)
&lt;b&gt;password&lt;/b&gt; - Password for remote user
&lt;b&gt;protocol&lt;/b&gt; - Type of protocol to use (&lt;b&gt;UDP&lt;/b&gt; or &lt;b&gt;TCP&lt;/b&gt;, default &lt;b&gt;TCP&lt;/b&gt;)
&lt;b&gt;remote-tx-speed&lt;/b&gt; - Receive test maximum speed (given in bits per second)
&lt;b&gt;size&lt;/b&gt; - Packet size in bytes (&lt;b&gt;50&lt;/b&gt;..&lt;b&gt;1500&lt;/b&gt;, default &lt;b&gt;512&lt;/b&gt;). Works only with UDP protocol
&lt;b&gt;user&lt;/b&gt; - Remote user
&lt;/blockquote&gt; &lt;p&gt; &lt;a name="Btest_examples"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;&lt;a name="zzee_link_6_1028895401" class="header_item"&gt;Bandwidth Test Example&lt;/a&gt;&lt;/h2&gt; &lt;p&gt; &lt;/p&gt;&lt;pre&gt;[admin@MikroTik] tool&gt; bandwidth-test 10.0.0.202 user=admin direction=both protocol=udp \
\... size=1500 duration=14s
status: done testing
   tx-current: 11.49Mbps
tx-10-second-average: 10.05Mbps
tx-total-average: 7.96Mbps
   rx-current: 12.55Mbps
rx-10-second-average: 10.33Mbps
rx-total-average: 8.14Mbps

[admin@MikroTik] tool&gt;

&lt;span style="font-family: arial;"&gt;taken from: &lt;/span&gt;&lt;span style="font-style: italic; font-family: arial;"&gt;www.mikrotik.com&lt;/span&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-8896364028567166558?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/8896364028567166558/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=8896364028567166558' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/8896364028567166558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/8896364028567166558'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/mikrotik-bandwidth-test.html' title='Mikrotik Bandwidth Test'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-7516710951438387113</id><published>2008-05-06T02:58:00.001-07:00</published><updated>2008-05-06T02:58:49.146-07:00</updated><title type='text'>Limit Different Bandwidth In Day and Night in Mikrotik</title><content type='html'>&lt;p&gt;From MikroTik Wiki              &lt;/p&gt;&lt;div id="jump-to-nav"&gt;&lt;a href="http://wiki.mikrotik.com/wiki/Limit_Different_Bandwidth_In_Day_and_Night#searchInput"&gt;
&lt;/a&gt;&lt;/div&gt;   &lt;!-- start content --&gt;    &lt;p&gt;There are lot many ways to limit bandwidth for day and Night, but personally I found this is the easiest way, Here it is. &lt;/p&gt;&lt;p&gt;I have used Simple Queue, Script and Scheduler. &lt;/p&gt;&lt;p&gt;Suppose we have one network &lt;b&gt;192.168.1.0/24&lt;/b&gt; and want to limit Bandwidth for day and Night Time. &lt;/p&gt; &lt;pre&gt;Network 192.168.1.0/24
Bandwidth = 06:00am – 18:00pm – 1Mbps. &lt;max-limit&gt;
Bandwidth = 18:00pm – 06:00am – 2Mbps. &lt;max-limit&gt;&lt;/max-limit&gt;&lt;/max-limit&gt;&lt;/pre&gt; &lt;p&gt;Create two simple queues for the same network with different Bandwidth Limit. &lt;/p&gt; &lt;pre&gt;/queue simple
#name=”Day” target-addresses=192.168.1.0/24 dst-address=0.0.0.0/0
interface=&lt;ether-x&gt; parent=none direction=both priority=8
queue=default-small/default-small limit-at=512k/512k
max-limit=1M/1M total-queue=default-small

#name=”Night” target-addresses=192.168.1.0/24 dst-address=0.0.0.0/0
interface=&lt;ether-x&gt; parent=none direction=both priority=8
queue=default-small/default-small limit-at=1M/1M
max-limit=2M/2M total-queue=default-small&lt;/ether-x&gt;&lt;/ether-x&gt;&lt;/pre&gt; &lt;p&gt;Now, write scripts &lt;/p&gt; &lt;pre&gt;/system script
#name=”Day” source=/queue simple enable Day; /queue simple disable Night

#name=”Night” source=/queue simple enable Night; /queue simple disable Day&lt;/pre&gt; &lt;p&gt;Finally, Schedule it &lt;/p&gt; &lt;pre&gt;/system scheduler
#name=”Day” on-event=Day start-date=oct/13/2007 start-time=06:00:00 interval=1d

#name=”Night” on-event=Night start-date=oct/13/2007 start-time=18:00:00 interval=1d&lt;/pre&gt;  &lt;!-- Saved in parser cache with key wiki:pcache:idhash:2293-0!1!0!!en!2 and timestamp 20071203053903 --&gt; &lt;div class="printfooter"&gt; Retrieved from &lt;a href="http://wiki.mikrotik.com/wiki/Limit_Different_Bandwidth_In_Day_and_Night"&gt;http://wiki.mikrotik.com/&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-7516710951438387113?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/7516710951438387113/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=7516710951438387113' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/7516710951438387113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/7516710951438387113'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/limit-different-bandwidth-in-day-and.html' title='Limit Different Bandwidth In Day and Night in Mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-1827618623380996119</id><published>2008-05-06T02:55:00.000-07:00</published><updated>2008-05-06T02:57:09.164-07:00</updated><title type='text'>Download manual mikrotik - ebook</title><content type='html'>Ada e book dari situsnya mikrotik yang berbasis web/html, jumlahnya ratusan halaman, saya menyajikannya dalam bentuk pdf.
berikut juga dilengkapi tutorial mikrotik berbasis video.

Tutorial lengkap manual Mikrotik lengkap dari nol, sudah saya upload ke rapidshare , silahkan di download.

Reference Manual of MikroTik RouterOS :
&lt;a href="http://rapidshare.com/files/31639172/refman2.9.pdf"&gt;http://rapidshare.com/files/31639172/refman2.9.pdf&lt;/a&gt;

Video Tutorial of MikroTik RouterOS :
&lt;a href="http://rapidshare.com/files/31372948/Mikrotic.rar"&gt;http://rapidshare.com/files/31372948/Mikrotic.rar&lt;/a&gt;

salam Kebomen :P&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-1827618623380996119?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/1827618623380996119/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=1827618623380996119' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/1827618623380996119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/1827618623380996119'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/download-manual-mikrotik-ebook.html' title='Download manual mikrotik - ebook'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-5186241488655676499</id><published>2008-05-06T02:48:00.001-07:00</published><updated>2008-05-06T02:51:54.494-07:00</updated><title type='text'>Mikrotik e-books pdf</title><content type='html'>&lt;a href="http://telcomclub.gramaweb.com/download/1205071118_MembuatRouterMenggunakanMikrotikRouterOS.pdf" class="l" onmousedown="return clk(this.href,'','','res','8','')"&gt;Membuat Router Menggunakan &lt;b&gt;Mikrotik&lt;/b&gt; RouterOS&lt;/a&gt;&lt;span style=""&gt;&lt;span class="f"&gt;
&lt;/span&gt;&lt;b&gt;MikroTik&lt;/b&gt; RouterOS™ adalah sistem operasi dan yang dapat digunakan untuk menjadikan &lt;b&gt;...&lt;/b&gt; Hal ini bertujuan agar &lt;b&gt;mikrotik&lt;/b&gt; bisa di remote dan dengan winbox dan &lt;b&gt;...

&lt;/b&gt;&lt;/span&gt;&lt;a href="http://fajar.uii.net.id/mikrotik/Setup%20Mikrotik%20Sebagai%20Gateway.pdf" class="l" onmousedown="return clk('http://fajar.uii.net.id/mikrotik/Setup%20Mikrotik%20Sebagai%20Gateway.pdf','','','res','4','')"&gt;Setup &lt;b&gt;Mikrotik&lt;/b&gt; sebagai Gateway server&lt;/a&gt;&lt;span class="f"&gt;&lt;/span&gt;
&lt;span style=""&gt;Langkah-langkah berikut adalah dasar-dasar setup &lt;b&gt;mikrotik&lt;/b&gt; yang dikonfigurasikan untuk &lt;b&gt;...&lt;/b&gt; Sampai langkah ini kita sudah bisa masuk pada mesin &lt;b&gt;Mikrotik&lt;/b&gt;. &lt;b&gt;...&lt;/b&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-5186241488655676499?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/5186241488655676499/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=5186241488655676499' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/5186241488655676499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/5186241488655676499'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/download-manual-mikrotik-ebook-lengkap.html' title='Mikrotik e-books pdf'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-8033326146338614020</id><published>2008-05-06T02:41:00.000-07:00</published><updated>2008-05-06T02:42:53.931-07:00</updated><title type='text'>Install the Mikrotik OS using a CD</title><content type='html'>&lt;p&gt;To install the RouterOS using a CD you will need a CD-writer and a blank CD. Burn the CD-image (an &lt;b&gt;.iso&lt;/b&gt; file) to a CD. The archive with image can be downloaded &lt;a href="http://mt.lv/download.html#v2.php" target="new"&gt;here&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;Follow the instructions to install RouterOS using CD-Install:&lt;/p&gt;    &lt;div doc="http://nwalsh.com/xsl/documentation/1.0" class="orderedlist"&gt;&lt;ol start="1" type="1"&gt;&lt;li&gt;After downloading the CD image from &lt;a href="http://www.mikrotik.com.php/" target="_top"&gt;www.mikrotik.com&lt;/a&gt; you will have an ISO file on your computer:&lt;p&gt;&lt;img alt="MT ISO image" src="http://www.mikrotik.com/testdocs/ros/2.9/img/iso1.jpg" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Open a CD Writing software, like &lt;a href="http://www.nero.com/" target="_new"&gt;Ahead NERO&lt;/a&gt; as in this example:&lt;p&gt;&lt;img style="width: 509px; height: 308px;" alt="Nero Burning ROM" src="http://www.mikrotik.com/testdocs/ros/2.9/img/iso4.jpg" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;In the program, choose &lt;b&gt;Burn Image&lt;/b&gt; entry from the &lt;b&gt;Recorder&lt;/b&gt; menu (there should be similary named option in all major CD burning programs):&lt;p&gt;&lt;img style="width: 510px; height: 308px;" alt="BurnImage option" src="http://www.mikrotik.com/testdocs/ros/2.9/img/iso5.jpg" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Select the recently extracted ISO file and click &lt;b&gt;Open:&lt;/b&gt;&lt;p&gt;&lt;img style="width: 514px; height: 311px;" alt="Open image" src="http://www.mikrotik.com/testdocs/ros/2.9/img/iso6.jpg" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Finally, click &lt;b&gt;Burn&lt;/b&gt; button:&lt;p&gt;&lt;img style="width: 518px; height: 314px;" alt="Press Burn button" src="http://www.mikrotik.com/testdocs/ros/2.9/img/iso7.jpg" /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Set the first boot device to CDROM in router's BIOS.&lt;/li&gt;&lt;li&gt;      &lt;p&gt;After booting from CD you will see a menu where to choose packages to install:&lt;/p&gt;      &lt;pre&gt;                Welcome to MikroTik Router Software installation
          
Move around menu using 'p' and 'n' or arrow keys, select with 'spacebar'.
Select all with 'a', minimum with 'm'. Press 'i' to install locally or 'r' to
install remote router or 'q' to cancel and reboot.

[X] system               [ ] isdn                  [ ] synchronous
[X] ppp                  [ ] lcd                   [ ] telephony
[X] dhcp                 [ ] ntp                   [ ] ups
[X] advanced-tools       [ ] radiolan              [ ] web-proxy
[ ] arlan                [ ] routerboard           [ ] wireless
[ ] gps                  [X] routing
[ ] hotspot              [X] security
   &lt;/pre&gt;                                                         &lt;p&gt;Follow the instructions, select needed packages, and press 'i' to install the software.&lt;/p&gt;     &lt;/li&gt;&lt;li&gt;      &lt;p&gt;You will be asked for 2 questions:&lt;/p&gt;      &lt;pre&gt;Warning: all data on the disk will be erased!

Continue? [y/n]
   &lt;/pre&gt;      &lt;p&gt;Press [Y] to continue or [N] to abort the installation.&lt;/p&gt;      &lt;pre&gt;Do you want to keep old configuration? [y/n]:&lt;/pre&gt;      &lt;p&gt;You should choose whether you want to keep old configuration (press [Y]) or to erase the configuration permanently (press [N]) and continue without saving it. For a fresh installation, press [N].&lt;/p&gt;      &lt;pre&gt;Creating partition...
Formatting disk...&lt;/pre&gt;                                                         &lt;p&gt;The system will install selected packages. After that you will be prompted to press 'Enter'. Before doing that, remove the CD from your CD-Drive:&lt;/p&gt;                                                         &lt;pre&gt;Software installed.
Press ENTER to reboot&lt;/pre&gt;     &lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;    &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; ref www.mikrotik.com&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-8033326146338614020?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/8033326146338614020/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=8033326146338614020' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/8033326146338614020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/8033326146338614020'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/install-mikrotik-os-using-cd.html' title='Install the Mikrotik OS using a CD'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-6834077752342727384</id><published>2008-05-06T02:39:00.000-07:00</published><updated>2008-05-06T02:40:30.459-07:00</updated><title type='text'>Berbagai Tipe Interface Mikrotik (Ethernet dan Wireless)</title><content type='html'>Ethernet Interfaces
IN/E44 RouterBOARD 44 PCI 4-port Ethernet adapter

Wireless Interfaces
R52 802.11a+b+g 65 mW Wireless miniPCI Card
SR5 Super Range 5 400mW 802.11a 5.8GHz MiniPCI card
SR2 Super Range 2 400mW 802.11b/g 2.4GHz MiniPCI card
AC/UFL U.fl-HIROSE'S Nfemale pigtail cable
AC/SWI 2.4-5.8 GHz Omnidirectional Swivel Antenna with cable and U.fl connector
IA/MP1 RouterBOARD 11 miniPCI Adapter
IA/MP1R RouterBOARD 11 MiniPCI Adapter with bracket for RPTNC
IA/MP4 RouterBOARD 14 Four-Slot miniPCI Adapter
IA/MP4R RouterBOARD 14 Four-Slot miniPCI Adapter with bracket for RPTNC
IA/MP8 RouterBOARD 18 Eight-Slot miniPCI Adapter (Extreme)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-6834077752342727384?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/6834077752342727384/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=6834077752342727384' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6834077752342727384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6834077752342727384'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/berbagai-tipe-interface-mikrotik.html' title='Berbagai Tipe Interface Mikrotik (Ethernet dan Wireless)'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-4755868178200753065</id><published>2008-05-06T02:38:00.001-07:00</published><updated>2008-05-06T02:38:53.170-07:00</updated><title type='text'>Blok Situs Porno menggunakan web proxy di mikrotik</title><content type='html'>Download tutorial untuk memblok situs porno menggunakan fasilitas web proxy di mikrotik, mirip dengan fasilitas block "word" atau kata-kata yang berbau porno, misal; sex, bugil, dsb pada squid proxy.


download disini:
&lt;a href="http://indonesiacyber.net/artikel/Block-situs-porno-dengan-mikrotik.doc"&gt;http://indonesiacyber.net/artikel/Block-situs-porno-dengan-mikrotik.doc&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-4755868178200753065?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/4755868178200753065/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=4755868178200753065' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4755868178200753065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4755868178200753065'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/blok-situs-porno-menggunakan-web-proxy.html' title='Blok Situs Porno menggunakan web proxy di mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-4696261168323958651</id><published>2008-05-06T00:22:00.000-07:00</published><updated>2008-05-06T02:33:55.026-07:00</updated><title type='text'>Membagi Bandwidth Tanpa Mikrotik</title><content type='html'>Saya sempat baca di forum ini, ternyata juga ada cara lain membagi bandwidth selain dengan mikrotik. Sebenarnya &lt;span class="postbody"&gt;banyak tool yang dapat digunakan untuk membagi bandwidth dan penggunaannya sangat mudah sekali. Bahkan kalo anda menggunakan fedora core 5 anda tidak perlu susah-susah menginstallnya. Nah apa saja sih yang dapat digunakan? berikut adalah tool yang dapat digunakan:
&lt;/span&gt;&lt;span class="postbody"&gt;&lt;a href="http://sourceforge.net/projects/cbqinit/" rel="nofollow" target="_blank" class="postlink"&gt;CBQ&lt;/a&gt;
&lt;a href="http://sourceforge.net/projects/htbinit/" rel="nofollow" target="_blank" class="postlink"&gt;HTB&lt;/a&gt;
&lt;a href="http://sourceforge.net/projects/webmin-cbq/" rel="nofollow" target="_blank" class="postlink"&gt;Webmin/CBQ&lt;/a&gt;
&lt;a href="http://sourceforge.net/projects/p2p-grab/" rel="nofollow" target="_blank" class="postlink"&gt;P2P Grab&lt;/a&gt;
&lt;a href="http://sourceforge.net/projects/bluestar/" rel="nofollow" target="_blank" class="postlink"&gt;Bluestar&lt;/a&gt;

Yang saya baca di forum hanya ada cara Membagi Bandwidth dengan CBQ.
&lt;/span&gt;&lt;span class="postbody"&gt;1. Asumsikan anda menggunakan Fedora Core 5

2. [root@oprekhouse ~]# cd /etc/sysconfig/cbq
[root@oprekhouse cbq ~]# ls -l
...
-rw-r--r-- 1 root root 11 Feb 12  2006 avpkt
-rw-r--r-- 1 root root 79 Feb 12  2006 cbq-0000.example

3. rename  cbq-0000.example misalnya menjadi cbq-256.lansatu

4. edit file cbq-256.lansatu

contoh 1 :

DEVICE=eth1,10Mbit,1Mbit
RATE=256Kbit
WEIGHT=25.6Kbit
PRIO=5
RULE=192.168.1.1/32

contoh 2:
DEVICE=eth1,10Mbit,1Mbit
RATE=512Kbit
WEIGHT=51.2Kbit
PRIO=5
RULE=192.168.1.1/32

Isi file seperti di atas itu artinya anda memberikan bandwidth 256 kepada semua client yang koneksi internet melalui gateway 192.168.1.1. jadi misalnya anda memiliki klien 100 yang terkoneksi itu berarti bandwith 256 itu di share oleh 100 client tersebut.

5. [root@oprekhouse ~]# /sbin/cbq start

kali anda mendapatkan pesan seperti berikut, lakukan langkah ke 6:

find: warning: you have specified the -maxdepth option after a non-option argument (, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.

find: warning: you have specified the -maxdepth option after a non-option argument (, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.

6. [root@oprekhouse ~]# /sbin/cbq restart

7. Selesai

Sekarang silahkan anda cek apakah CBQ sudah benar-benar berjalan dengan baik dengan menggunakan cari ini


[root@oprekhouse ~]# iftop -i eth1 (eth satu adalah yg ber ip 192.168.1.1)


source &lt;a href="http://www.oprekpc.com/forum/viewtopic.php?t=8377&amp;amp;sid=2cf4444a9abeedf4252db80773a1a3ba"&gt;http://www.oprekpc.com&lt;/a&gt;&lt;/span&gt;
&lt;span class="postbody"&gt;

&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-4696261168323958651?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newbiemikrotik.blogspot.com/feeds/4696261168323958651/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6230446764200824576&amp;postID=4696261168323958651' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4696261168323958651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/4696261168323958651'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/membagi-bandwidth-tanpa-mikrotik.html' title='Membagi Bandwidth Tanpa Mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6230446764200824576.post-6759804019767259943</id><published>2008-05-05T23:17:00.000-07:00</published><updated>2008-05-05T23:21:33.043-07:00</updated><title type='text'>Setting DHCP Server Pada Mikrotik</title><content type='html'>Untuk membuat DHCP Server diperlukan langkah-langkah sebagai berikut :

&lt;b&gt;1. Membuat address pool dan menentukan IP Range
2. Mengaktifkan DHCP server.&lt;/b&gt;
Sedangkan untuk membuat Internet Gateway Server, inti langkahnya adalah melakukan masquerading yang akan melewatkan paket-paket data ke user.

Berikut ini adalah gambaran dari network dan servernya :

&lt;b&gt;1. Mikrotik di install pada CPU dengan 2 ethernet card,&lt;/b&gt; 1 interface utk koneksi ke internet, 1 interface utk konek ke lokal.

&lt;b&gt;2.  IP address :&lt;/b&gt;
- gateway (mis: ADSL modem)     : 192.168.100.100
- DNS             : 192.168.100.110
- interface utk internet : 192.168.100.1
- interface utk lokal     : 192.168.0.1 

Untuk memulainya, kita lihat interface yang ada pada Mikrotik Router

&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;&lt;b&gt;[admin@Mikrotik] &gt; interface print&lt;/b&gt;&lt;/span&gt;
&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;i&gt;Flags: X - disabled, D - dynamic, R - running
# NAME TYPE RX-RATE TX-RATE MTU
0 R ether1 ether 0 0 1500
1 R ether2 ether 0 0 1500&lt;/i&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;[admin@Mikrotik] &gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;

kemudian set IP address pada interface Mikrotik. Misalkan ether1 akan kita gunakan untuk koneksi ke Internet dengan IP 192.168.100.1 dan ether2 akan kita gunakan untuk network local kita dengan IP 192.168.0.1

&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;&lt;b&gt;[admin@mikrotik] &gt; ip address add address=192.168.100.1 netmask=255.255.255.0 interface=ether1&lt;/b&gt;&lt;/span&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt; ip address add address=192.168.0.1 netmask=255.255.255.0 interface=ether2&lt;/span&gt;&lt;/b&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt;ip address print&lt;/span&gt;&lt;/b&gt;
&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;i&gt;Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.100.1/24 192.168.100.0 192.168.100.255 ether1
1 192.168.0.1/24 192.168.0.0 192.168.0.255 ether2
&lt;/i&gt;&lt;span style="font-size:100%;"&gt;[admin@mikrotik] &gt;&lt;/span&gt;&lt;/span&gt;

Setelah selesai Barulah kita bisa melakukan setup DHCP server pada Mikrotik.

&lt;b&gt;1. Membuat address pool &lt;/b&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;/ip pool add name=dhcp-pool ranges=192.168.0.2-192.168.0.100
/ip dhcp-server network add address=192.168.0.0/24 gateway=192.168.0.1&lt;/span&gt;&lt;/b&gt;
&lt;b&gt;2. Tentukan interface yang dipergunakan dan aktifkan DHCP Server.&lt;/b&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;/ip dhcp-server add interface=ether2 address-pool=dhcp-pool enable 0&lt;/span&gt;&lt;/b&gt;

&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;&lt;b&gt;[admin@mikrotik] &gt; ip dhcp-server print&lt;/b&gt;&lt;/span&gt;
&lt;i&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0  dhcp1 ether2&lt;/span&gt;&lt;/i&gt;
sampai tahap ini, DHCP server telah selesai untuk dipergunakan dan sudah bisa di test dari user.

Langkah Selanjutnya adalah membuat internet gateway, Misalnya IP ADSL Modem sebagai gateway untuk koneksi internet adalah 192.168.100.100 dan DNS Servernya 192.168.100.110, maka lakukan setting default gateway dengan perintah berikut :

&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;&lt;b&gt;[admin@mikrotik] &gt; /ip route add gateway=192.168.100.100&lt;/b&gt;&lt;/span&gt;

&lt;b&gt;3. Melihat Tabel routing pada Mikrotik Routers&lt;/b&gt;

&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;&lt;b&gt;[admin@mikrotik] &gt; ip route print&lt;/b&gt;&lt;/span&gt;

&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;i&gt;Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
# DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE
0 ADC 192.168.0.0/24 192.168.0.1 ether2
1 ADC 192.168.100.0/24 192.168.100.1 ether1
2 A S 0.0.0.0/0 r 192.168.100.100 ether1
&lt;/i&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;[admin@mikrotik] &gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;

Lanjutkan dengan Setup DNS

&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;[admin@mikrotik] &gt; ip dns set primary-dns=192.168.100.110 allow-remoterequests=no

[admin@mikrotik] &gt; ip dns print&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style="font-family:courier new,courier,monospace;"&gt;&lt;i&gt;primary-dns: 192.168.100.110
secondary-dns: 0.0.0.0
allow-remote-requests: no
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 16KiB&lt;/i&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt;&lt;/span&gt;&lt;/b&gt;

&lt;b&gt;4. Tes untuk akses domain, misalnya dengan ping nama domain&lt;/b&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt; ping yahoo.com&lt;/span&gt;&lt;/b&gt;

&lt;i&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;216.109.112.135 64 byte ping: ttl=48 time=250 ms
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 571/571.0/571 ms&lt;/span&gt;&lt;/i&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt;&lt;/span&gt;&lt;/b&gt;

Jika sudah berhasil reply berarti seting DNS sudah benar.

&lt;b&gt;5. Setup Masquerading&lt;/b&gt;, ini adalah langkah utama untuk menjadikan Mikrotik sebagai gateway server

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt; ip firewall nat add action=masquerade outinterface=ether1&lt;/span&gt;&lt;/b&gt;&lt;i&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;chain: srcnat&lt;/span&gt;&lt;/i&gt;

&lt;b&gt;&lt;span style=";font-family:courier new,courier,monospace;font-size:100%;"  &gt;[admin@mikrotik] &gt;

[admin@mikrotik] ip firewall nat print&lt;/span&gt;&lt;/b&gt;
&lt;i&gt;&lt;span style="font-family:courier new,courier,monospace;"&gt;Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat out-interface=ether1 action=masquerade
[admin@mikrotik] &gt;&lt;/span&gt;&lt;/i&gt;
Selesai, tinggal test koneksi dari user. seharusnya dengan cara ini user sudah  bisa terhubung ke internet.

Cara ini memang cara yang paling mudah untuk membuat user dapat terhubung ke internet, namun tingkat keamanannya masih rendah dan diperlukan pengaturan firewall. Mudah-mudahan saya bisa membahasnya dilain waktu.

Source : http://mikrotik-id.blogspot.com/search/label/Mikrotik%20DHCP%20Server&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6230446764200824576-6759804019767259943?l=newbiemikrotik.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6759804019767259943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6230446764200824576/posts/default/6759804019767259943'/><link rel='alternate' type='text/html' href='http://newbiemikrotik.blogspot.com/2008/05/setting-dhcp-server-pada-mikrotik.html' title='Setting DHCP Server Pada Mikrotik'/><author><name>Newbie_Mikrotik</name><uri>http://www.blogger.com/profile/13331216169015766363</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
