This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
mikrotik [2022/03/16 09:38] 127.0.0.1 external edit |
mikrotik [2022/03/16 09:52] (current) ww |
||
|---|---|---|---|
| Line 195: | Line 195: | ||
| * Nevýhoda: Google DNS NEbude dostupné přes GW2. | * Nevýhoda: Google DNS NEbude dostupné přes GW2. | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Ban list ===== | ||
| + | < | ||
| + | / ip firewall filter | ||
| + | add chain=input in-interface=ether1-wan protocol=tcp dst-port=22 \ | ||
| + | connection-state=new connection-limit=5/ | ||
| + | action=add-src-to-address-list address-list=ssh_logins \ | ||
| + | address-list-timeout=12h comment="" | ||
| + | add chain=input protocol=tcp dst-port=22 src-address-list=!ssh_logins \ | ||
| + | action=accept comment="" | ||
| + | </ | ||