Lab 3 - JadenGil/Jaden-Tech-Journal GitHub Wiki
To set a static IP address you can use the nmtui command which is super simple. Or you could change your directory and use VI to change the ifcfg file and insert the following key Values: BOOTPROTO=none ONBOOT=yes IPADDR=10.0.5.200 PREFIX=24 GATEWAY=10.0.5.2 DNS1=10.0.5.5 DOMAIN=example.local (I would use my own information this is place holder)