How to install, configure, and use mutt with a gmail account on Linux ; Enable/Disable Firewall on Manjaro Linux ; How to add/remove user on Manjaro Linux ; How to setup a static IP address on Manjaro Linux ; Manjaro Linux kernel headers installation ; How to verify the integrity of a Linux distribution iso image
This section introduces changing the IP address on an interface, changing the default gateway, and adding and removing a static route. With the knowledge of ifconfig and route output it's a small step to learn how to change IP configuration with these same tools. A user came to me today with the following quote: "I can't print from the linux." The IP was changed a month ago and apparently we don't do much printing from "the linux." All of that aside, I want to go into cups and change the IP address but before I proceed I want to know the current settings. Before going any further, let's check the 'eth1' IP address using the command below. ifconfig eth1. Below is the result. As a result, the 'eth1' interface has an IP address '192.168.10.215'. For this guide, we will set up a new static IP address for the 'eth1' interface with the new IP address '192.168.10.100'. Jun 07, 2018 · To change the static IP address assigned to our machine, perform the following steps: Step 1 : First of all, open Terminal. Enter “ ip addr show ” command to see the available network adapter whom you want to change the IP address and press execute.
Oct 14, 2019 · Unlike desktop machines where you can use dynamic IP addresses, on a server infrastructure, you will need to setup a static IP address (at least in most cases). Read Also: How to Set or Change System Hostname in Linux