Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thehellishpandaa/network-profile

Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.
https://github.com/thehellishpandaa/network-profile

bash linux network network-analyzer network-monitor netwrk netwrk-profile nework wireless

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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**:

```bash
gh repo clone TheHellishPandaa/network-profile
```

2. **Navigate to the script's directory**:

```bash
cd network-profile
```

3. **Make the script executable**:

```bash
chmod +x network-profile.sh
```

4. **Run the script**:

```bash
./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.