Linux Configuration - morgan-hanrahan/Tech-Journal GitHub Wiki

Networking dhcp01

dhcp01 Network Settings

IP address/Netmask: 10.0.5.3/24

Gateway: 10.0.5.2

DNS: 10.0.5.5

Search Domain: morgan.local

Hostname: dhcp01-morgan

nmtui application

  1. Login with default credentials
    • user: root ; password: Ch@mpl@1n!21
  2. Check to see if there is an ip address assigned using ifconfig.
  3. Run "nmtui" and open the gui
  4. Open ens192
  5. Arrow down to the IPv4 Configuration, go to the Automatic setting, hit enter and change to Manual
  6. Arrow over right to Show Option. Hit Enter
  7. Add the address with the subnet mask, along with the gateway, DNS servers, and domain.
  8. Make sure Automatically connect is selected
  9. Select
  10. Hit
  11. Set system hostname, hit OK and quit

Check to see if this worked by running "ifconfig"

  1. Run "systemctl restart network"
  2. Run "ifconfig"

Add a Privileged User

  1. Run: useradd [name]
  2. Run: passed [name]
  3. Run: usermod -aG wheel [name]

Remote Access from ad01

On PowerShell run the command: ssh morgan@dhcp01-morgan

  • login with the password to gain remote access