{"id":1047,"date":"2014-06-26T00:04:16","date_gmt":"2014-06-25T22:04:16","guid":{"rendered":"http:\/\/diablo.craem.net\/wordpress\/?p=1047"},"modified":"2014-06-26T00:04:16","modified_gmt":"2014-06-25T22:04:16","slug":"qos-mikrotik-limitando-trafico","status":"publish","type":"post","link":"https:\/\/diablo.craem.net\/?p=1047","title":{"rendered":"QoS mikrotik; limitando tr\u00e1fico FTP"},"content":{"rendered":"<p>Esta vez, necesito limitar el Rx\/tx del servicio FTP que tengo en casa&#8230;. limitar\u00e9 a 2 Mb&#8217;s simetricos, con puntas de 3 Mbp&#8217;s&#8230;<br \/>\nPrimero, identificamos el tr\u00e1fico&#8230;.. primero identificamos la conexi\u00f3n y luego, despu\u00e9s de identificar, marcamos los paquetes:<br \/>\n<code><br \/>\nadd action=mark-connection chain=postrouting comment=FTP_POSTROUTING disabled=no dst-port=21 new-connection-mark=FTP passthrough=yes protocol=tcp<br \/>\nadd action=mark-connection chain=prerouting comment=FTP_PRE_ROUTING disabled=no dst-port=21 new-connection-mark=FTP passthrough=yes protocol=tcp<br \/>\nadd action=mark-packet chain=postrouting comment=FTP_GENERAL connection-mark=FTP disabled=no new-packet-mark=FTP_GENERAL passthrough=no<br \/>\nadd action=mark-packet chain=prerouting comment=FTP_GENERAL connection-mark=FTP disabled=no new-packet-mark=FTP_GENERAL passthrough=no<br \/>\n<\/code><br \/>\nY ahora, a la queue tree:<br \/>\n<code><br \/>\n\/queue tree<br \/>\nadd burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=2M max-limit=3M name=FTP_UPLOAD packet-mark=FTP_GENERAL parent=global-in priority=7 queue=default-small<br \/>\nadd burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=2M max-limit=3M name=FTP_DOWNLOAD packet-mark=FTP_GENERAL parent=global-out priority=7 queue= default-small<br \/>\n<\/code><br \/>\nAqu\u00ed\u00ad hemos de mirar si nuestro FTP usa otro rango de puertos&#8230;.<br \/>\nEnjoy your QoS<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Esta vez, necesito limitar el Rx\/tx del servicio FTP que tengo en casa&#8230;. limitar\u00e9 a 2 Mb&#8217;s simetricos, con puntas de 3 Mbp&#8217;s&#8230; Primero, identificamos el tr\u00e1fico&#8230;.. primero identificamos la conexi\u00f3n y luego, despu\u00e9s de identificar, marcamos los paquetes: add action=mark-connection chain=postrouting comment=FTP_POSTROUTING disabled=no dst-port=21 new-connection-mark=FTP passthrough=yes protocol=tcp add action=mark-connection chain=prerouting comment=FTP_PRE_ROUTING disabled=no dst-port=21 new-connection-mark=FTP [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-1047","post","type-post","status-publish","format-standard","hentry","category-varios"],"_links":{"self":[{"href":"https:\/\/diablo.craem.net\/index.php?rest_route=\/wp\/v2\/posts\/1047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/diablo.craem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/diablo.craem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/diablo.craem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/diablo.craem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1047"}],"version-history":[{"count":0,"href":"https:\/\/diablo.craem.net\/index.php?rest_route=\/wp\/v2\/posts\/1047\/revisions"}],"wp:attachment":[{"href":"https:\/\/diablo.craem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/diablo.craem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1047"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/diablo.craem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}