<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Mikrotik ICT Unimed</title>
	<atom:link href="http://mikrotik.unimedcenter.org/feed" rel="self" type="application/rss+xml" />
	<link>http://mikrotik.unimedcenter.org</link>
	<description>EXPLORE YOUR KNOWLEDGE</description>
	<pubDate>Mon, 15 Jun 2009 04:12:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>United 2 Line Public became one</title>
		<link>http://mikrotik.unimedcenter.org/united-2-line-public-became-one</link>
		<comments>http://mikrotik.unimedcenter.org/united-2-line-public-became-one#comments</comments>
		<pubDate>Mon, 15 Jun 2009 04:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[2 line Public]]></category>

		<category><![CDATA[loadbalancing]]></category>

		<category><![CDATA[mirkotik]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=112</guid>
		<description><![CDATA[United 2 Line Public became one 
1. install mikrotik
2. set ip address
/ip address
add address=192.168.12.22/24 network=192.168.12.0 broadcast=192.168.12.255 interface=lan comment="" disabled=no
add address=192.168.2.3/24 network=192.168.2.0 broadcast=192.168.2.255 interface=line1 comment="" disabled=no
add address=192.168.3.11/24 network=192.168.3.0 broadcast=192.168.3.255 interface=line2 comment="" disabled=no

3. set mangel
/ip firewall mangle
add chain=prerouting in-interface=lan connection-state=new nth=1,2,0 action=mark-connection new-connection-mark=one passthrough=yes comment="" disabled=no
add chain=prerouting in-interface=lan connection-mark=satu action=mark-routing new-routing-mark=one passthrough=no comment="" disabled=no
add chain=prerouting in-interface=lan connection-state=new [...]]]></description>
			<content:encoded><![CDATA[<p><strong>United 2 Line Public became one </strong></p>
<p>1. install mikrotik</p>
<p>2. set ip address</p>
<pre>/ip address
add address=192.168.12.22/24 network=192.168.12.0 broadcast=192.168.12.255 interface=lan comment="" disabled=no
add address=192.168.2.3/24 network=192.168.2.0 broadcast=192.168.2.255 interface=line1 comment="" disabled=no
add address=192.168.3.11/24 network=192.168.3.0 broadcast=192.168.3.255 interface=line2 comment="" disabled=no

3. set mangel
/ip firewall mangle
add chain=prerouting in-interface=lan connection-state=new nth=1,2,0 action=mark-connection new-connection-mark=one passthrough=yes comment="" disabled=no
add chain=prerouting in-interface=lan connection-mark=satu action=mark-routing new-routing-mark=one passthrough=no comment="" disabled=no
add chain=prerouting in-interface=lan connection-state=new nth=1,2,1 action=mark-connection new-connection-mark=two passthrough=yes comment="" disabled=no
add chain=prerouting in-interface=lan connection-mark=dua action=mark-routing new-routing-mark=two passthrough=no comment="" disabled=no

4. set Nat
/ip firewall nat
add chain=srcnat connection-mark=one action=src-nat to-addresses=192.168.2.3 to-ports=0-65535 comment="" disabled=no
add chain=srcnat connection-mark=two action=src-nat to-addresses=192.168.3.11 to-ports=0-65535 comment="" disabled=no

5. Set Route
/ ip route
add dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=255 target-scope=10 routing-mark=one comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.3.2 scope=255 target-scope=10 routing-mark=two comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.3.2 scope=255 target-scope=10 comment="" disabled=no &lt;&lt;--default route</pre>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/united-2-line-public-became-one/feed</wfw:commentRss>
		</item>
		<item>
		<title>mikrotik web proxy</title>
		<link>http://mikrotik.unimedcenter.org/mikrotik-web-proxy</link>
		<comments>http://mikrotik.unimedcenter.org/mikrotik-web-proxy#comments</comments>
		<pubDate>Sun, 14 Jun 2009 04:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[mikrotik web proxy]]></category>

		<category><![CDATA[proxy]]></category>

		<category><![CDATA[web proxy]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=110</guid>
		<description><![CDATA[mikrotik web proxy
1. After mikrotik  Router Os had install
2. set mikrotik as gateway server
3. set firewall mikrotik
4. set web proxy
[admin@mikrotik] &#62;ip web-proxy
[admin@mikrotik] ip web-proxy &#62;set enable=yes
[admin@mikrotik] ip web-proxy &#62;set transparent-proxy=yes
[admin@mikrotik] ip web-proxy &#62;set max-object-size=1200KiB
5. Afterwards added rule to the client yg used port 80 would in switched to web-proxy
[admin@mikrotik] &#62;ip firewall nat
[admin@mikrotik] ip firewall nat [...]]]></description>
			<content:encoded><![CDATA[<p><strong>mikrotik web proxy</strong></p>
<p>1. After mikrotik  <a href="http://mikrotik.unimedcenter.org/install-mikrotik" target="_blank">Router Os had install</a></p>
<p>2. set mikrotik as <a href="http://mikrotik.unimedcenter.org/mikrotik-as-gateway-server" target="_blank">gateway server</a></p>
<p>3. set <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall mikrotik</a></p>
<p>4. set web proxy</p>
<p>[admin@mikrotik] &gt;ip web-proxy<br />
[admin@mikrotik] ip web-proxy &gt;set enable=yes<br />
[admin@mikrotik] ip web-proxy &gt;set transparent-proxy=yes<br />
[admin@mikrotik] ip web-proxy &gt;set max-object-size=1200KiB<br />
5. Afterwards added rule to the client yg used port 80 would in switched to web-proxy<br />
[admin@mikrotik] &gt;ip firewall nat<br />
[admin@mikrotik] ip firewall nat &gt;add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=3128<br />
6. next set dns<br />
[admin@mikrotik] &gt;ip dns<br />
[admin@mikrotik] ip dns &gt;set primary-dns=xxx.xxx.xxx.xxx<br />
[admin@mikrotik] ip dns &gt;set secondary-dns=xxx.xxx.xxx.xxx</p>
<p>7. complete</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/mikrotik-web-proxy/feed</wfw:commentRss>
		</item>
		<item>
		<title>Limit Youtube Video Streaming from mikrotik</title>
		<link>http://mikrotik.unimedcenter.org/limit-youtube-video-streaming-from-mikrotik</link>
		<comments>http://mikrotik.unimedcenter.org/limit-youtube-video-streaming-from-mikrotik#comments</comments>
		<pubDate>Sat, 13 Jun 2009 03:11:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[Limit Youtube]]></category>

		<category><![CDATA[mikrotik firewall]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=106</guid>
		<description><![CDATA[Limit Youtube Video Streaming from mikrotik
After we arranged the limit rapidshare, YM, and other now we arrange the limit to youtube
1.  Make http-video layer7-protocol
/ip firewall layer7-protocol
add name=http-video regexp="http/(0\.9&#124;1\.0&#124;1\.1)[\x09-\x0d ][1-5][0-9][0-9][\x09-\x0d -~]*(conte
nt-type: video)"
2. Make Mangle Mark Packet http-video 
/ip frewall mangle
add action=mark-packet chain=prerouting comment="http-video mark-packet" \
    disabled=no layer7-protocol=http-video new-packet-mark=http-video \
    passthrough=no
3. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Limit Youtube Video Streaming from mikrotik</strong></p>
<p>After we arranged the limit <a href="http://mikrotik.unimedcenter.org/limit-traffik-…oad-rapidsharelimit-traffik-download-rapidshare " target="_blank">rapidshare</a>, <a href="http://mikrotik.unimedcenter.org/block-ymblock-ym" target="_blank">YM</a>, and other now we arrange the limit to youtube</p>
<p>1.  Make http-video layer7-protocol</p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">/ip firewall layer7-protocol
add name=http-video regexp="http/(0\.9|1\.0|1\.1)[\x09-\x0d ][1-5][0-9][0-9][\x09-\x0d -~]*(conte
nt-type: video)"</pre>
<p><strong>2. </strong><strong>Make </strong><strong>Mangle Mark Packet http-video </strong></p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;" dir="ltr">/ip frewall mangle
add action=mark-packet chain=prerouting comment="http-video mark-packet" \
    disabled=no layer7-protocol=http-video new-packet-mark=http-video \
    passthrough=no</pre>
<p><strong>3. Make Queue Simple http-video </strong></p>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">/queue simple
add max-limit=0/64000 name=http-video packet-marks=http-video</pre>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/limit-youtube-video-streaming-from-mikrotik/feed</wfw:commentRss>
		</item>
		<item>
		<title>Avoided Spam SMTP From Virus</title>
		<link>http://mikrotik.unimedcenter.org/avoided-spam-smtp-from-virus</link>
		<comments>http://mikrotik.unimedcenter.org/avoided-spam-smtp-from-virus#comments</comments>
		<pubDate>Fri, 12 Jun 2009 03:43:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[Avoided Spam SMTP From Virus]]></category>

		<category><![CDATA[mikrotik firewall]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=102</guid>
		<description><![CDATA[Avoided Spam SMTP From Virus
Many viruses that after infecting our computer will send thousands of emails through our computer went out. This was very damaging we, apart from finished bandwidth we, also very annoying from the side of this email recipient.
We could prevent this matter with firewall Mikrotik 
Make 3 Rule in Firewall 
1.  Firewall [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Avoided Spam SMTP From Virus</strong></p>
<p>Many viruses that after infecting our computer will send thousands of emails through our computer went out. This was very damaging we, apart from finished bandwidth we, also very annoying from the side of this email recipient.</p>
<p>We could prevent this matter with <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall Mikrotik </a></p>
<p>Make 3 Rule in <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">Firewall </a></p>
<p>1.  Firewall Rule<br />
- Chain : Forward<br />
- Protocol : TCP<br />
- Dst. Port : 25<br />
- Src. Address List : SMTP-EMAIL<br />
- Action : Accept</p>
<p>2. Next Rule</p>
<p>- Chain : Forward<br />
- Protocol : TCP<br />
- Dst. Port : 25<br />
- Action : add src to address list<br />
- Address List : SMTP-EMAIL<br />
- Timeout : 00:05:00</p>
<p>3. Next Rule</p>
<p>- Chain : Forward<br />
- Protocol : TCP<br />
- Dst. Port : 25<br />
- Action : Drop</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/avoided-spam-smtp-from-virus/feed</wfw:commentRss>
		</item>
		<item>
		<title>Block FRIENDSTER</title>
		<link>http://mikrotik.unimedcenter.org/block-friendster</link>
		<comments>http://mikrotik.unimedcenter.org/block-friendster#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:39:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[Block Friendster]]></category>

		<category><![CDATA[mikrotik firewall]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=98</guid>
		<description><![CDATA[Block FRIENDSTER
You can block YM in firewall mikrotik, 
.  This ip YM
66.94.226.0/24
66.218.70.0/24
68.142.194.0/24
68.142.213.0/24
68.142.233.0/24
72.232.19.0/24
72.246.51.0/24
72.246.53.0/24
206.190.35.0/24
209.62.176.0/24
209.73.166.0/24
209.191.93.0/24
216.152.122.0/24
216.155.193.0/24
2. Make Firewall
Chain : Forward
Src Address : [  IP client  ]
Advanced
Dst Address List : [  address list  ]
Action : pilih DROP.

]]></description>
			<content:encoded><![CDATA[<p><strong>Block FRIENDSTER</strong></p>
<p>You can block YM in <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall mikrotik</a>,<strong> </strong></p>
<p>.  This ip YM</p>
<p>66.94.226.0/24<br />
66.218.70.0/24<br />
68.142.194.0/24<br />
68.142.213.0/24<br />
68.142.233.0/24<br />
72.232.19.0/24<br />
72.246.51.0/24<br />
72.246.53.0/24<br />
206.190.35.0/24<br />
209.62.176.0/24<br />
209.73.166.0/24<br />
209.191.93.0/24<br />
216.152.122.0/24<br />
216.155.193.0/24</p>
<p>2. Make Firewall</p>
<p>Chain : Forward<br />
Src Address : [  IP client  ]</p>
<p>Advanced<br />
Dst Address List : [  address list  ]</p>
<p>Action : pilih DROP.</p>
<p><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/block-friendster/feed</wfw:commentRss>
		</item>
		<item>
		<title>block YM from mikrotik</title>
		<link>http://mikrotik.unimedcenter.org/block-ym</link>
		<comments>http://mikrotik.unimedcenter.org/block-ym#comments</comments>
		<pubDate>Wed, 10 Jun 2009 03:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[Block YM]]></category>

		<category><![CDATA[mikrotik firewall]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=95</guid>
		<description><![CDATA[block YM
You can block YM in firewall mikrotik,
1.  This ip YM
209.11.168.112
209.11.168.113
209.11.168.122
209.11.168.123
209.11.168.133
209.11.168.121
2. Make Firewall
Chain : Forward
Src Address : [  IP client  ]
Advanced
Dst Address List : [  address list  ]
Action : pilih DROP.
]]></description>
			<content:encoded><![CDATA[<p><strong>block YM</strong></p>
<p>You can block YM in <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall mikrotik</a>,</p>
<p>1.  This ip YM</p>
<p>209.11.168.112<br />
209.11.168.113<br />
209.11.168.122<br />
209.11.168.123<br />
209.11.168.133<br />
209.11.168.121<br />
2. Make Firewall</p>
<p>Chain : Forward<br />
Src Address : [  IP client  ]</p>
<p>Advanced<br />
Dst Address List : [  address list  ]</p>
<p>Action : pilih DROP.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/block-ym/feed</wfw:commentRss>
		</item>
		<item>
		<title>Avoided Port Scanner from Hacker</title>
		<link>http://mikrotik.unimedcenter.org/avoided-port-scanner-from-hacker</link>
		<comments>http://mikrotik.unimedcenter.org/avoided-port-scanner-from-hacker#comments</comments>
		<pubDate>Tue, 09 Jun 2009 03:28:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[avoided Port scanner from hacker]]></category>

		<category><![CDATA[mikrotik]]></category>

		<category><![CDATA[mikrotik firewall]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=93</guid>
		<description><![CDATA[Avoided Port Scanner from Hacker
To avoid the Port Scanner action from Hacker, then we could arrange in firewall mikrotik, by means of :
1. Make Filter
/ip firewall filter
add chain=input protocol=tcp psd=21,3s,3,1 action=add-src-to-address-list address-list=&#8221;port scanners&#8221; address-list-timeout=2w comment=&#8221;Port scanners to list &#8221; disabled=no
2. Make Chain
add chain=input protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;
address-list-timeout=2w comment=&#8221;NMAP FIN Stealth scan&#8221;
add chain=input protocol=tcp tcp-flags=fin,syn
action=add-src-to-address-list address-list=&#8221;port [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Avoided Port Scanner from Hacker</strong></p>
<p>To avoid the Port Scanner action from Hacker, then we could arrange in <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall mikrotik</a>, by means of :</p>
<p>1. Make Filter</p>
<p>/ip firewall filter<br />
add chain=input protocol=tcp psd=21,3s,3,1 action=add-src-to-address-list address-list=&#8221;port scanners&#8221; address-list-timeout=2w comment=&#8221;Port scanners to list &#8221; disabled=no</p>
<p>2. Make Chain</p>
<p>add chain=input protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg<br />
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=&#8221;NMAP FIN Stealth scan&#8221;</p>
<p>add chain=input protocol=tcp tcp-flags=fin,syn<br />
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=&#8221;SYN/FIN scan&#8221;</p>
<p>add chain=input protocol=tcp tcp-flags=syn,rst<br />
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=&#8221;SYN/RST scan&#8221;</p>
<p>add chain=input protocol=tcp tcp-flags=fin,psh,urg,!syn,!rst,!ack<br />
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=&#8221;FIN/PSH/URG scan&#8221;</p>
<p>add chain=input protocol=tcp tcp-flags=fin,syn,rst,psh,ack,urg<br />
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=&#8221;ALL/ALL scan&#8221;</p>
<p>add chain=input protocol=tcp tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg<br />
action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=&#8221;NMAP NULL scan&#8221;</p>
<p>3.  Drop Ip scanning</p>
<p>add chain=input src-address-list=&#8221;port scanners&#8221; action=drop comment=&#8221;dropping port scanners&#8221; disabled=no</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/avoided-port-scanner-from-hacker/feed</wfw:commentRss>
		</item>
		<item>
		<title>Block Traceroute and ping from client</title>
		<link>http://mikrotik.unimedcenter.org/block-traceroute-and-ping-from-client</link>
		<comments>http://mikrotik.unimedcenter.org/block-traceroute-and-ping-from-client#comments</comments>
		<pubDate>Mon, 08 Jun 2009 03:05:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[block ping]]></category>

		<category><![CDATA[block traceroute]]></category>

		<category><![CDATA[mikrotik firewall]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=91</guid>
		<description><![CDATA[Block Traceroute
You could arrange him in firewall mikrotik, to avoid Traceroute and ping, Along With was the method that most was easy:
/ip firewall filter add chain=forward protocol=icmp icmp-options=11:0 action=drop comment=&#8221;Drop Traceroute&#8221;
/ip firewall filter add chain=forward protocol=icmp icmp-options=3:3 action=drop comment=&#8221;Drop Traceroute&#8221;
next you can block ping
/ip firewall filter add chain=input action=accept protocol=icmp limit=50/5s,2
]]></description>
			<content:encoded><![CDATA[<p><strong>Block Traceroute</strong></p>
<p>You could arrange him in <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall</a> <a href="http://mikrotik.unimedcenter.org/category/mikrotik-tutorial" target="_blank">mikrotik</a>, to avoid Traceroute and ping, Along With was the method that most was easy:</p>
<p>/ip firewall filter add chain=forward protocol=icmp icmp-options=11:0 action=drop comment=&#8221;Drop Traceroute&#8221;<br />
/ip firewall filter add chain=forward protocol=icmp icmp-options=3:3 action=drop comment=&#8221;Drop Traceroute&#8221;</p>
<p>next you can block ping</p>
<p>/ip firewall filter add chain=input action=accept protocol=icmp limit=50/5s,2</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/block-traceroute-and-ping-from-client/feed</wfw:commentRss>
		</item>
		<item>
		<title>Limit Bandwidth with extension in mikrotik</title>
		<link>http://mikrotik.unimedcenter.org/limit-bandwidth-with-extension-in-mikrotik</link>
		<comments>http://mikrotik.unimedcenter.org/limit-bandwidth-with-extension-in-mikrotik#comments</comments>
		<pubDate>Sun, 07 Jun 2009 03:43:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[Limit Bandwidth with extension]]></category>

		<category><![CDATA[mikrotik]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=87</guid>
		<description><![CDATA[Apart from an administrator could arrange the limit bandwidth per clinet, a person admin could arrange bandwidth in accordance with extension that in download him, Along With was the method that most was easy:
/ip firewall filter add chain=forward \
src-address=[ip Local ] protocol=tcp content=.exe \
action=add-dst-to-address-list address-list=cekek \
address-list-timeout=01:00:00
/ip firewall filter add chain=forward \
src-address=[ip Local ]  protocol=tcp [...]]]></description>
			<content:encoded><![CDATA[<p>Apart from an administrator could arrange the <a href="http://mikrotik.unimedcenter.org/mikrotik-limit-bandwidht" target="_blank">limit bandwidth per clinet</a>, a person admin could arrange <a href="http://mikrotik.unimedcenter.org/mikrotik-limit-bandwidht" target="_blank">bandwidth</a> in accordance with extension that in download him, Along With was the method that most was easy:</p>
<p>/ip firewall filter add chain=forward \<br />
src-address=[ip Local ] protocol=tcp content=.exe \<br />
action=add-dst-to-address-list address-list=cekek \<br />
address-list-timeout=01:00:00<br />
/ip firewall filter add chain=forward \<br />
src-address=[ip Local ]  protocol=tcp content=.iso \<br />
action=add-dst-to-address-list address-list=cekek \<br />
address-list-timeout=01:00:00<br />
/ip firewall filter add chain=forward \<br />
src-address=[ip Local ]  protocol=tcp content=.mpg \<br />
action=add-dst-to-address-list address-list=cekek \<br />
address-list-timeout=01:00:00<br />
/ip firewall filter add chain=forward \<br />
src-address=[ip Local ]  protocol=tcp content=.mp3 \<br />
action=add-dst-to-address-list address-list=cekek \<br />
address-list-timeout=01:00:00</p>
<p><strong>make mangel </strong></p>
<p>/ip firewall mangle add chain=forward \<br />
protocol=tcp src-address-list=cekek \<br />
action=mark-packet new-packet-mark=cekek-bw</p>
<p><strong>Now, You can Limit </strong></p>
<p>/queue simple add name=download-files \<br />
max-limit=64000/64000 packet-marks=cekek-bw</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/limit-bandwidth-with-extension-in-mikrotik/feed</wfw:commentRss>
		</item>
		<item>
		<title>Block Scan Winbox and Neighbour Mikrotik</title>
		<link>http://mikrotik.unimedcenter.org/block-scan-winbox-and-neighbour-mikrotik</link>
		<comments>http://mikrotik.unimedcenter.org/block-scan-winbox-and-neighbour-mikrotik#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MIKROTIK TUTORIAL]]></category>

		<category><![CDATA[block scan neighbour mikrotik]]></category>

		<category><![CDATA[block scan winbox]]></category>

		<category><![CDATA[mikrotik]]></category>

		<guid isPermaLink="false">http://mikrotik.unimedcenter.org/?p=85</guid>
		<description><![CDATA[1. Block Scan Winbox and Neighbour Mikrotik
Apart from  Protected router from the virus with configuration in firewall mikrotik , the network administrator also could protect router from scan winbox and neighbor. this was the matter that was important in the network, Along With was the method that most was easy:
copy and paste this script [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Block Scan Winbox and Neighbour Mikrotik</strong></p>
<p>Apart from  Protected router from the virus with configuration in <a href="http://mikrotik.unimedcenter.org/mikrotik-firewall" target="_blank">firewall</a> <a href="http://mikrotik.unimedcenter.org/category/mikrotik-tutorial" target="_blank">mikrotik</a> , the network administrator also could protect router from scan <a href="http://mikrotik.unimedcenter.org/mikrotik-utility" target="_blank">winbox</a> and neighbor. this was the matter that was important in the network, Along With was the method that most was easy:</p>
<p>copy and paste this script in console mikrotik</p>
<p>admin@mikrotik] interface bridge&gt; filter print<br />
Flags: X - disabled, I - invalid, D - dynamic<br />
0 ;;; block discovery mikrotik<br />
chain=forward in-interface=ether1 mac-protocol=ip dst-port=5678<br />
ip-protocol=udp action=drop<br />
1 ;;; block discovery mikrotik<br />
chain=input in-interface=ether1 mac-protocol=ip dst-port=5678<br />
ip-protocol=udp action=drop<br />
2 ;;; block discovery mikrotik<br />
chain=output mac-protocol=ip dst-port=5678 ip-protocol=udp action=drop<br />
3 ;;; block discovery mikrotik<br />
chain=input in-interface=ether1 mac-protocol=ip dst-port=8291<br />
ip-protocol=tcp action=drop<br />
4 ;;; block winbox mikrotik<br />
chain=forward in-interface=ether1 mac-protocol=ip dst-port=8291<br />
ip-protocol=tcp action=drop<br />
5 ;;; block request DHCP<br />
chain=input mac-protocol=ip dst-port=68 ip-protocol=udp action=drop<br />
6 ;;; block request DHCP<br />
chain=forward mac-protocol=ip dst-port=68 ip-protocol=udp action=drop<br />
7 ;;; block request DHCP<br />
chain=output mac-protocol=ip dst-port=68 ip-protocol=udp action=drop<br />
<strong>2. Recorded all of IP scanner</strong></p>
<p>To be able to router recorded all of IP scanner and afterwards was put into the IP Address list and was named in group &#8220;port scanner&#8221;, along with rule in firewall him:</p>
<p>- Script First</p>
<p>add chain=input protocol=tcp psd=21,3s,3,1 action=add-src-to-address-list address-list=&#8221;port scanners&#8221;<br />
address-list-timeout=2w comment=”Port scanners to list ” disabled=no</p>
<p>- Script two</p>
<p>add chain=input protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg<br />
action=add-src-to-address-list address-list=”port scanners”<br />
address-list-timeout=2w comment=”NMAP FIN Stealth scan”</p>
<p>add chain=input protocol=tcp tcp-flags=fin,syn<br />
action=add-src-to-address-list address-list=”port scanners”<br />
address-list-timeout=2w comment=”SYN/FIN scan”</p>
<p>add chain=input protocol=tcp tcp-flags=syn,rst<br />
action=add-src-to-address-list address-list=”port scanners”<br />
address-list-timeout=2w comment=”SYN/RST scan”</p>
<p>add chain=input protocol=tcp tcp-flags=fin,psh,urg,!syn,!rst,!ack<br />
action=add-src-to-address-list address-list=”port scanners”<br />
address-list-timeout=2w comment=”FIN/PSH/URG scan”</p>
<p>add chain=input protocol=tcp tcp-flags=fin,syn,rst,psh,ack,urg<br />
action=add-src-to-address-list address-list=”port scanners”<br />
address-list-timeout=2w comment=”ALL/ALL scan”</p>
<p>add chain=input protocol=tcp tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg<br />
action=add-src-to-address-list address-list=”port scanners”<br />
address-list-timeout=2w comment=”NMAP NULL scan”</p>
<p>3. Script Three</p>
<p>add chain=input src-address-list=&#8221;port scanners&#8221; action=drop comment=&#8221;dropping port scanners&#8221; disabled=no&#8217;</p>
<p style="text-align: center;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;**&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
			<wfw:commentRss>http://mikrotik.unimedcenter.org/block-scan-winbox-and-neighbour-mikrotik/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
