Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.
Clone the repository:
-
Clone the repository:
gh repo clone TheHellishPandaa/network-profile
-
Navigate to the script's directory:
cd network-profile
-
Make the script executable:
chmod +x network-profile.sh
-
Run the script:
./network-script.sh
You can use, download or modify this script ;)
Bash script that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server. This script is designed to be run on Linux distributions that use ip and systemd for network management, such as Ubuntu 18.04 and later. This script is designed to configure network interfaces (both wired and wireless) on a Linux-based system. It setup either a wired or wireless connection based on the user's choice.
This is not final version.