rrdtool: MRTG next level graphing
DRAFT VERSION: This is incomplete Post ! Some points may be missing, I will update them later .. We all know what is MRTG. You can graph so many information including temperature humidity, speed,...
View ArticleMultiple IF statement matching with Mikrotik Script
:if (($dsl1 = "DOWN") && ($dsl2 = "DOWN")) do={ Note: This is a draft version of a solution i made for an OP, donot copy paste, its just showing a different way of achieving the goal by...
View ArticleTik: 9 wan pcc with vpn server
~ There are no absolute answers in this universe, only assumptions, guesses, Jeopardies Syed Jahanzaib ! Following is just a reference post. This configuration contains PCC and PPtP server. (to...
View ArticleHowto bypass specific client from PCC & route to specific WAN link [Part-2]
Scenario: Since many asked the same query, so rather to reply individually, here is one method I used at one OP & it works fine. You may opt for others solution which ever is easy for you. the...
View ArticleBlocking WhatsApp in Mikrotik
In order to block WhatsAPP application in Mikrotik I used WhatsAPP provided address list [167 IPV4 addresses as of June,2017] in order to block the app. [there are already many guides on internet, but...
View ArticleMikrotik script to monitor local device with optional SMS alert
Note to Self: Following is a simple script I made to monitor local device & upon status change, it will send SMS only. It was customized according to local requirements. You can refine at , add...
View ArticleRestart ppp dialer if getting ‘Private IP’
Reference Post: Following is short script to reconnect PPPoE dialer if it receives any private IP from the ISP including 10.x.x.x / 172.x.x.x & 192.x.x.x series. # Script to find if wan link have...
View ArticleMikrotik with Cisco Inter-Vlan Routing
Disclaimer: I donot have professional level expertise with the mikrotik & specially Cisco. It’s just personnel R&D that sometimes leads me to a working solution. After posting on the internet,...
View ArticleMikrotik with Freeradius/mySQL – Auto MAC Binding on 1st Login – Part 4
~ Auto Mac Binding via EXEC / PHP in Freeradius 2.x ~ ! From the CORE of FREERADIUS ! By Syed jahanzaib FREERADIUS WITH MIKROTIK – Part #1 FREERADIUS WITH MIKROTIK – Part #2 FREERADIUS WITH MIKROTIK...
View ArticleTikTik – Script to disconnect hotspot user if its already active in pppoe
its a weird world we live in ! Fix the root cause that is making issue , dont always go for workarounds WORKAROUND : Add this in in Hotspot > User Profile > Default > Scripts > On Login) #...
View ArticleManipulating Date Functions in Mikrotik
. Scenario: In Mikrotik router , we have a script which is scheduled to run every 5 minutes. It gets in+out bytes for specific interface usage (using firewall counters) and save/add in a file, when...
View ArticleMikrotik: Schedule script to run in specific day(s) of week only
Scenario: In mikrotik, we want to execute a script which should run on following days at given time. Monday to Friday , 8am Sounds easy enough! but unfortunately Mikrotik doesn’t provides flexible...
View ArticleAccess other OP portal via Mikrotik Load Balancer
Disclaimer: I receive many emails from local operators on howto access other operators media sharing portal so that there local users can access them. Rather then replying each one separately &...
View ArticleBursting with Mikrotik Burst ^o^
Disclaimer! This is important! Every Network is different , so one solution cannot be applied to all. Therefore try to understand logic & create your own solution as per your network scenario....
View ArticleRenew DHCP lease if Gateway not responding
Nothing Fancy , just short notes for script command reference purposes! Following is a very simple 2 minutes instant cooked noddle type script. It will simply check the gateway status acquired by the...
View ArticleFUN with Mikrotik BRIDGE Series# Redirecting Traffic with Mikrotik Bridge –...
FUN with Mikrotik BRIDGE Series#1. Filter PPPoE Requests – Part#1 FUN with Mikrotik BRIDGE Series# Redirecting Traffic with Mikrotik Bridge – Part#2 < You are Here Disclaimer! This is important!...
View ArticleSeparating NATTING from ROUTING in Mikrotik
Disclaimer: Every Network is different , so one solution cannot be applied to all. Therefore try to understand logic & create a solution that can match with your network scenario. Do not follow...
View ArticleCOA with Radclient workaround for RM 4.1 with Mikrotik 6.4x.x
Scenario: Dmasoftlab Radius Manager 4.1 with multiple services. Some of services have dynamic dynamic bandwidth scheduling for day & night. Example some services have double up mode for day , some...
View ArticleASCI Fun with Mikrotik Terminal Banner
To edit Mikrotik Terminal Welcome Banner, Open Terminal & Issue following command, /system note edit note Now Design your graphics / or add texts of your choice, or paste your already copied data...
View ArticleMikrotik Remote Access via Multiple WAN Links
I wrote about this topic few years back, but forgot where it is now, So adding it again as Note to Self! This solution applies for following particular scenario. Scenario: We have 2 wan links...
View Article