Configured hostname to host.example.com
hostnamectl set-hostname host.example.com
View the status of the system’s fully qualified host
name
hostnamectl status
In what file is the static host name specified in?
/etc/hostname
Test DNS server connectivity for classroom.example.com
host classroom.example.com
or
host 172.25.254.254
Configure network service to start at boot time.
systemctl enable network.service
how to create a new NIC called eno2 with IPv4 192.168.0.5/24 and gateway 192.168.0.1
nmcli con add con-name eno2 type ethernet ifname eno2 ipv4.address 192.168.0.5/24 ipv4.gateway 192.168.0.1