Geen omschrijving

Roberto Bertó 02f1f665e7 Update README.md 5 jaren geleden
.github b9c572f9d0 vycenter is being changed to vycontrol 5 jaren geleden
vycontrol d5ea473732 global perm check review #41 / add username on top of each view #64 5 jaren geleden
.dockerignore b927f53f93 docker 5 jaren geleden
.gitignore 7a7488488a interface rename && firewall basic add rules 5 jaren geleden
Dockerfile f5f3417a34 changed vycenter to vycontrol 5 jaren geleden
LICENSE 1d0c199366 fixed license 5 jaren geleden
README.md 02f1f665e7 Update README.md 5 jaren geleden
docker-compose.yml b927f53f93 docker 5 jaren geleden
requirements.txt 4d9181aae3 first API working version 5 jaren geleden

README.md

VyControl

It will work with a single VyoS server or to multiple VyOS servers, so datacenters which do not want share same firewall to different customers will not need to install several VyControl to each customer. That's why the name VyControl.

community, help and development

roadmap

current version

  • 20.05.01 - version created to start project framework, organize permission systems and concept test with some firewall and interface functions and statics routes

future versions

  • 20.05.02 - working firewall without zones
  • 20.05.07 - vlans / interfaces deep configuration
  • 20.05.10 - working firewall with zones
  • 20.06.01 - commit, save, load and system login
  • 20.06.03 - granular permissions and improvements
  • 20.06.09 - save/commit/load features and ssh / logins
  • 20.06.10 - lost password
  • 20.06.13 - ipsec features
  • 20.06.15 - layout
  • 20.06.20-LTS - OSPF features
  • 20.07.01 – FastNetMon one-click integration
  • 20.07.05 – Finish firewall options
  • 20.08.01 - s3 backup scheduler and commit confirm
  • 20.08.05 - improve permissions cleanups
  • 20.12.10 - ipv6 milestone
  • 20.12.20 - depend on a third party

lifecycle

  • initially LTS (Long Term Support) versions will be supported by 6 months just to bugfixes
  • in the future we will extend the time span of LTS versions

installation

  • for your security edit SECRET_KEY in inside Django settings.py and change to something random, maybe using

    openssl rand -hex 32
    

by dockerhub

latest VyControl is being autobuilt at dockerhub https://hub.docker.com/r/robertoberto/vycontrol

docker pull robertoberto/vycontrol

by docker composer

Right now we are using db.sqlite3, but I used composer so we can change to mySQL if needed.

docker-compose build
docker-compose  up

manual install instructions

setup virtual env and pip requirements

virtualenv env
source env/bin/activate
pip3 install -r requirements.txt

setup initial database

cd vycenter
python3 manage.py migrate

run webserver

python3 manage.py runserver

access webpage

http://127.0.0.1:8000/

setup vyos new instance

references

screenshoots (keep in mind we're in early alpha stages)

Install VyControl

Install VyControl

List Users

List Users

List VyOS Instances

List VyOS Instances

Add VyOS Instances

Add VyOS Instances

List Interfaces

List Interfaces

List Firewall

List Dashboard

Add Firewall Rule

Add Firewall Rule

List Static Routes

List Static Routes

Sponsoring

  • VyControl is being tested at Under a Brazilian provider of Cloud Computing and Datacenters.