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

Dandelion Sprout’s Official DNS Server

von Imre Kristoffer Eilertsen

Filterliste aus den Bereichen Werbung, Malware, Phishing, Cookie-Banner und Push-Benachrichtigungen. Format: DNS servers. Betreut von Imre Kristoffer Eilertsen.…

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