Code Monkey home page Code Monkey logo

Comments (3)

angt avatar angt commented on August 24, 2024

On arch, just call glorytun-setup, it should do the job but tbh I have not tested it for a while, so let me know :)

With iproute2, I generally setup glorytun this way:

ip tuntap add glorytun-server mode tun
ip addr add 10.166.178.3/31 dev glorytun-server
ip link set glorytun-server up
glorytun bind dev glorytun-server keyfile ...

and

ip tuntap add glorytun-client mode tun
ip addr add 10.166.178.2/31 dev glorytun-client
ip link set glorytun-client up
glorytun bind to <server-ip> dev glorytun-client keyfile ...

then you have to setup routes (or a table with rules) and your path.

from glorytun.

loupzeur avatar loupzeur commented on August 24, 2024

ok thanks, i did forgot to define the route to the network of the tun (/31) ^^ :)
using the package from aur I don't have the glorytun-setup command, it's another package ?
or it's not build by default ?

from glorytun.

angt avatar angt commented on August 24, 2024

It should be included, I'll check that for the next release (pretty soon)

from glorytun.

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.