Change an IP address from dynamic to static with a bash script
Tuesday, 31 May 2022
Add Comment
Changing the IP address of a Linux system from dynamic to static is not difficult, but requires a little care and a set of commands that you likely rarely use. This post provides a bash script that will run through the process, collect the needed information and then issue the commands required to make the changes while asking as little as possible from the person running it.
The bulk of the script focusses on making sure that the correct settings are used. For example, it collects the 36-charater universally unique identifier (UUID) from the system so that you never have to type it in or copy and paste it into place.
from Network World https://ift.tt/gxd9wQM
Genrerating Link.... 15 seconds.
Your Link is Ready.
0 Response to "Change an IP address from dynamic to static with a bash script"
Post a Comment