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
- Login with default credentials
- user: root ; password: Ch@mpl@1n!21
- Check to see if there is an ip address assigned using ifconfig.
- Run "nmtui" and open the gui
- Open ens192
- Arrow down to the IPv4 Configuration, go to the Automatic setting, hit enter and change to Manual
- Arrow over right to Show Option. Hit Enter
- Add the address with the subnet mask, along with the gateway, DNS servers, and domain.
- Make sure Automatically connect is selected
- Select
- Hit
- Set system hostname, hit OK and quit
Check to see if this worked by running "ifconfig"
- Run "systemctl restart network"
- Run "ifconfig"
Add a Privileged User
- Run: useradd [name]
- Run: passed [name]
- 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