camscape - for excellent IT solutions itkb.ro - IT knowledge base

knowledge base mikrotik

Mikrotik L2TP IPSEC VPN

This is the default VPN access to a Mikrotik router. Use it to connect to it from outside.   Create a pool named l2tp_pool from which VPN clients will get IPs   /ip pool add name=l2tp_pool ranges=172.18.3.2-172.18.3.10   Add a [...] »detalii Mikrotik L2TP IPSEC VPN

Mikrotik Change admin Name

It is a good security setup not to have the default admin user as administrator.   /user add copy-from=admin name=myuser /user set myuser password=mypassword /user remove admin  

Mikrotik OpenVPN Client to Linux Server

How to connect a Mikrotik and a Linux routers with site-to-site VPN using OpenVPN.   On Linux, create a tun connection using client certificates. It is the same as a normal bridging setup, except for the tun interface replacing tap [...] »detalii Mikrotik OpenVPN Client to Linux Server

Mikrotik NTP Client

Any equipment relies on date and time to be set correctly. You should set the NTP client on Mikrotik to synchronize the local time to external time server.   Using WebFig:   Go to System / SNTP client and set [...] »detalii Mikrotik NTP Client