The ip command is a new networking command-line utility that is used to assign an IP address to a network interface or configure/update useful network variables on a Linux system. It is a part of the iproute2 package and offers several network administration tasks such as bringing up or down network interfaces, assign and remove
In this tutorial, I will show you how to set up a static IP address on a CentOS 8 server. I will show you three different ways to set up a static IP address by using nmcli, nmtui and by editing the interface configuration file directly. For this guide, we will set up a static
The method of configuring IP address on Ubuntu 18.04 LTS is significantly different than the older methods. Unlike the previous versions, the Ubuntu 18.04 uses Netplan utility. It is a new command line network configuration utility, to configure IP address. Netplan has been introduced by Ubuntu developers in Ubuntu 17.10. In this new approach, we
The method of configuring IP address on Ubuntu 18.04 LTS is significantly different than the older methods. Unlike the previous versions, the Ubuntu 18.04 uses Netplan , a new command line network configuration utility, to configure IP address. Netplan has been introduced by Ubuntu developers in Ubuntu 17.10. In this new approach, we no longer
This tutorial explains how to set 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. Network configuration on Ubuntu 17.10 and newer The network configuration has
When running a server that can be accessed from an open or public network such as Internet, then it is always a good System Administration practice to monitor access to your server. One good thing in monitoring access to your server is the existence of access log file(s) that store information about every access activities