Giter Site home page Giter Site logo

Comments (2)

troglobit avatar troglobit commented on June 3, 2024

Hi,

I'm taking my first stumbling steps with Wireguard myself, so it's nice to hear back from users trying it out with mrouted as well! :)

From what I gather you seem to be able to run Wireguard in many different setups. My VPN provider give me a routed point-to-point L3 link. The interface in Linux has the following flags: POINTOPOINT,NOARP,UP,LOWER_UP

From those flags I can tell you mrouted will automatically filter out the wireguard interface, because the MULTICAST flag is not set. Also, for this to work, besides that missing flag, you'd need to have another mrouted instance running on the other side of the tunnel.

For things to work, you have to set up tunnels between multicast capable islands. In the early beginnings this was done with IP-IP tunnels, which mrouted has built-in support for (as long as you have the kernel module loaded), but today most people use GRE tunnels to connect routing domains. I.e., you can run Wireguard in whatever mode you like, as long as you then have a GRE tunnel on top of that and use the greN interface in your mrouted .conf. If you set up GRE, remember to check that the MULTICAST flag is set.

from mrouted.

troglobit avatar troglobit commented on June 3, 2024

Closing, no reply within a reasonable time frame.

from mrouted.

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.