Giter Club home page Giter Club logo

agh-ix's Introduction

AGH-IX

Build CodeQL Code style: black

Logo

Project AGH-IX goal is to create first in Poland automatic virtual internet exchange point. It will allow its users to establish BGP peering with themselves directly or via Route-Server. Operations of this IX will be completely automatic, with little to no interference from NOC operator.

Authors

Run locally for the first time

  1. Clone the project
  git clone https://github.com/SKN-Telephoners/AGH-IX.git
  1. Go to the project directory
  cd AGH-IX
  1. Create a token in zerotier.token file

Init DB, stop the container with ctrl+c when the initialization ends

docker compose run db
  1. Migrate DB schema
docker compose run web python manage.py migrate
  1. (Optional) Create superuser
docker compose run web python manage.py createsuperuser
  1. Start the virtual exchange point
  docker compose up

Run locally

docker compose up

Roadmap

  • Testing arouteserver, checking it with bird and figuring out whether it can be easily implemented as a backend to check if asns, ip addresses are correct (RPKI, ROA), and if configuration is easily generated - [✅done]

  • Creating backend with the ability to create and check status of vpn sessions zerotier API, Status of both BGP sessions and VPN sessions (bridged together) to be accessible from the frontend - [✅done]

  • Frontend Django - [✅done]

  • Nice clean website, integrated with a db with the ability to register and login for the IX users. The ability to enter resources ASN, IPs, ability to select session type IPv4, IPV6, IPv4+IPV6. ability to select VPN type (zerotier, gretap, vxlan) If everything checks out, establish and show parameters necessary to establish session, tunnel for the client side.- [✅done]

  • Django Admin Panel - [✅done]

  • Dockerize App as a set of microservices started with docker-compose - [✅done]

  • LookingGlass? - [❌tbd]

  • Checking if members adhere to security rules. Netflow? PacketCapture? Detecting port scans? - [❌tbd]

  • Notify users by mail if their session is down, if they violate rules - [❌tbd]

Contributing

Contributions are always welcome!

Support

For support, email [email protected] or [email protected].

Contact us to get started.

Please adhere to this project's code of conduct.

Acknowledgements

License

GPL3

Screenshots

image

agh-ix's People

Contributors

bpgrabi avatar ddominet avatar dependabot[bot] avatar piotrwodecki avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

mvandermeulen

agh-ix's Issues

Create a dynamic multipoint graph

Create a pointed graph that is dynamically updated and can show in real time the amount of data being sent on the network between the nodes. This is only possible for VXLAN and GRETAP connections.
image

Add all VPN connecting methods

  • Add VXLAN
    • Find a way to create VPN connections inside another container (REST service?)
    • Filter provided IP
    • Generate assigned IP
    • Provide generated IP address
    • Enable UI
  • Add GRETAP

Add a button to remove connections

Only ZeroTier implementation required for now

  • Add Bootstrap5 button in the UI
  • Deauthorize member
  • Delete member
  • Remove connection from the DB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.