Code Monkey home page Code Monkey logo

ipsec-app's Introduction

ipsec-app

IPsec DEMONSTRATION as emulation project

How to install for devs

1. npm

$ npm install

2. python virtual env

$ python3 -m venv venv

3. activate venv (note that routers cannot work under windows)

(windows) .\venv\Scripts\activate
(linux) source venv/bin/activate

4. install python libs

$ pip install -r requirements.txt OR pip3 install -r requirements.txt

How to run

npm start

How its working (step by step)

Testing network setup

network


Example addressation


ID Network address Subnet mask Usable Host IP Range
1 127.0.0.16 255.255.255.240 127.0.0.17 - 127.0.0.30
2 127.0.0.32 255.255.255.240 127.0.0.33 - 127.0.0.46
3 127.0.0.48 255.255.255.240 127.0.0.49 - 127.0.0.62
Device name IP Network ID
Router 1 127.0.0.16 1
Host 1 127.0.0.17 1
Router 2 127.0.0.32 2
Router 3 127.0.0.48 3
Host 2 127.0.0.49 3

ipsec-app's People

Contributors

sekkabak avatar filip-andrejczyk avatar weronika-buras-wat avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

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.