Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thehellishpandaa/dhcp-server

script for managing a DHCP server installation and configuration on an Ubuntu system
https://github.com/thehellishpandaa/dhcp-server

automation bash dhcp-server gateway linux linux-router network service shell shell-script ubuntu-server

Last synced: about 8 hours ago
JSON representation

script for managing a DHCP server installation and configuration on an Ubuntu system

Awesome Lists containing this project

README

        

# DHCP-Server

script for managing a DHCP server installation and configuration on an Ubuntu system

# Installation & Usage

1. **Clone the repository**:

```bash
git clone https://github.com/TheHellishPandaa/DHCP-Server.git
```

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

```bash
cd DHCP-Server
```

3. **Make the script executable**:

```bash
chmod +x DHCP-Server.sh
```