Skip to content

Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.

License

Notifications You must be signed in to change notification settings

TheHellishPandaa/network-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

network-profile

Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.

Installation & Usage

Clone the repository:

  1. Clone the repository:

    gh repo clone TheHellishPandaa/network-profile
  2. Navigate to the script's directory:

    cd network-profile
  3. Make the script executable:

    chmod +x network-profile.sh
  4. 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.

About

Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages