Filter
Document revision 2.7 (Fri Nov 04 16:04:37 GMT 2005)
This document applies to MikroTik RouterOS V2.9
Table of Contents
Table of Contents
Summary
Quick Setup Guide
Specifications
Related Documents
Firewall Filter
Description
Property Description
Notes
Filter Applications
Protect your RouterOS router
Protecting the Customer's Network
General Information
Summary
The firewall implements packet filtering and thereby provides security functions that are used to
manage data flow to, from and through the router. Along with the Network Address Translation it
serve as a tool for preventing unauthorized access to directly attached networks and the router itself
as well as a filter for outgoing traffic.
Quick Setup Guide
•
To add a firewall rule which drops all TCP packets that are destined to port 135 and going
through the router, use the following command:
/ip firewall filter add chain=forward dst-port=135 protocol=tcp action=drop
•
To deny acces to the router via Telnet (protocol TCP, port 23), type the following command:
/ip firewall filter add chain=input protocol=tcp dst-port=23 action=drop
•
To only allow not more than 5 simultaneous connections from each of the clients, do the
following:
/ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=6,32
action=drop
Specifications
Packages required: system
License required: level1 (P2P filters limited to 1) , level3
Page 438 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.
Содержание RouterOS v2.9
Страница 1: ...MikroTik RouterOS v2 9 Reference Manual ...