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 … Script auto installer OpenVPN on UbuntuRead more
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 … Script Mikrotik with static IP for client without DHCP server and only allows internet access to clients with assigned IPRead more
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 … Class IP address and public & private IP addressRead more
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 … Mikrotik load balance with 3 ISP, 2 ISP with ECMP and 1 ISP for static routingRead more
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 … Mount SFTP as a Local Storage on UbuntuRead more