MT

Blocklisten für MikroTik RouterOS

MikroTik routers can drop traffic from IP address lists maintained in the firewall.

1kompatible Listen
1unterstützte Formate
10Kategorien

Blockliste in MikroTik RouterOS einrichten

Address list per script

Fetch the list and import it into an address list called blocklist:

/tool fetch url="https://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txt" dst-path=blocklist.rsc
/import blocklist.rsc

If the list is a plain text file with one address or CIDR per line, convert it first:

/tool fetch url="https://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txt" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="Team Cymru Fullbogons (IPv6)"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="Team Cymru Fullbogons (IPv6)"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="Team Cymru Fullbogons (IPv6)"

Schedule the fetch with /system scheduler to keep the list current. Very large lists consume RAM, so check the available memory of your device first.

Die oben gezeigte Adresse ist ein Beispiel. Jede Liste im Verzeichnis hat ihre eigene URL, die sich mit einem Klick kopieren lässt.

Nach Thema

Alle 1 Listen für MikroTik RouterOS

Liste einreichen
1 Liste < 7 Tage < 30 Tage älter

Filterliste aus den Bereichen Kryptomining, Werbung, Privatsphäre, Malware und Phishing. Format: IPs (IPv4). Einzelheiten und Aufnahmekriterien stehen auf der P…

Kryptomining Malware Phishing IP / CIDR
- Einträge
±0 letzte Änderung
aktualisiert
FHIPSMTWRTOPN+2
Nach oben scrollen