
You have your Home DSL modem installed, and want to have a secure connection to the Internet for your home network. How to Connect your Home Network to xDSL Line? Description After adding new rules, move them up using the move command. After a rule matches the request, no more rules are processed for it. Rules are processed in the order they appear on the list. Note, that first you should have rules that allow certain services, and the last rule should always be one that denies access for everything else. ip web-proxy access add dst-port=23-25 action=denyĬomment="Deny using us as telnet and SMTP relay" For example, add following rules to it to allow access from certain hosts (just 'copy and paste' to the router using Terminal Console or configure the relevant arguments in WinBox): /ip web-proxy access The web proxy access list is configured under /ip web-proxy access.

ip firewall rule input add src-address=10.0.0.0/24Ĭomment="Allow access from our local network. ip firewall rule input add protocol=icmp comment="Allow ICMP Ping"

ip firewall rule input add protocol=udp comment="Allow UDP" ip firewall rule input add connection-state=related ip firewall rule input add connection-state=established You can add following rules under /ip firewall rule input (just 'copy and paste' to the router using Terminal Console or configure the relevant arguments in WinBox): /ip firewall rule input add connection-state=invalid action=drop Note, that the input chain does not affect packets which are being transferred through the router. All packets with destination to the router are processed against the ip firewall input chain.

To protect your MikroTik RouterOS?, you should not only change admin's password but also set up packet filtering. How to Protect your MikroTik RouterOS? Description
