Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thehellishpandaa/dhcp-server
- Owner: TheHellishPandaa
- License: gpl-3.0
- Created: 2024-11-05T19:57:42.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:14:50.000Z (7 days ago)
- Last Synced: 2024-11-10T19:22:22.731Z (7 days ago)
- Topics: automation, bash, dhcp-server, gateway, linux, linux-router, network, service, shell, shell-script, ubuntu-server
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```