This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik [2017/09/23 11:09] gcooper |
networking:router:mikrotik [2022/02/24 14:23] (current) gcooper |
||
---|---|---|---|
Line 13: | Line 13: | ||
http:// | http:// | ||
- | Mikrotik offers: | + | **Mikrotik offers |
* Inexpensive router hardware | * Inexpensive router hardware | ||
Line 24: | Line 24: | ||
* Winbox for Windows (don't need to know IP address) | * Winbox for Windows (don't need to know IP address) | ||
* Webfig web interface | * Webfig web interface | ||
+ | |||
+ | ===== Configurators ===== | ||
+ | |||
+ | **Firewall Configurator**: | ||
+ | |||
+ | **QoS Configurator**: | ||
+ | |||
+ | **Load Balance Configurator**: | ||
+ | |||
+ | **Load Balance Configurator**: | ||
+ | |||
===== Third Party Products ===== | ===== Third Party Products ===== | ||
Line 320: | Line 331: | ||
add chain=input connection-state=invalid action=drop comment=" | add chain=input connection-state=invalid action=drop comment=" | ||
add chain=input protocol=udp action=accept comment=" | add chain=input protocol=udp action=accept comment=" | ||
- | add chain=input protocol=icmp limit=50/ | + | add chain=input protocol=icmp limit=50/ |
- | add chain=input protocol=icmp action=drop comment=" | + | add chain=input protocol=icmp action=drop comment=" |
add chain=input in-interface=ether2 src-address=192.168.1.0/ | add chain=input in-interface=ether2 src-address=192.168.1.0/ | ||
add chain=input action=log log-prefix=" | add chain=input action=log log-prefix=" |