Network

How to Get Automatic Backup with Mikrotik Configuration via FTP

Fadıl

We may want to back up the configuration of our Mikrotik device to the FTP server at regular intervals, we would like to show you a short and beautiful script that we can use for this.
You can run this script system schedule according to a time that we will determine and save your configuration backup on your FTP server according to the following parameters. By doing this periodically, we will ensure that we receive regular backup.

How to Setup Tp-Link Cpe610 Access Point

Fadıl

Connect the devices as shown in the figure below.

A. Connect the CPE’s LAN0 port to the PoE port of the PoE adapter.

B. Connect the computer to the LAN port of the PoE adapter.

C. Plug the PoE adapter into the power socket.

In order to connect to the Tp-Link Cpe610 device, we first need to give the IP address of our computer’s ether port as 192.168.0.10.

Setting the Bandwidth Priority in the Zoom Video Conferencing Application on Mikrotik Routers

Fadıl

There are various media used to hold meetings or video conferences, one of which is the most widely used Zoom Meeting. In this article, we will try to optimize the network by prioritizing the connection used by video conferencing so that it can be used properly without any interference. The bandwidth used will be prioritized so as not to be disturbed when other clients browse the internet.

Previously, we tried to find all the information about the Zoom application, both from the IP server, protocol, and port used. Information to the official Zoom website, the Zoom application uses TCP and UDP protocols with ports 80, 443, 3478, 3479, 5090, 5091, 8801-8810. These protocols and ports that we will use to capture traffic to the Zoom server. Apart from protocol and port, it can also be based on the Zoom server IP which we will add to the router.

What is RIP (Routing Information Protocol)

What is RIP (Routing Information Protocol)

Ali Caliskan

Administrative Distance (AD)

Before starting RIP we should about Administrative Distance (AD).
AD: Sets the priority of routing protocols. If 2 protocols are configured on a router, the router will first put the data of the low AD protocol in the routing table.
The table below contains the administrative distance values of the routing protocols. The data of the protocol with a low AD value is placed first in the routing table.

UNMS is starting… This should not take more than a minute. Solution of the error.

UNMS is starting… This should not take more than a minute. Solution of the error.

Fadıl

The reason for this problem is that the database is probably corrupted on your server with UNMS installed, so you are getting this warning.
Even though the solution is different in many forums, you don’t need to spend a lot of time installing and repairing redis-tools.

The following database repair commands are included for UNMS 1.2.0 and above.
A little bit of Linux knowledge will be enough to solve this job with a little bit of ssh and putty.