How to disable watchdog on many MIKROTIK routers - listed IP on separated files

How to disable watchdog on many routers - listed on separated files   STEP 1 - Install PUTTY on your computer You can download PUTTY on this page: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html   STEP 2 - Create FOLDER for example C:\TOOLS Copy plink program from c:\Program Files\PuTTY\ to your folder C:\TOOLS   STEP 3 - Create .BAT file with this code (for example: no-watchdog.bat). This file save to C:\TOOLS folder. Change port, user, password in this code and copy all lines to no-watchdog.bat file.   @echo off setlocal  enabledelayedexpansion REM SSH user password and port set "username=admin" set "password=yourpassword" set "sshPort=22" set "inputFile=ip.txt" REM Loop through router IP addresses from the file for /f "tokens=* delims=" %%r in ('type "%inputFile%"') do (     set "routerIP=%%r"     echo Disable watchdog on IP: !routerIP!     plink.exe -ssh !username!@!routerIP! -P !sshPort! -pw !password! -batch "/system watchdog set watchdog-timer=no"     if errorlevel 1 (         echo Problem with connection to IP: !routerIP!      ) ) endlocal   STEP 4 - Create file IP.txt - in our C:\TOOLS folder In this file you write IP addresses of Mikrotik routers. For example: 192.168.1.1 192.168.1.254  STEP 5 - Run .bat file - no-watchdog.bat   IF you will have problems with certificate notification - modify line witch plink like this echo y | plink.exe -ssh !username!@!routerIP! -P !sshPort! -pw !password! "/system watchdog set watchdog-timer=no"  

projít na článek

Mikrotik - how to export configuration with wifi passwords?

Problem description: How to export configuration with wifi passwords in Mikrotik router? Is it a way how to export configuration with passwords for my wifi. I set my mikrotik router and I would like to backup my config file in text structure with passwor

projít na článek

Problem with firmware upgrade in LTE modul on MIKROTIK WAP

Problem description: Problem with firmware upgrade in LTE modul on MIKROTIK WAP  I have problem with firmware upgrade in LTE modem on my Mikrotik. After update Router OS from 6.X version to RouterOS ver 7. I have problem to process LTE firmware upgrade.

projít na článek

Mikrotik - how to add firewall rules at the top of the rules list

Problem description: Mikrotik - how to add firewall rules at the top of the rules list Can I add new rules at the top of list of rules in Mikrotik - using Terminal?   Problem solution: Mikrotik - how to add firewall rules at the top of the rules list

projít na článek

Mikrotik - How to change and set password for new account user by script in Terminal

How to create new user with password in Mikrotik Terminal? Run New Terminal Type this command: /user add name=name_of_account password=your_password group=full Press enter This command create user named NAME_OF_ACCOUNT and set password to YOUR_PAS

projít na článek

Nová verze: 1.41

API-SSL pro Mikrotik zařízení, nový způsob výpočtu DPH, DopisOnline, Mobil21, rozdílne DIČ a IČ DPH a mnohem více v nové verzi systému.

projít na článek