Giter Club home page Giter Club logo

wg-easy's Introduction

Metrics

wg-easy's People

Contributors

crazyracer98 avatar dependabot[bot] avatar derdanilo avatar fastidious avatar flyinpancake avatar gaby avatar goodbyepavlyi avatar murka avatar teraskull avatar vojtad avatar weejewel avatar

Stargazers

 avatar  avatar

wg-easy's Issues

Handshake failing with correct config

Describe the bug
Using this image instead of weejewel/wg-easy doesn't seem to work with no indication as to what the issue is in the logs.

When using this image and setting the WG_HOST to auto, I can see that the configuration file created is correct (correct ip and port). However, when attempting to use the tunnel, checking the wireguard iOS app logs shows the handshake failing.

If I instead change back over to weejewel's image and manually set the WG_HOST, the tunnel works.

Docker Compose below:

  wireguard:
    image: ghcr.io/goodbyepavlyi/wg-easy
    container_name: wg-easy
    cap_add:
      - NET_ADMIN
      - SYS_MODULE
    sysctls:
      - net.ipv4.conf.all.src_valid_mark=1
      - net.ipv4.ip_forward=1
    ports:
      - MY_EXTERNAL_PORT:51820/udp
      - 51821:51821/tcp
    volumes:
      - /home/robert/Docker/wg-easy:/etc/wireguard
    environment:
      - WG_HOST=auto
      - PASSWORD=MY_PASSWORD
      - WG_PORT=MY_EXTERNAL_PORT
    restart: always

As mentioned before, nothing sticks out/no failures logged in the wg-easy container logs.

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.