Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehellishpandaa/zennetforge
script you can configure an ubuntu system as if it were a gateway, being able to configure the networks interfaces, DHCP server, Firewall, local DNS server, SAMBA Server, NextCloud Server and more.
https://github.com/thehellishpandaa/zennetforge
bash bash-script gateway linux samba-server sftp-server ubuntu-server
Last synced: 29 days ago
JSON representation
script you can configure an ubuntu system as if it were a gateway, being able to configure the networks interfaces, DHCP server, Firewall, local DNS server, SAMBA Server, NextCloud Server and more.
- Host: GitHub
- URL: https://github.com/thehellishpandaa/zennetforge
- Owner: TheHellishPandaa
- License: gpl-3.0
- Created: 2024-11-11T13:23:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T01:30:24.000Z (about 1 month ago)
- Last Synced: 2024-11-20T02:25:26.549Z (about 1 month ago)
- Topics: bash, bash-script, gateway, linux, samba-server, sftp-server, ubuntu-server
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZenNetForge
ZenNet is open source script that configure a gateway server, DHCP Server and more..., released under the GNU General Public License (GPL) and runs on top of Ubuntu GNU/Linux.With this script you can configure an ubuntu system as if it were a gateway, being able to configure a DHCP server (with mac filter), Firewall, local DNS server, and more.
A Script for set a Server for Enthusiasts
## Prerequisites
- Root Access: This script must be executed with root privileges.
- Supported System: Ubuntu 20.04 or newer (adjustments may be required for other distributions).
## Installation & Usage
Clone the Repository (or copy the script directly from this repository):
```bash
git clone https://github.com/TheHellishPandaa/ZenNetForge.git
```
```bash
cd ZenNetForge
```
Make the Script Executable:```bash
chmod +x ZenNet.sh
```Run the Script as Root:
sudo ./ZenNet.sh
## License
This project is licensed under the GNU General Public License v3.0.
## Mentions
This script is based of Zentyal Server, many thanks for the developers of Zentyal Server @brunolorente, @novadevs-opensource, @jacalvo and other developers