Changing IP Addressing - wAlber47/Tech-Journal GitHub Wiki
- Check to see if an IP address has been assigned, using
ifconfig
. - Use the
nmtui
command, then change these settings:- IPv4 from Automatic to Manual.
- IP Address and Subnet Mask: 10.0.5.3/24
- Gateway: 10.0.5.2
- DNS: 10.0.5.5
- williamalber.local (or william.local)
- Hostname: dhcp01-williamalber
- Make sure to apply your changes before you leave the GUI.
- Use the command,
systemctl restart network
.