About 896,000 results
Open links in new tab
  1. Script to auto create address-list from plain ip-ranges URLs

    Dec 20, 2024 · Internet companies advertise their own IPs in so called ip-ranges files so you can know if a certain connection comes from them. Ex: Cloudflare, Google, and most large internet companies.

  2. What are the valid public IP address ranges? - Super User

    Mar 17, 2016 · There are a number of lists on the web that define all valid public IP addresses ranges but they don't seem to be very accurate. The most common list Ive found is show below. This list …

  3. Bogon filtering with dynamic IP address list? - MikroTik

    Oct 1, 2024 · Hi, The well-known recommendations from the docs create some “not_in_internet” address list. However, the actual IPv4 bogon address list is much longer and Team Cymru update it regularly …

  4. Script to convert ip to address-list - Scripting - MikroTik

    Mar 3, 2016 · If this is a one time need: a hack or workaround without resorting to scripting would be opening that csv file on a text editor then using find/replace to put /ip firewall address-list add …

  5. Windows command to display all IP addresses in a local network

    40 Not everything with an IP address is a computer - I found none of these suggestions returned all active IP addresses - in fact most returned very few. My home network has a combination of wired …

  6. Dynamic Firewall Address-List - General - MikroTik

    May 29, 2023 · Hello, I have an interface on my router, ether1, which runs a dhcp client, and my ISP assigns it a public ip address, here 33.44.55.66. I have a Firewall Address list that looks like this: /ip …

  7. Youtube dynamic IP address list script - Scripting - MikroTik

    Jun 30, 2013 · I previously made a script that uses the API to make a request to a domain, and then add its IPs to one or more address lists. The script in question also makes itself run at regular intervals, …

  8. IP address list export script - Scripting - MikroTik

    Aug 9, 2018 · Dear community, I’m struggling with creating a script capable to export one of my static firewall Address Lists, named ssh_blacklist, to a .rsc file. I tried doing so with: /ip firewall address-list …

  9. Export specefic Address list via command - MikroTik

    Aug 5, 2024 · Either you save the IPs in the address list as static or you export them as: /ip firewall address-list print file=export.txt where list=“mylist” but then you have to create a script specifically to …

  10. Importing IP List from file - Scripting - MikroTik community forum

    Sep 17, 2020 · Hello. I’m struggling with getting to run script that I found to import IP addresses from file and adding them to my address list. Idea is to fetch file with all official country IP addresses from …