Community discussions

MikroTik App

Search found 2 matches

by Cheuksin
Tue Feb 06, 2024 1:03 am
Forum: General
Topic: Howto mark Amazon AWS traffic?
Replies: 13
Views: 4765

Re: Howto mark Amazon AWS traffic?

Hi EIKA, I have now set up a daily Python script that analyzes and uploads the AWS IP ranges daily at midnight. https://github.com/amader/mikrotik_aws_iplist there are complete files for ipv4 and ipv6 and in a subfolder "regions" they are divided into regions. But please be careful with th...
by Cheuksin
Fri Jan 26, 2024 1:22 am
Forum: General
Topic: Howto mark Amazon AWS traffic?
Replies: 13
Views: 4765

Re: Howto mark Amazon AWS traffic?

Hi EIKA, here is s Powershell script which fetches the latest file from Amazon and converts it into a importable file for Mikrotik right now its filtered on service "AMAZON" and region "eu-west-1" but you can remove the "| Where-Object { $_.service -eq "AMAZON" -an...