Giter Club home page Giter Club logo

Comments (7)

rawdigits avatar rawdigits commented on July 24, 2024

Thanks for writing in!

If I remember properly, we check the packet and only allow UDP and TCP, currently. I think you could modify the firewall code to allow another protocol, but we've never tested this and can't speak to whether we will officially support it...

https://github.com/slackhq/nebula/blob/master/firewall.go#L24-L25 - as a quick test, depending on your needs, perhaps you could just swap out UDP for GRE as a quick test.

from nebula.

nbrownus avatar nbrownus commented on July 24, 2024

Something else is weird here. The local ip is routable and so the firewall is likely dropping the packet because it doesn't match the ip the receiving host has been assigned https://github.com/slackhq/nebula/blob/master/firewall.go#L353

from nebula.

villain avatar villain commented on July 24, 2024

its trying to forward a tcp packet over nebula. the gre/openvpn mention was how i had it previously running/tested

from nebula.

nbrownus avatar nbrownus commented on July 24, 2024

Ah, sorry I missed that part. That won't currently work since the firewall drops any inbound packets that don't match the ip assigned to the receiving nebula process. We have a loose spec on how to deal with this situation more securely than making this line optional but we haven't set aside time to implement it yet.

from nebula.

villain avatar villain commented on July 24, 2024

how would i make that line optional to test thats the issue? (i have nfi about go)

from nebula.

nbrownus avatar nbrownus commented on July 24, 2024

Comment it out and recompile

from nebula.

rawdigits avatar rawdigits commented on July 24, 2024

With #79 merged, you can now send traffic for non nebula ips over nebula. Closing, but please let us know if you run into issues.

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.