All Projects → inognet → pocketinternet

inognet / pocketinternet

Licence: MIT license
A Pocket Internet for teaching how the Internet really works.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pocketinternet

Peering Manager
Peering sessions management tool
Stars: ✭ 189 (+575%)
Mutual labels:  internet, bgp, routing
hphr
Halophile Router (a VyOS-based, SaltStack-automated, NetBox-configured router for small provider networks)
Stars: ✭ 39 (+39.29%)
Mutual labels:  ipv6, bgp
ipv6
IPv6-adresse.dk source & data
Stars: ✭ 27 (-3.57%)
Mutual labels:  ipv6, internet
Bgp Dashboard
BGP Dashboard and Monitoring Web Application
Stars: ✭ 268 (+857.14%)
Mutual labels:  ipv6, bgp
Bgpalerter
Software to monitor streams of BGP data. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, and more.
Stars: ✭ 367 (+1210.71%)
Mutual labels:  internet, bgp
pim6sd
PIM for IPv6 sparse mode daemon
Stars: ✭ 15 (-46.43%)
Mutual labels:  ipv6, routing
geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+1771.43%)
Mutual labels:  ipv6, routing
Frr
The FRRouting Protocol Suite
Stars: ✭ 2,009 (+7075%)
Mutual labels:  bgp, routing
Ship
A simple, handy network addressing multitool with plenty of features
Stars: ✭ 81 (+189.29%)
Mutual labels:  ipv6, internet
Corerad
CoreRAD is an extensible and observable IPv6 Neighbor Discovery Protocol router advertisement daemon. Apache 2.0 Licensed.
Stars: ✭ 82 (+192.86%)
Mutual labels:  ipv6, routing
China Operator Ip
中国运营商IPv4/IPv6地址库-每日更新
Stars: ✭ 1,255 (+4382.14%)
Mutual labels:  ipv6, bgp
Looking Glass
Easy to deploy Looking Glass
Stars: ✭ 233 (+732.14%)
Mutual labels:  bgp, routing
The router
TheRouter is a software packet router based on DPDK an NPF libraries.
Stars: ✭ 123 (+339.29%)
Mutual labels:  ipv6, bgp
sixxsd
sixxsd - The SixXS Daemon - IPv6 Tunnel & Routing Engine
Stars: ✭ 19 (-32.14%)
Mutual labels:  ipv6, routing
Arouteserver
A tool to automatically build (and test) feature-rich configurations for BGP route servers.
Stars: ✭ 181 (+546.43%)
Mutual labels:  bgp, routing
ebook
Third edition of the Computer Networking: Principles, Protocols and Practice ebook
Stars: ✭ 64 (+128.57%)
Mutual labels:  ipv6, bgp
rtrlib
An open-source C implementation of the RPKI/Router Protocol client
Stars: ✭ 62 (+121.43%)
Mutual labels:  bgp, routing
neteng-roadmap
Network Engineering at Scale Roadmap/Landscape
Stars: ✭ 53 (+89.29%)
Mutual labels:  bgp, routing
Cnp3
Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
Stars: ✭ 471 (+1582.14%)
Mutual labels:  ipv6, bgp
Beluganos
The new network OS designed for white-box switches based on open API.
Stars: ✭ 95 (+239.29%)
Mutual labels:  ipv6, bgp

Pocket Internet

A Pocket Internet for teaching how the Internet really works.

Mission statement & Background

Background: providing a fully automated lab environment for running training workshops or testing features at scale. The idea was originally formulated by Cristian Sirbu for the NetEngCode Hackathon in Dublin (Apr 2017) and subsequently kickstarted by an awesome team at the RIPE NCC IPv6 Hackathon in Copenhagen (Nov 2017).

Idea: an infinitely scalable topology that interconnects small pods (ISPs) into a procedurally generated network (the Internet). Each pod design would be based on a blueprint inspired from real life SPs (e.g. transit, IXP, broadband, content) and be as lightweight as possible, while still allowing for enough policy/complexity to be built in, so that many of them can be run at the same time on IaaS at low cost.

Goal: teach Internet technologies and concepts (BGP, DNS, HTTP, CDN, IPv4/v6, DHCPv4/v6, NAT64, routing policy) and automation in an environment that emulates a simplified version of the actual Internet. Stretch goals: developing more advanced policies, monitoring, mapping or testing new BGP extensions.

Design and Documentation

Documentation for the project can be found under the docs folder.

Demo

A pre-packaged VM with the demo topology showcased at the RIPE hackathon is in the works. You can find the code and instructions for running it in your own VM here.

Setup

Prerequisites

Before cloning this repo, you should ensure you have docker installed. Please note that due to the amount of private address space we use within Docker for our addressing scheme we recommend using a clean machine that you are not already using Docker with for this, as our first step reconfigures the Docker daemon to not conflict with our allocated addressing.

To help getting started with this, we are planning to write a Vagrantfile to bring up a basic Docker host.

Running PocketInternet

First, install using python setup.py install.

Once done, a one-off Docker configuration should be applied. Do this using sudo pocketinternet configure-docker.

Once that has been done your one-time setup has been completed. Next, deploy your lab using pocketinternet setup.

This uses lab.yml by default, however a different yml file can be specified using the -c filename.yml command line flag.

Contributing

We appreciate your input! We'd like to make contributing to this project as easy and transparent as possible, be it:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

We use GitHub to host code, to track issues and feature requests, as well as accept pull requests. The process is explained here - Github Flow - and we're happy to help you get on your way to contributing to the project!

Please read more about the contribution guidelines and project code of conduct here.

Acknowledgements

Maintained by Cristian Sirbu and contributors.

The project was kickstarted through 2 hackathons by the following awesome people:

  • Henrik Kramshøj
  • Harry Reeder
  • Evangelos Balaskas
  • Andy Mindnich
  • Samer Lahoud
  • Dónal O Duibhir
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].