Giter Club home page Giter Club logo

badass's Introduction

BADASS

This network administration project consists in the simulation of a network using GNS3 and Docker images.

The project runs on a Parrot Virtual Machine and is split in three parts:

  • Basic configuration of GNS3 with a host and a router running from a Docker image.
  • VXLAN network with dynamic multicast
  • A datacenter-like network with BGP EVPN

VM installation

  • Creating a VM with ParrotOS
wget https://download.parrot.sh/parrot/iso/4.11.3/Parrot-home-4.11.3_virtual.ova
  • Enabling SSH
sudo apt-get install openssh-server
systemctl enable ssh
systemctl restart ssh
  • Installing our tools on our VM see config.sh

  • Building our Docker images

docker build ./images/ -t host --target host
docker build ./images/ -t router --target router

Part 1: GNS3 x Docker

The first part works as an introduction to GNS3. We need to set up a host and a router using our Docker images and we must be able to connect to both machines through the GNS3 interface.

Run gns3 P1/P1.gns3project in order to start the simulation.

Part 2: VXLAN

VXLAN (Virtual Extensible LAN) is a network virtualization technology that solves the VLAN 4K addresses limitation.

P2-image

Run gns3 P2/P2.gns3project in order to start the simulation.

Part 3: BGP EVPN

P3-image

Run gns3 P3/P3.gns3project in order to start the simulation.

badass's People

Contributors

0x050f avatar bafraikin avatar harthann avatar louisabricot avatar

Watchers

 avatar

badass's Issues

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.