Limit Bandwidth of each IP in an entire subnet with Mikrotik

Limit Bandwidth of each IP in an entire subnet with Mikrotik

You can use this basic set of commands to set max upload and dowload of each IP in given subnet. Example below is for 8/1 Mbit/s. Modify it as you please. Most easy way would be to put commands below into notepad, modify target= to fit your needs (example: 192.168.1.0/24) and then copy all comands and paste into RouterOS terminal Goran JumićExperienced Linux Software Developer with a demonstrated history of working in the information technology…

Read More

Protect your local network behind Mikrotik router

Protect your local network behind Mikrotik router

You can use this basic set of command you can put in your RouterOS terminal which will become firewall rules on your Mikrotik router. It should protect you from lot if attactks from Internet. Most easy way would be to put commands below into notepad, modify src-address= to fit your needs (example: 192.168.1.0/24) and then copy all comands and paste into RouterOS terminal. After you execute commands everything under LAN and to WAN is accessible,…

Read More

Send messages to Telegram Chat with Linux

Send messages to Telegram Chat with Linux

Here is the small guide how to send messeges to Telegram Chat service via telegram-send utility on Linux operating systems. Install telegram-send system-wide with pip: Now you can cofigure it.. To configure for sending to account: To configure to send to group: To configure to send to channel: Follow the instructions given to you by application to connect it to Telegram API Any additional information you can find on: https://pypi.org/project/telegram-send/ Goran JumićExperienced Linux Software Developer…

Read More