Giter Club home page Giter Club logo

Comments (2)

nbrownus avatar nbrownus commented on July 24, 2024

We currently only reason about packets in IP frames. TAP would need us to deal with ethernet frames as well. Can you tell us more about your motiviation for TAP?

from nebula.

bmullan avatar bmullan commented on July 24, 2024

@nbrownus

Hi Nathan. I retired from 20 yrs at Cisco Systems in 2014 and spend alot of time helping schools w/technical projects.

I do alot of work with Ubuntu and LXD Containers . LXD containers are thought of as "system" containers because they run a complete linux distro (fedora, centos, debian, ubuntu, alpine etc) vs Docker which is often termed an "application" container.

However, both LXD and Docker containers connect to their Host/Server using a Bridge by default.

  • An LXD Host/Server creates a LXDBR0 bridge which by default all LXD containers on that Host connect to.
  • All Docker installations represent the docker0 network with bridge; Docker connects to bridge by default.

As a Bridge by definition is L2 having an L2 (TAP) capability makes using a VPN much easier to implement & use. Yes, in both LXD or Docker you could implement VXLAN and GRETAP over Nebula (or WireGuard) L3 VPN then bridge that to the LXDBR0 or Docker Bridge at L2.

But that would increase complexity and add some overhead.

So at least for my use-case the availability of a TAP device would make Nebula much easier/simpler to utilize.

As FYI a diagram of my use-case is below.
I "think" you can click on it to enlarge it to get an idea of what I want to do.

CIAB Overview Diagram (generic)

from nebula.

Related Issues (20)

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.