To set up OpenVPN on Ubuntu with an auto-installer script, you can use the OpenVPN road warrior installer. This script automates the installation and configuration process. Here are the steps to install…
Month: January 2024
Script Mikrotik with static IP for client without DHCP server and only allows internet access to clients with assigned IP
To configure a MikroTik router to allow only specific devices with assigned static IP addresses to access the internet, you can create a script that assigns static IP addresses to clients and…
Class IP address and public & private IP address
IP addresses are divided into classes based on their first octet. The three main classes are A, B, and C. Each class has a different range of possible values for the first…
Mikrotik load balance with 3 ISP, 2 ISP with ECMP and 1 ISP for static routing
Configuring load balancing with MikroTik for three ISPs, where two ISPs use Equal-Cost Multi-Path (ECMP) and the third ISP employs static routing, involves a combination of routing policies and firewall rules. Below…
Mount SFTP as a Local Storage on Ubuntu
To mount a remote SFTP (SSH File Transfer Protocol) directory to a local Ubuntu system, you can use the sshfs command. This allows you to access and interact with the remote files…