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

<channel>
	<title>CloudMB &#187; Mikrotik</title>
	<atom:link href="http://blog.cloudmb.cz/category/it/mikrotik/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cloudmb.cz</link>
	<description>online notes</description>
	<lastBuildDate>Tue, 10 Dec 2019 13:38:03 +0000</lastBuildDate>
	<language>cs-CZ</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.33</generator>
	<item>
		<title>Mikrotik &#8211; ochrana proti DDOS</title>
		<link>http://blog.cloudmb.cz/2013/03/mikrotik-ochrana-proti-ddos/</link>
		<comments>http://blog.cloudmb.cz/2013/03/mikrotik-ochrana-proti-ddos/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 14:57:27 +0000</pubDate>
		<dc:creator><![CDATA[hatex]]></dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Mikrotik]]></category>

		<guid isPermaLink="false">http://www.odnuly.cz/?p=463</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p>Sta?í nastavit toto:</p>
<blockquote><p>/ip firewall filter add chain=forward connection-state=new action=jump jump-target=detect-ddos<br />
/ip firewall filter add chain=detect-ddos dst-limit=32,32,src-and-dst-addresses/10s action=return<br />
<strong>vyjimka na ip</strong> /ip firewall filter add chain=detect-ddos src-address=8.8.8.8 action=return<br />
/ip firewall filter add chain=detect-ddos action=add-dst-to-address-list address-list=ddosed address-list-timeout=10m<br />
/ip firewall filter add chain=detect-ddos action=add-src-to-address-list address-list=ddoser address-list-timeout=10m<br />
/ip firewall filter add chain=forward connection-state=new src-address-list=ddoser dst-address-list=ddosed action=drop</p></blockquote>
<p><map name='google_ad_map_463_a2db11ed00ddbb5d'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/463?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_463_a2db11ed00ddbb5d' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=463&amp;url= http%3A%2F%2Fblog.cloudmb.cz%2F2013%2F03%2Fmikrotik-ochrana-proti-ddos%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://blog.cloudmb.cz/2013/03/mikrotik-ochrana-proti-ddos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
