Changing IP Addressing - wAlber47/Tech-Journal GitHub Wiki

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