05.01.2015 Views

MikroTik RouterOS™ v2.9

MikroTik RouterOS™ v2.9

MikroTik RouterOS™ v2.9

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Filter<br />

Document revision 2.7 (Fri Nov 04 16:04:37 GMT 2005)<br />

This document applies to <strong>MikroTik</strong> RouterOS V2.8<br />

Table of Contents<br />

Table of Contents<br />

Summary<br />

Quick Setup Guide<br />

Specifications<br />

Related Documents<br />

Firewall Filter<br />

Description<br />

Property Description<br />

Notes<br />

Filter Applications<br />

Protect your RouterOS router<br />

Protecting the Customer's Network<br />

General Information<br />

Summary<br />

The firewall implements packet filtering and thereby provides security functions that are used to<br />

manage data flow to, from and through the router. Along with the Network Address Translation it<br />

serve as a tool for preventing unauthorized access to directly attached networks and the router itself<br />

as well as a filter for outgoing traffic.<br />

Quick Setup Guide<br />

• To add a firewall rule which drops all TCP packets that are destined to port 135 and going<br />

through the router, use the following command:<br />

/ip firewall filter add chain=forward dst-port=135 protocol=tcp action=drop<br />

• To deny acces to the router via Telnet (protocol TCP, port 23), type the following command:<br />

/ip firewall filter add chain=input protocol=tcp dst-port=23 action=drop<br />

• To only allow not more than 5 simultaneous connections from each of the clients, do the<br />

following:<br />

/ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=6,32<br />

action=drop<br />

Specifications<br />

Packages required: system<br />

License required: level1 (P2P filters limited to 1), level3<br />

Page 376 of 615<br />

Copyright 1999-2005, <strong>MikroTik</strong>. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.<br />

Other trademarks and registred trademarks mentioned herein are properties of their respective owners.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!