Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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