Linux Tutorials on the topic “networking”
-
Dynamic vs. Static IP Addresses: A Guide for Novice Linux Users
Author: howtoforge • Tags: linux, networking • Comments: 1 • Published: Sep 11, 2024Understanding the difference between dynamic and static IP addresses is crucial whether you're working on a home network, setting up a server, or just learning the ropes of Linux networking. This guide will walk you through the concepts of dynamic and static IP addresses, their advantages and disadvantages, and when to use each one.
-
Understanding Network Interface Ports in Linux
Author: howtoforge • Tags: linux, networking • Comments: 0 • Published: Sep 10, 2024A network interface is a software or hardware component that enables a Linux system to connect to a network. This connection allows your device to communicate with other devices over a network, whether it’s a local area network (LAN) or the broader internet.
-
How to whitelist an IP in Fail2ban on Debian Linux
Author: oufcomm • Tags: ispconfig, linux, networking, security • Comments: 7 • Updated: May 31, 2024How to whitelist an IP in Fail2ban on Debian Linux. Fail2Ban is used to protect servers against brute force attacks. Fail2ban uses iptables to block attackers, so, if we want to add permanent IP address and never be blocked, we must add it in the config file.
-
-
How to Install Arkime Moloch Packet Capture Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: monitoring, networking, security, server, ubuntu • Comments: 0 • Published: Apr 05, 2024Arkime is a free, open-source, large-scale indexed packet capture and search tool that stores and indexes network traffic in PCAP format. This tutorial will show you how to install the Arkime Packet Capture tool on Ubuntu 22.04.
-
How to Install NetBox IRM on Debian 12
Author: Arvid L • Tags: debian, linux, networking, server • Comments: 0 • Published: Oct 02, 2023NetBox is an Infrastructure Resource Modelling (IRM) designed for network automation and infrastructure engineering. In this guide, we'll show you how to install NetBox IRM on Debian 12 server step-by-step.
-
How to Rename Network Interfaces to eth0 on CentOS
Author: Muhammad Arul • Tags: centos, linux, networking, server • Comments: 0 • Published: Sep 14, 2023In this article, we will learn about the Linux interface naming. You will learn how the network interface on Linux named eth(X), ens(X), eno(X), etc.
-
How to Install Etherpad on AlmaLinux 9
Author: Arvid L • Tags: linux, networking • Comments: 0 • Published: May 24, 2023Etherpad is a free and open-source alternative to Google Docs and Zoho Writer services. Etherpad is a collaborative and real-time text editor for your team, it's accessible from anywhere at any time because Etherpad is a web-based text editor.
-
How to Install Ntopng to Monitor Network Traffic on Debian 11
Author: sohan patel • Tags: debian, linux, networking • Comments: 0 • Published: Mar 16, 2023Ntopng is an open-source network monitoring tool that monitors real-time network traffic from a web interface. In this article, you will learn how to install Ntopng on Debian 11.
-
Linux Basics - Set a Static IP on Ubuntu
Author: galiclick • Tags: networking, ubuntu • Comments: 36 • Updated: Feb 25, 2023Set a static IP on Ubuntu. All Ubuntu versions, from Ubuntu 22.04, and Ubuntu 20.04 down to Ubuntu 12.04, are covered in this tutorial. The guide explains setting a static IP on an Ubuntu system from the command line. It covers the network configuration for all recent Ubuntu versions and includes instructions to configure a static IP address, set the hostname, and configure name resolving.
-
How to Install and Configure OpenVPN Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, networking, security, server, ubuntu • Comments: 5 • Published: Feb 09, 2023In this tutorial, we will install OpenVPN on a Ubuntu 22.04 server, configure it to be accessible from a client machine, and create a VPN connection between them to redirect all the traffic from the client through the OpenVPN server.