Giter Site home page Giter Site logo

Comments (3)

RalfJung avatar RalfJung commented on July 3, 2024

Yes, this is a general networking question, so you're probably better of at stackoverflow or so -- this is not a network support forum, and there's not so many people reading this. :) Don't forget to include the output of ip addr and ip route show in your question.

Tunneldigger is not a ready-made VPN solution, it's a low-level part of a bigger networking stack. If you just want to tunnel, I suggest you go look for something like OpenVPN that doesn't require you to assemble all the pieces yourself.

tunneldigger is not OpenVPN. All it does is provide a layer 2 connection -- like plugging a cable between two computers, but neither end has DHCP or anything like that. OpenVPN takes care of IP assignment and routes, including "how do we route everything through the tunnel without trying to put the tunnel through the tunnel". You will have to manually assign IP addresses on both ends, set up routing through the tunnel on the client, and enable forwarding (and probably NAT) on the broker.

I can't close issues here though, so I'll let someone else do that.

from tunneldigger.

mitar avatar mitar commented on July 3, 2024

Thanks for providing a reply here, @RalfJung. I will be closing this now. Maybe we should have documentation for some common use cases like this though.

from tunneldigger.

mitar avatar mitar commented on July 3, 2024

Or, maybe somebody can create an Ubuntu network manager UI which just does everything for you. :-)

from tunneldigger.

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.