Address - page 2

How to find and change the MAC address on Linux
How to find and change the MAC address on Linux ifconfig. Ifconfig enp2s0 down. ifconfig enp2s0 hw ether 000000000001. ifconfig enp2s0 up. apt install...
How To Check Your IP Address in Ubuntu [Beginner's Tip]
Find your IP address Open the Activities overview and start typing Settings. Click on Settings. Click on Network in the sidebar to open the panel. The...
How To Configure Static IP Address on CentOS 8/7
How to configure a static IP address on CentOS 7 / RHEL 7 Create a file named /etc/sysconfig/network-scripts/ifcfg-eth0 as follows DEVICE=eth0. BOOTPR...
6 Ways to Find Your Private IP Address in CentOS 8
6 Ways to find private IP address in CentOS 8 $ ip a. $ ip addr. $ ifconfig. $ sudo yum -y install net-tools. $ hostname -I. $ nmcli. $ ip route. How ...
How to change the MAC Address on CentOS 8
You can also change the MAC address from the configuration file, for this open up the configuration file of that specific interface. Add/Edit the MACA...
How to display IP Address of your PC in the Top Panel in Ubuntu
Displaying IP Address in Ubuntu's Top Panel (System Tray) You can do it from “Activities” or simply use keyobard shortcut <Ctrl> <Alt> &lt...
How to Find/Get your IP Address in Linux
The following commands will get you the private IP address of your interfaces ifconfig -a. ip addr (ip a) hostname -I | awk '{print $1}' ip route get ...
Setup Static IP on Ubuntu 18.04 LTS Desktop and Server Operating System
To configure a static IP on your Ubuntu Desktop 18.04 LTS graphically, open the Settings app and go to Network. Here, you should see all the available...
How to Configure HP ProLiant iLO / IPMI via ESXi CLI
How do I enable IPMI on my HP server? How configure iLO IP on HP server? How do I change my IP address from ESXi to iLO? How do I find my iLO IP addre...
Linux ip Command with Examples
The syntax for the ip command is as follows ip [ OPTIONS ] OBJECT { COMMAND | help } ip addr [ COMMAND ] ADDRESS dev IFNAME. ip addr add ADDRESS dev I...
How to Get my IP Address in Linux
The following commands will get you the private IP address of your interfaces ifconfig -a. ip addr (ip a) hostname -I | awk '{print $1}' ip route get ...
How to Assign Multiple IP Addresses to a Single Network Interface on CentOS 8
How do I assign multiple IP addresses to one network interface CentOS? How do I assign multiple IP addresses to one NIC? Can you add more than 1 IP ad...