Andrew

How to use DDNS on CloudFlare DNS

Cloudflare API and DNS For this example we are using a Free Cloudflare account to manage our DNS records. If you don’t have one or your domain is hosted elsewhere you can either transfer it to Cloudflare or update your current providers Name Servers to point to Cloudflare. Retrieve Zone ID Once logged in click […]

How to use DDNS on CloudFlare DNS Read More »

MikroTik IKEV2 IPSEC + GRE Certificate

Introduction to IPsec and GRE Tunnel Configuration (Using Certificates)

IPsec (Internet Protocol Security) is a suite of protocols that provides secure communication over an IP network by encrypting and authenticating the packets between devices. It is widely used for setting up secure VPNs, ensuring data integrity, confidentiality, and authenticity. On the other hand, a GRE (Generic Routing Encapsulation) tunnel is a simple, point-to-point connection

Introduction to IPsec and GRE Tunnel Configuration (Using Certificates) Read More »

What is Recursive Routing?

Recursive routing is a method used in networking to determine the best path to a destination by resolving intermediate routes. It involves a process where a router checks its routing table to find the next-hop IP address and then performs another lookup to find the physical interface or actual next-hop that can reach this next-hop

What is Recursive Routing? Read More »

MikroTik Scripting

MikroTik Scripting Reference Guide

MikroTik scripting is a powerful tool for automating tasks and managing devices in RouterOS. This guide provides a detailed overview of scripting in MikroTik, including best practices, syntax, and examples. Basics of MikroTik Scripting MikroTik scripts are written in a simple language similar to a command-line interface. They are executed in sequence and can be

MikroTik Scripting Reference Guide Read More »