Code Monkey home page Code Monkey logo

Comments (9)

z3ro-dot-z3ro avatar z3ro-dot-z3ro commented on May 19, 2024 1

I think this is a kernel issue. I had the problem with one VPS host that used a newer kernel, but no on another that uses an older one. There doesn't seem to be much guidance or information either way, though.

from wireguard-install.

X1Aaron avatar X1Aaron commented on May 19, 2024

I am having the same issue with Debian 10

from wireguard-install.

X1Aaron avatar X1Aaron commented on May 19, 2024

Same issue on Ubuntu 18.04

from wireguard-install.

X1Aaron avatar X1Aaron commented on May 19, 2024

I am able to ping the client from the server, so it is connecting. Maybe something is wrong with DNS?

from wireguard-install.

archidote avatar archidote commented on May 19, 2024

I am able to ping the client from the server, so it is connecting. Maybe something is wrong with DNS?

No, I have tested to ping 8.8.8.8, and I can't access to it...

from wireguard-install.

Nyr avatar Nyr commented on May 19, 2024

Probably not a kernel issue.

Is your server behind NAT? Can you try from a non-LTE client?

Is your server a dedicated or fully virtualized system, or is it a container like OpenVZ or LXC?

Specify "sometimes": when does it work? When it doesn't?

from wireguard-install.

archidote avatar archidote commented on May 19, 2024

Probably not a kernel issue.

Is your server behind NAT? Can you try from a non-LTE client?

Is your server a dedicated or fully virtualized system, or is it a container like OpenVZ or LXC?

Specify "sometimes": when does it work? When it doesn't?

Yes, my server is behind a nat, I have already try with a wifi connexion outside of my home

My server is a fully dedicated system. it's not a virtual server.

When I install wireguard at the first, it's works, but when I reboot the server, I can connect to the VPN but not to Internet unfortunatly.

@Nyr

from wireguard-install.

Nyr avatar Nyr commented on May 19, 2024

@brlndtech if the server IP is dynamic, that can be the problem because POSTROUTING rules will still perform SNAT to the old IP.

from wireguard-install.

archidote avatar archidote commented on May 19, 2024

the ip of the server is FIX.. so I don't think so .. @Nyr
Maybe I will try to execute this command to see if it work: iptables -t nat -A PREROUTING -d $vps_public_ip -j DNAT --to-destination $home_pc_ip

from wireguard-install.

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.