<?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>XISP tips,news, &#38; technology &#187; firewall</title>
	<atom:link href="http://www.mtin.net/blog/tag/firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mtin.net/blog</link>
	<description>Technology relating to networking and the XISP world</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:07:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Connection Limits on Mikrotik</title>
		<link>http://www.mtin.net/blog/2010/01/21/connection-limits-on-mikrotik/</link>
		<comments>http://www.mtin.net/blog/2010/01/21/connection-limits-on-mikrotik/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:38:00 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[WISP]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[limiting]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=242</guid>
		<description><![CDATA[I recently had an instance where I had to re-visit adding connection limits to a CPE running lots of connections.  they were probably P2P. Here is the code we added: /ip firewall filter add chain=forward action=log tcp-flags =syn protocol=tcp connection-limit=100,32 log-prefix="CONN_LIMIT:" comment="connection limit" disabled=no add chain=forward action=drop tcp-flags =syn protocol=tcp connection-limit=100,32 comment="connection limit" disabled=no What [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had an instance where I had to re-visit adding connection limits to a CPE running lots of connections.  they were probably P2P. Here is the code we added:</p>
<pre>/ip firewall filter
add chain=forward action=log tcp-flags =syn protocol=tcp connection-limit=100,32 log-prefix="CONN_LIMIT:" comment="connection limit" disabled=no
add chain=forward action=drop tcp-flags =syn protocol=tcp connection-limit=100,32 comment="connection limit" disabled=no
</pre>
<p>What this code does is this:<br />
1.Limits the connections to 100 per IP.  You can always adjust this for your case</p>
<p>2.Logs the connections &amp; Drops them.</p>
<p>On a side note this customer was dragging down the ap with the amount of connections so we added these rules at the CPE level. It would have done little good to add it on the router.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2010/01/21/connection-limits-on-mikrotik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.480 seconds -->
