Skip to main content

Posts

Showing posts from November, 2024

How to install Nginx Proxy Manager on proxmox 8.3.2 container

How to Identify Unused IPs and Configure Static & DHCP IPs on Ubuntu Server

  Video Training In this blog, I'll walk you through finding unused IP addresses using Advanced IP Scanner and configuring a static IP on an Ubuntu server. I'll also show you how to switch back to DHCP with a few simple adjustments in the network configuration file. Let's start! Finding Unused IP Addresses with Advanced IP Scanner Finding unused IP addresses within your network is crucial for setting up a new server or device without causing IP conflicts. I recommend using Advanced IP Scanner , a free and user-friendly tool. Download and Install Advanced IP Scanner Head over to the Advanced IP Scanner official website and download the tool. Scan Your Network Launch the software, enter the IP range of your network (e.g., 192.168.1.1 to 192.168.1.255 ), and start the scan. The tool will display all the devices currently connected to your network and their IPs. You can use multiple networks as well.  Identify Unused IPs This tool will only show you the used IP Addres...

Set Up Your Own VPN Server on Linux with Webmin - Step-by-Step Guide!

 (Video Training) Setting up a VPN can give you more control over your network’s security, whether for personal use or remote access to private networks. This guide will walk you through configuring a PPTP (Point-to-Point Tunneling Protocol) VPN server on Linux using Webmin. PPTP is a widely supported VPN protocol, and Webmin provides an intuitive interface for managing it. Why Use Webmin for PPTP VPN Setup? Webmin simplifies the process of setting up a VPN server, even for users unfamiliar with the Linux command line. With Webmin, you can install, configure, and manage your PPTP VPN with ease—all from a web-based interface. Prerequisites Before starting, make sure you have: A Linux server (e.g., Ubuntu, Debian, or CentOS). Root or sudo access to the server. Webmin installed. (If you haven’t installed Webmin yet, follow the steps in How to Install Webmin on Linux . Install and Configure PPTP in Webmin Login to Webmin: Open a browser and go to https://your-server-ip:10000 . L...